35 lines
545 B
YAML
35 lines
545 B
YAML
project:
|
|
type: manuscript
|
|
output-dir: 04-outputs
|
|
render:
|
|
- article.qmd
|
|
|
|
manuscript:
|
|
article: article.qmd
|
|
# resources:
|
|
# - 02-data/processed/extracted.csv
|
|
|
|
format:
|
|
elsevier-html: default
|
|
docx:
|
|
echo: false
|
|
number-sections: true
|
|
reference-doc: 02-data/supplementary/justified.docx
|
|
# filters:
|
|
# - pandoc-to-zotero-live
|
|
elsevier-pdf:
|
|
echo: false
|
|
number-sections: true
|
|
html:
|
|
comments:
|
|
hypothesis: true
|
|
jats: default
|
|
|
|
# (other formats)
|
|
# pdf: default
|
|
|
|
execute:
|
|
freeze: true
|
|
|
|
|
|
|