diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:09:41 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:09:41 +0100 |
commit | d5f4b967422ed898d15aa5941f777155ddb3e3c5 (patch) | |
tree | 83c0c34e47c4e707fea6b1316bc4a3408485446f /structure/book/00-header.yml | |
parent | 0f0f4bbd9c6cba0fbf196de47e2baed7741391c3 (diff) | |
download | bookup-d5f4b967422ed898d15aa5941f777155ddb3e3c5.tar.gz bookup-d5f4b967422ed898d15aa5941f777155ddb3e3c5.tar.bz2 |
Feat: towards localization support
Diffstat (limited to 'structure/book/00-header.yml')
-rw-r--r-- | structure/book/00-header.yml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/structure/book/00-header.yml b/structure/book/00-header.yml deleted file mode 100644 index 2ad19fe..0000000 --- a/structure/book/00-header.yml +++ /dev/null @@ -1,45 +0,0 @@ -# Bookdown YAML header -# See https://bookdown.org/yihui/bookdown/usage.html#usage -# https://bookdown.org/yihui/bookdown/yaml-options.html - -# Site -site: "bookdown::bookdown_site" - -# Automatically generate the list of tables and figures -# These can also be explicitly generated using LaTeX commands -lot: false -lof: false - -# Cover image -#cover-image: "images/cover.png" - -# Fonts -mainfont: "Linux Libertine O" -monofont: "Liberation Mono" - -# Paper size -#papersize: a4paper -#papersize: letterpaper -papersize: b5paper - -# Geometry -#geometry: paperwidth=6in,paperheight=9in - -# Class option -# Use "symmetric" in the classoption if you want margin notes in alternating sides -#classoption: "symmetric,justified" -#classoption: "twoside,symmetric,justified" -classoption: "justified" - -# Header includes -header-includes: - # Support for deeply nested lists - # See https://stackoverflow.com/questions/57945414/too-deeply-nested-at-just-fourth-nesting-level-using-pandoc-with-markdown - - \usepackage{enumitem} - - \setlistdepth{20} - - \renewlist{itemize}{itemize}{20} - - \renewlist{enumerate}{enumerate}{20} - - \setlist[itemize]{label=$\cdot$} - - \setlist[itemize,1]{label=\textbullet} - - \setlist[itemize,2]{label=--} - - \setlist[itemize,3]{label=*} |