VS Code Remote Developmentの機能を用いて、片山研の学士(卒業)論文執筆環境を容易に構築するテンプレートです。
Dockerイメージは、ubuntu-texlive-jaを利用しています。
(Dockerが必要です)
git clone https://github.com/KatLab-MiyazakiUniv/bachelor-thesis-template.git
- VS Codeで
bachelor-thesis-template
を開く。 - 拡張機能Remote Developmentを追加する。
- 左下の
><
アイコンを押して、Remote-Containers: Reopen in Container
を実行する。 - 待つ。
- ワークスペースが開いたら、terminalを開き、
make
を実行する。 - 上手くコンパイルできたらsetup完了!
make
paper.pdf
という実行ファイルができているはず。
make clean
中間ファイルや生成したPDFファイルをまとめて削除します。