From: Marco Otte-Witte Date: Tue, 27 Aug 2024 07:14:20 +0000 (+0200) Subject: move comment to meaningful place X-Git-Url: http://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=0ca42ba058543998b61aa00a131a1d2f88c37cb0;p=rust_exercises.git move comment to meaningful place --- diff --git a/book/book.toml b/book/book.toml index 990213c..12eecb2 100644 --- a/book/book.toml +++ b/book/book.toml @@ -32,7 +32,6 @@ pdf-engine = "lualatex" metadata-file = "metadata.yml" [output.pandoc.profile.pdf.variables] -# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ mainfont = "CoreSansA45.ttf" mainfontoptions = [ "BoldFont=CoreSansA65.ttf", @@ -45,6 +44,7 @@ sansfontoptions = [ "ItalicFont=CoreSansA45It.ttf", "BoldItalicFont=CoreSansA65It.ttf", ] +# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ monofont = "Noto Sans Mono" mainfontfallback = ["Noto Color Emoji:mode=harf"] sansfontfallback = ["Noto Color Emoji:mode=harf"] @@ -73,7 +73,6 @@ metadata-file = "metadata.yml" pdf-engine = "lualatex" [output.pandoc.profile.paperback.variables] -# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ mainfont = "CoreSansA45.ttf" mainfontoptions = [ "BoldFont=CoreSansA65.ttf", @@ -86,6 +85,7 @@ sansfontoptions = [ "ItalicFont=CoreSansA45It.ttf", "BoldItalicFont=CoreSansA65It.ttf", ] +# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ monofont = "Noto Sans Mono" mainfontfallback = ["Noto Color Emoji:mode=harf"] sansfontfallback = ["Noto Color Emoji:mode=harf"] @@ -116,7 +116,6 @@ standalone = true metadata-file = "metadata.yml" [output.pandoc.profile.html.variables] -# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ mainfont = "CoreSansA45.ttf" mainfontoptions = [ "BoldFont=CoreSansA65.ttf", @@ -129,6 +128,7 @@ sansfontoptions = [ "ItalicFont=CoreSansA45It.ttf", "BoldItalicFont=CoreSansA65It.ttf", ] +# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ monofont = "Noto Sans Mono" mainfontfallback = ["Noto Color Emoji:mode=harf"] sansfontfallback = ["Noto Color Emoji:mode=harf"]