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:
e768d9d
)
Don't omit macros from PDF and ePUB versions
author
Luca Palmieri
<20745048+LukeMathWalker@users.noreply.github.com>
Thu, 19 Sep 2024 08:33:03 +0000
(10:33 +0200)
committer
GitHub
<noreply@github.com>
Thu, 19 Sep 2024 08:33:03 +0000
(10:33 +0200)
book/book.toml
patch
|
blob
|
history
diff --git
a/book/book.toml
b/book/book.toml
index
c739aa6
..
7fb2b6e
100644
(file)
--- a/
book/book.toml
+++ b/
book/book.toml
@@
-22,6
+22,9
@@
git-repository-url = "https://github.com/mainmatter/100-exercises-to-learn-rust"
optional = true
hosted-html = "https://rust-exercises.com/100-exercises/"
+[output.pandoc.code]
+show-hidden-lines = true
+
[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"