lierdakil/pandoc-crossref

Referencing multiline equations?

Open

#131 opened on 2017年9月15日

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

説明

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.

コントリビューターガイド

Referencing multiline equations? · lierdakil/pandoc-crossref#131 | Good First Issue