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