lierdakil/pandoc-crossref

Context Support

Open

#33 ouverte le 20 sept. 2015

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Haskell (78 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 057 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur