emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] org-cite: define \citeprocitem for LaTeX export


From: Timothy
Subject: [PATCH] org-cite: define \citeprocitem for LaTeX export
Date: Mon, 23 Aug 2021 18:23:01 +0800
User-agent: mu4e 1.6.1; emacs 28.0.50

Hi All,

There’s been a discussion over at citeproc-el about how to make hyperref treat its references the same way as bib(la)tex references, and to get this to work we need to add a command definition to the preamble, \citeprocitem.

\makeatletter
\newcommand{\citeprocitem}[2]{\hyper@linkstart{cite}{citeproc_bib_item_#1}#2\hyper@linkend}
\makeatother

See https://github.com/andras-simonyi/citeproc-el/issues/34 for more information.

All the best,
Timothy

Attachment: 0003-oc-csl-Define-citeprocitem-for-LaTeX-export.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]