From d5f4b967422ed898d15aa5941f777155ddb3e3c5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 10 Jun 2024 14:09:41 +0100 Subject: Feat: towards localization support --- structure/book/00-header.yml | 45 -------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 structure/book/00-header.yml (limited to 'structure/book/00-header.yml') 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=*} -- cgit v1.2.3