Difference between revisions of "Ref"

From TORI
Jump to navigation Jump to search
(Created page with "Ref is example of numbering of equations and referencing to the equation number. test \begin{equation} x+1\over\sqrt{1-x^2}\label{ref2} \end{equation} \begin{equation} \...")
 
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
   
 
How about \ref{h}?
 
How about \ref{h}?
  +
  +
==References==
  +
  +
https://www.tuhh.de/MathJax/test/sample-eqrefs.html
  +
  +
  +
[[Category:MathJax]]

Latest revision as of 20:12, 13 May 2021

Ref is example of numbering of equations and referencing to the equation number.

test \begin{equation} x+1\over\sqrt{1-x^2}\label{ref2} \end{equation}

\begin{equation} \mathrm{e}^{\mathrm i \pi}+1=0 \label{e} \end{equation}

\begin{eqnarray} 123 \label{h} \end{eqnarray}

Do you like equation [\ref{ref2}]?

Do you like equation (\ref{e})?

How about \ref{h}?

References

https://www.tuhh.de/MathJax/test/sample-eqrefs.html