TeX Live Docker image with git command support
1.4K
git コマンドと TeX Live コレクション collection-fontsextra をインストールしてあります。platexとuplatexはコンパイルできます。latexmkも導入済みなので、変更を検知しながらのコンパイルができます。notoフォントも入れてあるのでWebブラウザ上でのPDFプレビューも日本語に対応しています。またPygmentsを導入してあるため、mintedによるソースコードのシンタックスハイライトも利用可能です。
$ docker build -t aruneko/texlive .
$ docker pull aruneko/texlive
$ docker container run -v $(pwd):/texsrc -it --rm aruneko/texlive platex foo.tex
$ docker container run -v $(pwd):/texsrc -it --rm aruneko/texlive latexmk -pvc foo.tex
Content type
Image
Digest
Size
1.6 GB
Last updated
over 5 years ago
docker pull arcatdmz/texlive