1. MathJax 사용 :
MathJax는 LaTeX 수식을 웹페이지에서 렌더링하는 라이브러리입니다. 티스토리의 HTML 편집 모드에서 다음 코드를 추가해 MathJax를 적용할 수 있습니다.
<pre><code class="html">
<!-- MathJax 라이브러리 로드 -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$', '$'], ['\\(', '\\)']]}
});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
</code></pre>
2. 적절한 LaTeX 문법 입력
수식을 문법에 맞게 변환하는 작업이 필요하다면
Equation Editor for online mathematics - create, integrate and download
Download svg gif png pdf emf 5 pt 9 pt 10 pt 12 pt 18 pt 20 pt 50 80 100 110 120 150 200 300 Transparent White Black Red Green Blue Inline Block WordPress phpBB Tiny Wiki url url encoded xml pre doxygen html latex Formatted string containing your Equation
editor.codecogs.com
와 같은 사이트가 도움이 될 수 있습니다.