VS Code Remote Developmentの機能を用いて、片山研の修士論文執筆環境を容易に構築するテンプレートです。
latexmk
MasterPaper.pdf
という実行ファイルができているはず。
VS Codeのremote container機能を使えば、楽楽執筆が可能です。
git clone https://github.com/korosuke613/texlive-ja-devcontainer-template.git
- VS Codeで
texlive-ja-devcontainer-template
を開く。 - 拡張機能Remote Developmentを追加する。
- 左下の
><
アイコンを押して、Rebuild Container
を実行する。 - 待つ。
- ワークスペースが開いたら、terminalを開き、
latexmk sample.tex
を実行する。 - 上手くコンパイルできたらsetup完了!