"MathJax 수식 번호 부여"의 두 판 사이의 차이

잔글 (Jmnote님이 MathJax 수식 자동번호 부여 문서를 MathJax 수식 번호 부여 문서로 이동했습니다)
44번째 줄: 44번째 줄:
* [[MathJax]]
* [[MathJax]]


==참고==
* http://docs.mathjax.org/en/latest/input/tex/eqnumbers.html


[[분류: MathJax ]]
[[분류: MathJax ]]

2020년 7월 16일 (목) 01:44 판

1 개요

MathJax Automatic Equation Numbering
MathJax 수식 번호 부여
<script>
MathJax = {
  tex: {
  	tags: 'ams',
    inlineMath: [['$', '$'], ['\\(', '\\)']]
  }
};
</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 }}