问题
I put references in a yaml metadata-header:
references:
- id: fenner2012a
title: One-click science marketing
author:
- family: Fenner
given: Martin
...
(described here: http://johnmacfarlane.net/pandoc/README.html#extension-citations)
and I can cite this reference with See [@fenner2012a]...
.
This will create an output in the pdf like this: See ("One-click science marketing")...
with no hyperlink on the reference.
Instead of the title I want to have auto-incremented number: See [1]
with [1] beeing a hyperlink to the source. How can I achieve this?
来源:https://stackoverflow.com/questions/28788027/add-markers-and-hyperlinks-for-citations-in-pandoc