반응형
tistory 에서 mathjax 사용하기
참고 : http://docs.mathjax.org/en/latest/start.html#tex-and-latex-input
TISTORY 관리자 화면에서 HTML/CSS 편집 메뉴 선택하여, skin.html 내의 <head> ... </head> 내부에 아래 내용을 복사해 넣고, 사용하면 된다.
<script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} }); </script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config= TeX-AMS_HTML"></script>
$A \cap B$
$A \cap B$
반응형
'기타' 카테고리의 다른 글
R markdown -- table 그리기 (0) | 2015.01.11 |
---|---|
라즈베리파이 설치 시작하기 (0) | 2015.01.08 |
windows 에서 elasticsearch 설치하기 (0) | 2015.01.02 |
git 설치 및 사용하기 (0) | 2014.12.12 |
R markdown 사용법 (0) | 2014.12.05 |