diff options
Diffstat (limited to 'structure')
-rw-r--r-- | structure/book/00-header.tex (renamed from structure/00-header.tex) | 0 | ||||
-rw-r--r-- | structure/book/00-header.yml (renamed from structure/00-header.yml) | 0 | ||||
-rw-r--r-- | structure/book/00-preamble.md (renamed from structure/00-preamble.md) | 0 | ||||
-rw-r--r-- | structure/book/00-preamble.tex (renamed from structure/00-preamble.tex) | 0 | ||||
-rw-r--r-- | structure/book/99-biblio.md (renamed from structure/99-biblio.md) | 0 | ||||
-rw-r--r-- | structure/book/99-end.tex (renamed from structure/99-end.tex) | 0 | ||||
-rw-r--r-- | structure/notes/00-header.yml | 20 |
7 files changed, 20 insertions, 0 deletions
diff --git a/structure/00-header.tex b/structure/book/00-header.tex index ded10bd..ded10bd 100644 --- a/structure/00-header.tex +++ b/structure/book/00-header.tex diff --git a/structure/00-header.yml b/structure/book/00-header.yml index 2ad19fe..2ad19fe 100644 --- a/structure/00-header.yml +++ b/structure/book/00-header.yml diff --git a/structure/00-preamble.md b/structure/book/00-preamble.md index fea2bc0..fea2bc0 100644 --- a/structure/00-preamble.md +++ b/structure/book/00-preamble.md diff --git a/structure/00-preamble.tex b/structure/book/00-preamble.tex index d558cc1..d558cc1 100644 --- a/structure/00-preamble.tex +++ b/structure/book/00-preamble.tex diff --git a/structure/99-biblio.md b/structure/book/99-biblio.md index c5385cb..c5385cb 100644 --- a/structure/99-biblio.md +++ b/structure/book/99-biblio.md diff --git a/structure/99-end.tex b/structure/book/99-end.tex index 1959646..1959646 100644 --- a/structure/99-end.tex +++ b/structure/book/99-end.tex diff --git a/structure/notes/00-header.yml b/structure/notes/00-header.yml new file mode 100644 index 0000000..1404cad --- /dev/null +++ b/structure/notes/00-header.yml @@ -0,0 +1,20 @@ +site : "bookdown::bookdown_site" +output: + bookdown::gitbook: + config: + toc: + collapse: section + toolbar: + # Default search indexing is very slow: there's lots of notes to be indexed at each page load + # Because of that, it may be better to disable search by default + #search: no + # Fuse search engine is faster + search: + engine: fuse + sharing: no + fontsettings: + theme: night + family: sans + size: 2 + #split_by: chapter+number + #split_by: section |