mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-23 09:41:40 +00:00
554 B
554 B
% pandoc -t latex --citeproc
Lorem ipsum
# References
::: {#refs}
:::
^D
Lorem ipsum
\section{References}\label{references}
\phantomsection\label{refs}
% pandoc -t latex --citeproc
---
references:
- id: foo
type: book
title: The Title
author: John Doe
...
Lorem ipsum [@foo].
# References
::: {#refs}
:::
^D
Lorem ipsum (John Doe, n.d.).
\section{References}\label{references}
\phantomsection\label{refs}
\begin{CSLReferences}{1}{0}
\bibitem[\citeproctext]{ref-foo}
John Doe. n.d. \emph{The Title}.
\end{CSLReferences}