diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e50c3..8a96909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project are documented in this file. On the [release ## [3.1.0] - 2025-01-18 - feat: Merge changes from the pandoc default LaTeX template from version 3.6 ([f1c01b0](https://github.com/jgm/pandoc-templates/commit/f1c01b0ee3562f54bfe7730939e7ec0a48769953)). +- feat: Merge changes from the pandoc default LaTeX template from version 3.6.1 ([b033aa1](https://github.com/jgm/pandoc-templates/commit/b033aa1ff304a87b15866517938fc87a20077a16)). - docs: add example `twoside` for a two-sided document (#412) - docs: add example `columns` for a two column document (#411) - docs: remove unneeded package `ulem` from the section *Required LaTeX Packages* in the README and from ci diff --git a/template-multi-file/common.latex b/template-multi-file/common.latex index 070da48..6206974 100755 --- a/template-multi-file/common.latex +++ b/template-multi-file/common.latex @@ -281,9 +281,6 @@ $for(bibliography)$ \addbibresource{$bibliography$} $endfor$ $endif$ -$if(nocite-ids)$ -\nocite{$for(nocite-ids)$$it$$sep$, $endfor$} -$endif$ $-- $-- csquotes $-- diff --git a/template-multi-file/eisvogel.beamer b/template-multi-file/eisvogel.beamer index 642cf28..085df13 100644 --- a/template-multi-file/eisvogel.beamer +++ b/template-multi-file/eisvogel.beamer @@ -222,6 +222,9 @@ $else$ $endif$ $endif$ \begin{frame}[allowframebreaks]{$biblio-title$} +$if(nocite-ids)$ + \nocite{$for(nocite-ids)$$it$$sep$, $endfor$} +$endif$ \bibliographytrue \bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$} \end{frame} @@ -230,6 +233,9 @@ $endif$ $endif$ $if(biblatex)$ \begin{frame}[allowframebreaks]{$biblio-title$} +$if(nocite-ids)$ + \nocite{$for(nocite-ids)$$it$$sep$, $endfor$} +$endif$ \bibliographytrue \printbibliography[heading=none] \end{frame} diff --git a/template-multi-file/eisvogel.latex b/template-multi-file/eisvogel.latex index 26c4e33..a11cf8f 100644 --- a/template-multi-file/eisvogel.latex +++ b/template-multi-file/eisvogel.latex @@ -175,6 +175,9 @@ $body$ $if(has-frontmatter)$ \backmatter $endif$ +$if(nocite-ids)$ +\nocite{$for(nocite-ids)$$it$$sep$, $endfor$} +$endif$ $if(natbib)$ $if(bibliography)$ $if(biblio-title)$