Link to math blocks #8035
-
I am using the MathJax library to write math equations both in math blocks and inline. I would like to insert a link to an equation (block) in the text. Is this possible, and if not, would you consider adding this as a new feature? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can always add a headline or <div id="my-anchor" markdown>
$$
\cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k}
$$
</div> |
Beta Was this translation helpful? Give feedback.
-
This is already possible with MathJax via |
Beta Was this translation helpful? Give feedback.
This is already possible with MathJax via
\tag
and/or\label
inside the equation. See for example the MathJax documentation about automatic equation numbering or this stackexchange post under Tags & References or Equation numbering.