MathJax 수식 번호 부여

Jmnote (토론 | 기여)님의 2020년 7월 16일 (목) 01:52 판 (→‎개요)

1 개요

MathJax Automatic Equation Numbering
MathJax 수식 번호 부여
<script>
MathJax = {
  tex: {
  	tags: 'ams'
  }
};
</script>
<script src="//cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>

\begin{equation}
   E = mc^2
\end{equation}

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

\begin{equation*}
   E = mc^2
\end{equation*}

\begin{equation}
   E = mc^2
\end{equation}

In equation \eqref{eq:sample}, we find the value of an interesting integral:

\begin{equation}
  \int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}
  \label{eq:sample}
\end{equation}

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}