8000 GitHub - Jeff-Tian/latex-docker: :whale: Docker Image of TeXLive
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jeff-Tian/latex-docker

 
 

Repository files navigation

latex-docker

[GitHub Actions Status](https ://github.com/jeff-tian/latex-docker/actions)

Docker Image of TeXLive.

How to use it

docker run --rm -it -v $(pwd):/work -w /work -e LC_ALL=C.UTF-8 -e PLANTUML_JAR=tools/plantuml.jar jefftian/texlive-full:latest latexmk -lualatex -shell-escape -synctex=1 -interaction=nonstopmode -enable-write18 yours.tex

What

Forked from xu-cheng/latex-docker with modification to allow you star this repo to trigger a build.

Why

  • The other day a latex project of mine failed because the image xu-cheng/texlive-full is based on version 2019 while the project requires version 2020. So I have to build the latest texlive image. To avoid other people met this similar situation I created a github action to allow start project to trigger the building. So one day you find there is a new version of texlive released then you can star this project to trigger the latest texlive image's building.
  • The original one doesn't work for plantuml package

See Also

  • latex-action: GitHub action to compile LaTeX documents.
  • texlive-action: GitHub action to run arbitrary commands in a TeXLive environment.

License

MIT

About

🐳 Docker Image of TeXLive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 72.1%
  • Dockerfile 27.9%
0