lierdakil/pandoc-crossref

Context Support

Open

#33 建立於 2015年9月20日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Haskell (1,057 star) (78 fork)batch import
enhancementhelp wanted

描述

How difficult would it be to add Context support to this? The referencing syntax is fairly simple at its most basic:

"The command \in provides the number of a chapter, section, figure, table, etc. The command \at produces a pagenumber and \about produces a complete title."

You can refer simply by using \in[fig:thefigure], which will create a reference link to the number where only the number is a clickable link. If you want the link to include more than just the number you can do \in {figure} [fig:thefigure], which would create a clickable link of "Figure 1".

貢獻者指南