lierdakil/pandoc-crossref

Context Support

Open

#33 opened on Sep 20, 2015

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Haskell (1,057 stars) (78 forks)batch import
enhancementhelp wanted

Description

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".

Contributor guide