projects
/
rust_exercises.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cab4de6
)
actually use custom highlighting theme
author
Marco Otte-Witte
<marco.otte-witte@mainmatter.com>
Thu, 22 Aug 2024 13:38:18 +0000
(15:38 +0200)
committer
Marco Otte-Witte
<marco.otte-witte@mainmatter.com>
Thu, 22 Aug 2024 13:38:18 +0000
(15:38 +0200)
book/book.toml
patch
|
blob
|
history
diff --git
a/book/book.toml
b/book/book.toml
index
18d74b1
..
8e771b5
100644
(file)
--- a/
book/book.toml
+++ b/
book/book.toml
@@
-25,7
+25,7
@@
hosted-html = "https://rust-exercises.com/100-exercises/"
[output.pandoc.profile.pdf] # options to pass to Pandoc (see https://pandoc.org/MANUAL.html)
output-file = "100-exercises-to-learn-rust.pdf"
to = "latex"
-highlight-style = "
tango
"
+highlight-style = "
./custom.theme
"
# We use `lualatext` because, right now, it's the only engine
# that supports fallback fonts, which we need for emojis.
pdf-engine = "lualatex"