Add markers and hyperlinks for citations in pandoc

倾然丶 夕夏残阳落幕 提交于 2019-12-14 03:44:13

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!