Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.6 KB

bachelor-thesis-template

VS Code Remote Developmentの機能を用いて、片山研の学士(卒業)論文執筆環境を容易に構築するテンプレートです。

Dockerイメージは、ubuntu-texlive-jaを利用しています。

(Dockerが必要です)

setup

  1. git clone https://github.com/KatLab-MiyazakiUniv/bachelor-thesis-template.git
  2. VS Codeでbachelor-thesis-templateを開く。
  3. 拡張機能Remote Developmentを追加する。
  4. 左下の><アイコンを押して、Remote-Containers: Reopen in Containerを実行する。
  5. 待つ。
  6. ワークスペースが開いたら、terminalを開き、makeを実行する。
  7. 上手くコンパイルできたらsetup完了!

build

make

paper.pdfという実行ファイルができているはず。

2024年度から、卒業論文では本文中に概要を書くのではなく、発表要旨として別で作成することになった。 以下のコマンドを実行すると、bachelorAbstractディレクトリのabstract.texファイルをビルドして、abstract.pdfを生成する。

make abstract

clean

make clean

中間ファイルや生成したPDFファイルをまとめて削除します。