From 24030660f1d17272cadfa62497be182996e2fbe2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 20 Mar 2021 21:50:28 -0700 Subject: Updated templates for pandoc 2.13 --- article.jats_publishing | 2 +- default.jats_articleauthoring | 2 +- default.latex | 3 +++ default.revealjs | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/article.jats_publishing b/article.jats_publishing index 47fa4ac..9bedff6 100644 --- a/article.jats_publishing +++ b/article.jats_publishing @@ -86,7 +86,7 @@ $endif$ $if(author)$ $for(author)$ - + $if(author.orcid)$ $author.orcid$ $endif$ diff --git a/default.jats_articleauthoring b/default.jats_articleauthoring index ef2aed7..60b2ca5 100644 --- a/default.jats_articleauthoring +++ b/default.jats_articleauthoring @@ -19,7 +19,7 @@ $endif$ $if(author)$ $for(author)$ - + $if(author.orcid)$ $author.orcid$ $endif$ diff --git a/default.latex b/default.latex index 50fad2a..830bf80 100644 --- a/default.latex +++ b/default.latex @@ -372,6 +372,9 @@ $for(bibliography)$ \addbibresource{$bibliography$} $endfor$ $endif$ +$if(nocite-ids)$ +\nocite{$for(nocite-ids)$$it$$sep$, $endfor$} +$endif$ $if(csl-refs)$ \newlength{\cslhangindent} \setlength{\cslhangindent}{1.5em} diff --git a/default.revealjs b/default.revealjs index e611e5b..e6d6939 100644 --- a/default.revealjs +++ b/default.revealjs @@ -69,7 +69,7 @@ $body$ - // reveal.js plugins + -- cgit v1.2.3