From b40cfbdb56ef58f319d0223b6dc2f59b091757a2 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 13 May 2024 19:11:48 +0200 Subject: [PATCH] Use correct template for JATS --- data/custom/jats.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/custom/jats.lua b/data/custom/jats.lua index 53e3ebc..14950b3 100644 --- a/data/custom/jats.lua +++ b/data/custom/jats.lua @@ -40,4 +40,4 @@ function Writer (doc, opts) return pandoc.write(doc, 'jats_publishing+element_citations', opts) end -Template = pandoc.template.default 'jats' +Template = pandoc.template.default 'jats_publishing'