Add quarto project file
This commit is contained in:
parent
fc22e0cc02
commit
d067d41267
1 changed files with 35 additions and 0 deletions
35
_quarto.yml
Normal file
35
_quarto.yml
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
author: Marty Oehme
|
||||||
|
csl: https://www.zotero.org/styles/apa
|
||||||
|
|
||||||
|
project:
|
||||||
|
type: default
|
||||||
|
output-dir: output
|
||||||
|
render:
|
||||||
|
- index.qmd
|
||||||
|
- meta.md
|
||||||
|
|
||||||
|
format:
|
||||||
|
html:
|
||||||
|
code-fold: true
|
||||||
|
toc: true
|
||||||
|
echo: true
|
||||||
|
# pdf: # BREAKS ON 'GREAT TABLES' python lib tables
|
||||||
|
# echo: false # 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
|
||||||
|
typst:
|
||||||
|
toc: true
|
||||||
|
echo: false
|
||||||
|
citeproc: true
|
||||||
|
docx:
|
||||||
|
toc: true
|
||||||
|
echo: false
|
Loading…
Reference in a new issue