フォーク元
https://github.com/ryuichiueda/thesis_template
Nothing written in output file.
make: *** [Makefile:9: main.dvi] Error 255
全角スペースから上記エラーまでの流れはわからない
多分template/main.tex内で\printindexを呼んでいるから
(ちなみに\indexは索引用のコマンド)
a_xyzはxだけ添字、yとzは普通サイズになってしまう
全部添字にしたくばa_{xyz}
a_\mathrm{x}とか書くとエラー吐く
! Missing { inserted.
正しくはa_{\mathrm{x}}