lierdakil/pandoc-crossref

Referencing multiline equations?

Open

#131 建立於 2017年9月15日

在 GitHub 查看
 (13 留言) (3 反應) (0 負責人)Haskell (1,057 star) (78 fork)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.

貢獻者指南