Skip to content

Commit

Permalink
feat: merge changes from pandoc 3.6.1 LaTeX & Beamer template
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe committed Jan 18, 2025
1 parent 1b04755 commit 5a5f5cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions template-multi-file/common.latex
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ $for(bibliography)$
\addbibresource{$bibliography$}
$endfor$
$endif$
$if(nocite-ids)$
\nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
$endif$
$--
$-- csquotes
$--
Expand Down
6 changes: 6 additions & 0 deletions template-multi-file/eisvogel.beamer
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand Down
3 changes: 3 additions & 0 deletions template-multi-file/eisvogel.latex
Original file line number Diff line number Diff line change
Expand Up @@ -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)$
Expand Down

0 comments on commit 5a5f5cb

Please sign in to comment.