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:
Marty Oehme 2024-07-20 16:41:07 +02:00
parent 32e8af7f1f
commit d4afd54835
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -4,7 +4,7 @@ project:
- manuscript/article.qmd
format:
elsevier-html:
html:
toc: true
code-fold: true
code-tools: true
@ -13,7 +13,16 @@ format:
link-external-icon: true
number-sections: 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:
filters:
- pandoc-to-zotero-live