Skip to content

Commit

Permalink
Use correct template for JATS
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed May 13, 2024
1 parent cb6439f commit b40cfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/custom/jats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit b40cfbd

Please sign in to comment.