Skip to content

zalgo3/texlive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

TeX Live Docker image

About

  • Docker image including relatively minimal TeX Live packages.
  • Add some packages to arcatdmz/texlive to be useful for mathematical scientists who use Japanese and English.

Build

$ docker build -t zalgo3/texlive .

Pull

$ docker pull zalgo3/texlive:main

Compile LaTeX files

platex

$ docker container run -v $(pwd):/texsrc -it --rm zalgo3/texlive platex foo.tex

latexmk

$ docker container run -v $(pwd):/texsrc -it --rm zalgo3/texlive latexmk -pvc foo.tex

About

TeX Live Docker image for mathematical scientists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%