Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.17 KB

File metadata and controls

28 lines (18 loc) · 1.17 KB

texlive-ja-devcontainer-template

VS Code Remote Developmentの機能を用いて、LaTeX環境を容易に構築するサンプルコードです。

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

(Dockerが必要です)

setup

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

build

latexmk sample.tex

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