Skip to content

7d4b9/docker-latex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This docker was created for the sole purpose of generating PDF files through texliveonfly.

The docker contains the plain TeX environment as well as the base LaTeX packages, recommended fonts, and recommended latex packages. texliveonfly will take care of downloading any other packages needed to compile the .tex file and generate the .pdf. To keep texliveonfly from downloading the packages every time you run this docker, I would suggest building a new Dockerfile for your LaTeX project with this as your base image. Then run tlmgr to install the rest of the packages needed for your project.

USAGE

docker run -v `pwd`:`pwd` -w `pwd` dbndev/latex [filename].tex

About

Personal LaTeX container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published