lierdakil/pandoc-crossref

Referencing multiline equations?

Open

#131 opened on Sep 15, 2017

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

Description

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.

Contributor guide