We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4443f commit b447ec6Copy full SHA for b447ec6
book/book.toml
@@ -25,7 +25,7 @@ hosted-html = "https://rust-exercises.com/100-exercises/"
25
[output.pandoc.profile.pdf] # options to pass to Pandoc (see https://pandoc.org/MANUAL.html)
26
output-file = "100-exercises-to-learn-rust.pdf"
27
to = "latex"
28
-highlight-style = "tango"
+highlight-style = "./custom.theme"
29
# We use `lualatext` because, right now, it's the only engine
30
# that supports fallback fonts, which we need for emojis.
31
pdf-engine = "lualatex"
0 commit comments