MathJax

Fmbus3355 (토론 | 기여)님의 2022년 2월 20일 (일) 12:49 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

MathJax
매쓰잭스

 

2 사용[ | ]

서버에서 뿐만 아니라 개인PC(로컬시스템)에서도 아래와같이 헤더(head)를 HTML문서에 삽입하면 웹브라우저로 바로 작동하는것이 확인가능하다.

html 소스
<HTML>
<head>

<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>

</head>


$\sqrt{2}$

</HTML>
소스 결과 [math]\displaystyle{ \sqrt{2} }[/math]

3 같이 보기[ | ]

4 참고[ | ]

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