fix(script): Output ordinary html instead of elsevier
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.
This commit is contained in:
parent
32e8af7f1f
commit
d4afd54835
1 changed files with 11 additions and 2 deletions
|
@ -4,7 +4,7 @@ project:
|
||||||
- manuscript/article.qmd
|
- manuscript/article.qmd
|
||||||
|
|
||||||
format:
|
format:
|
||||||
elsevier-html:
|
html:
|
||||||
toc: true
|
toc: true
|
||||||
code-fold: true
|
code-fold: true
|
||||||
code-tools: true
|
code-tools: true
|
||||||
|
@ -13,7 +13,16 @@ format:
|
||||||
link-external-icon: true
|
link-external-icon: true
|
||||||
number-sections: true
|
number-sections: true
|
||||||
reference-links: true
|
reference-links: true
|
||||||
theme: darkly
|
# 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:
|
docx:
|
||||||
filters:
|
filters:
|
||||||
- pandoc-to-zotero-live
|
- pandoc-to-zotero-live
|
||||||
|
|
Loading…
Reference in a new issue