LoginSignup
0
0

More than 3 years have passed since last update.

WebサイトでMathJaxを利用する

Posted at

Latexが使いたい

はてなブログやここQiitaだとLatexで数式がかけてとても美しいが、自分で作るサイトでもLatexが使いたい。
WebでLatexを使うならMathJaxかな(はてなはMathJaxだった気がする)と思い、導入してみたら意外と簡単だった。

公式ページ

おそらく公式ページのGettingStarted
https://www.mathjax.org/#gettingstarted

下記のスクリプトタグを自信のWebサイトのheadタグ内に埋め込むだけ。

<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>

バージョンごとお最も最新のものを自動で読み込みたい場合のタグもあるがそちらは公式ページをみてください(ほとんど差はないけど)

npmライブラリ

npmライブラリもある模様。入れるとなんのメリットがあるのかはよくわかっていない。

yarn add mathjax

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0