22 lines
376 B
YAML
22 lines
376 B
YAML
|
project:
|
||
|
type: default
|
||
|
output-dir: output
|
||
|
|
||
|
format:
|
||
|
html:
|
||
|
code-fold: false
|
||
|
echo: true
|
||
|
pdf:
|
||
|
echo: true # since we want to see the code in this case
|
||
|
papersize: A4
|
||
|
geometry:
|
||
|
- left=2cm
|
||
|
- right=2.5cm
|
||
|
- top=2.5cm
|
||
|
- bottom=2.5cm
|
||
|
indent: true
|
||
|
linestretch: 1.5
|
||
|
fontfamily: lmodern
|
||
|
fontsize: "12"
|
||
|
pdf-engine: tectonic
|