lierdakil/pandoc-crossref

Referencing multiline equations?

Open

#131 aperta il 15 set 2017

Vedi su GitHub
 (13 commenti) (3 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

Is it possible to reference a particular line in a multiline equations, such as created by the align environment? A LaTeX example would be:

\begin{align}
f(x) &= x + a \label{eqn:two} \\
g(x) &= a x \label{eqn:one}
\end{align}

Given the example in the README, it appears I would give a label to the entire block and reference that one instead.

Guida contributor