Marty Oehme
d4afd54835
Since elsevier-html does not seem able to produce in-text citations in either docx or html formats (see here https://github.com/quarto-journals/elsevier/issues/3) we have to reset to normal html output for the time being. Elsevier-pdf seems unaffected.
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
project:
|
|
type: default
|
|
render:
|
|
- manuscript/article.qmd
|
|
|
|
format:
|
|
html:
|
|
toc: true
|
|
code-fold: true
|
|
code-tools: true
|
|
embed-resources: true
|
|
fig-format: svg
|
|
link-external-icon: true
|
|
number-sections: true
|
|
reference-links: true
|
|
# FIXME: does not do intext citations correctly?
|
|
# elsevier-html:
|
|
# toc: true
|
|
# code-fold: true
|
|
# code-tools: true
|
|
# embed-resources: true
|
|
# fig-format: svg
|
|
# link-external-icon: true
|
|
# number-sections: true
|
|
# reference-links: true
|
|
docx:
|
|
filters:
|
|
- pandoc-to-zotero-live
|
|
- docx-landscape
|
|
echo: false
|
|
number-sections: true
|
|
reference-doc: data/supplementary/justified.docx
|
|
elsevier-pdf:
|
|
echo: false
|
|
number-sections: true
|
|
# see https://github.com/quarto-journals/elsevier
|
|
|
|
journal:
|
|
name: World Development
|
|
model: 3p
|
|
formatting: review
|
|
cite-style: authoryear
|
|
highlights:
|
|
- Inequality is bad
|
|
- Some policies help against inequality
|
|
- External validity and internal validity tend to have reciprocal relationship to each other
|
|
|
|
# execute:
|
|
# freeze: true
|