lierdakil/pandoc-crossref

Context Support

Open

#33 aperta il 20 set 2015

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Haskell (78 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (1057 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor