From d4afd548351fa5797fd9cb981d154ea360c2fe4d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 20 Jul 2024 16:41:07 +0200 Subject: [PATCH] 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. --- _quarto-journal.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/_quarto-journal.yml b/_quarto-journal.yml index 1672c3a..095f515 100644 --- a/_quarto-journal.yml +++ b/_quarto-journal.yml @@ -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