• Skip to primary navigation
  • Skip to content
  • Skip to footer
stmsy's blog
  • About
  • Math
  • Statistics
  • Computer Science
  • Travel
  • Wines
  • Tags
    Masaya Sato

    Masaya Sato

    Like math and wine.

    • Fukuoka, Japan
    • Twitter
    • Facebook
    • GitHub
    • GitLab
    • Instagram

    Enable MathJax in Jekyll

    less than 1 minute read

    To enable the JavaScript math display engine MathJax within the Jekyll theme Minimal Mistakes, embed the following line

    <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
    

    in the _includes/head/custom.html.

    Tags: GitHub, HTML, LaTeX, MathJax, TeX, Web

    Updated: November 17, 2018

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You may also enjoy

    Chapter 5 Syntactic Parsing

    3 minute read

    夏目漱石の小説『吾輩は猫である』の文章(neko.txt)を CaboCha を使って係り受け解析し, その結果を neko.txt.cabocha というファイルに保存せよ. このファイルを用いて, 以下の問に対応するプログラムを実装せよ.

    Chapter 4 POS Tagging

    3 minute read

    夏目漱石の小説『吾輩は猫である』の文章(neko.txt)を MeCab を使って形態素解析し, その結果を neko.txt.mecab というファイルに保存せよ. このファイルを用いて, 以下の問に対応するプログラムを実装せよ.

    Chapter 3 Regular Expressions

    4 minute read

    Wikipedia の記事を以下のフォーマットで書き出したファイル jawiki-country.json.gz がある.

    Chapter 2 UNIX Commands

    1 minute read

    popular-names.txt は, 日本の最高気温の記録を「都道府県」「地点」「℃」「日」のタブ区切り形式で格納したファイルである. 以下の処理を行うプログラムを作成し. popular-names.txt を入力ファイルとして実行せよ. さらに, 同様の処理を UNIX コマンドでも実行し, プログラムの...

    • Follow:
    • Twitter
    • Facebook
    • GitHub
    • GitLab
    • Instagram
    • Feed
    © 2024 Masaya Sato. Powered by Jekyll & Minimal Mistakes.