Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 662 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 662 Bytes

LaTeXテンプレート

使い方

main.texに書いていく。画像はimagesディレクトリに入れる。細かいマクロの使い方はmath.styを見ればわかる...はず...

コンパイルの仕方

$ latexmk -lualatex -pvc main

でできる。一応

  • Windows
  • macOS

ならPDFまで開ける

注意

コンパイルするには

  • collection-langjapanese
  • latexmk
  • amscls
  • graphics
  • type1cm
  • epstopdf
  • hyperref

が必要。もしない場合は以下のコマンドを実行

tlmgr update --self --all
tlmgr install collection-langjapanese latexmk amscls graphics type1cm epstopdf hyperref