The minimal TeXLive Docker image for Japanese
コンパクトな日本語向け TeXLive Docker イメージ
alpine
latest
, debian
The image can be installed from Docker Hub or GitHub Container Registry.
Docker Hub もしくは GitHub Container Registry からインストールできます
docker pull paperist/texlive-ja:latest
docker pull ghcr.io/paperist/texlive-ja:latest
docker image tag ghcr.io/paperist/texlive-ja:latest paperist/texlive-ja:latest
$ docker run --rm -it -v $PWD:/workdir paperist/texlive-ja:latest \
sh -c 'latexmk -C main.tex && latexmk main.tex && latexmk -c main.tex'
See Usage (Japanese) for details.
詳しくは、使い方 を参照してください
Bug fixes are welcome.
バグ修正は歓迎します
Basically, we do not accept feature additions or non-bug fixes.
現在、機能追加やバグ以外の修正は、基本的に受け付けていません
If you want additional features, you can create an extended image based on this image.
機能を追加したい場合は、このイメージを基に拡張したイメージを作ることができます
See Usage "Extending image" (Japanese) for details.
詳しくは、使い方「イメージを拡張する」 を参照してください
MIT (c) 3846masa
Forked from umireon/docker-texci (under the MIT License).
记录一下困扰了我好几天的问题。。。本来是看上了vscode的颜值想用来写latex,没想到按教程安装好后,运行tex文件毫无反应,后面点开output发现报错 Cannot find LaTeX root file. See https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#the-root-file 尝试过新建一个tex文件,并复制代