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

3번째 줄: 3번째 줄:
;MathJax 수식 번호 부여
;MathJax 수식 번호 부여


<source lang='javascript'>
<source lang='html'>
<script>
<script>
MathJax = {
MathJax = {

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 }}