Marty Oehme
8cd6dc790d
Instead of it lying in the src directory (where, reasonably, only python data extraction, processing and modelling code should lie), I turned the retorque filter into a simple quarto extension. Could reasonably be repackaged separately from this repo since I believe other people could profit off it.
37 lines
803 B
YAML
37 lines
803 B
YAML
project:
|
|
title: "Key terms and definitions"
|
|
output-dir: 04-outputs
|
|
render:
|
|
- presentation_summary.md
|
|
- notes.qmd
|
|
- meeting_eoy.qmd
|
|
- scoping_review.qmd
|
|
|
|
toc: true
|
|
format:
|
|
html:
|
|
code-fold: true
|
|
code-tools: true
|
|
embed-resources: true
|
|
fig-format: svg
|
|
link-external-icon: true
|
|
number-sections: false
|
|
reference-links: true
|
|
theme: darkly
|
|
docx:
|
|
echo: false
|
|
number-sections: true
|
|
reference-doc: 02-data/supplementary/justified.docx
|
|
filters:
|
|
- pandoc-to-zotero-live
|
|
pdf:
|
|
echo: false
|
|
number-sections: true
|
|
pdf-engine: tectonic
|
|
|
|
bibliography: 02-data/intermediate/zotero-library.bib
|
|
csl: /home/marty/documents/library/utilities/styles/APA-7.csl
|
|
zoterolive:
|
|
library: wow-inequalities
|
|
client: zotero
|
|
csl-style: apa
|