-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpandoc-colorized.yaml
42 lines (31 loc) · 1021 Bytes
/
pandoc-colorized.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# pandoc command settings
#verbosity: INFO
# where pandoc finds stuff, like templates
data-dir: ${.}/data-dir/colorized-keys/pandoc/
# default highlight style. TODO: use setting from colorized-keys.languages.<lang>.style
highlight-style: ./data-dir/colorized-keys/pandoc/themes/color.theme
# places where pandoc finds stuff. https://pandoc.org/MANUAL.html#option--resource-path
resource-path:
- ${.}/graphics/
# we want xelatex (or lualatex) for custom fonts
pdf-engine: xelatex
#pdf-engine-opts:
# NOTE: variables can't be accessed by pandoc filters :(
# however, the meta values are available to filters.
#variables:
# key:value
################################################################################
#output-file: ./colorized-keys.latex
output-file: ./colorized-keys.pdf
template: colorized.latex
input-files:
- text/front.md
- text/keys.md
- text/toc.md
- text/ssh.md
#- text/ssh0.md
- text/piv.md
- text/ssl.md
- text/fido.md
- text/gpg.md
- text/notes.md