๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

Web/JavaScript

[Javascript] MathJax - ์ˆ˜ํ•™ ๊ธฐํ˜ธ ์“ฐ๊ธฐ

๋ฐ˜์‘ํ˜•

MathJax : HTML ๋ฌธ์„œ์—์„œ ์ˆ˜ํ•™ ์ˆ˜์‹์„ ํ‘œํ˜„ํ•  ์ˆ˜ ์žˆ๊ฒŒ ํ•ด์ฃผ๋Š” ์˜คํ”ˆ์†Œ์Šค ์Šคํฌ๋ฆฝํŠธ

<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
  	tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
  });
</script>

 

$$ \frac{-b\pm\sqrt{b^2-4ac}}{2a} $$

$$ \frac{-b\pm\sqrt{b^2-4ac}}{2a} $$

 

<์ˆ˜์‹ ๋งŒ๋“ค ์ˆ˜ ์žˆ๋Š” ์‚ฌ์ดํŠธ>

http://www.hostmath.com/

 

HostMath - Online LaTeX formula editor and browser-based math equation editor

Copy and paste the code above to your webpage! Equation Type Paragraph Equation Inline Equation

www.hostmath.com

https://johngrib.github.io/wiki/mathjax-latex/

 

MathJax๋กœ LaTeX ์‚ฌ์šฉํ•˜๊ธฐ

 

johngrib.github.io

https://subinium.github.io/mathjax/

 

๋ธ”๋กœ๊ทธ์— MathJax๋กœ ์ˆ˜์‹์“ฐ๊ธฐ

๋ธ”๋กœ๊ทธ์—์„œ ์ˆ˜์‹์„ ์จ๋ณด์ž.

subinium.github.io

 

๋ฐ˜์‘ํ˜•