Skip to content

Docker container with full latex texlive distribution based on Debian 8 (jessie)

License

Notifications You must be signed in to change notification settings

JoEiner/latex-texlive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

latex-texlive

Docker container with full latex texlive distribution based on Debian 8 (jessie). Fork of https://github.com/schickling/dockerfiles/tree/master/latex

Usage

$ docker run --rm -it -v $(pwd):/source joeiner/latex-texlive

Mount your local source folder to the container and run it inside the container.

Compiling a latex document

From inside the container:

$ pdflatex my-document.tex

From the host OS:

$ docker run --rm -it -v $(pwd):/source joeiner/latex-texlive pdflatex my-document.tex

Compiling a xetex document

From inside the container:

$ xelatex my-document.xtx

From the host OS:

$ docker run --rm -it -v $(pwd):/source joeiner/latex-texlive xelatex my-document.tex

Compiling with a build script

From inside the container:

$ ./my-build-script.sh

From the host OS:

$ docker run --rm -it -v $(pwd):/source joeiner/latex-texlive ./my-build-script.sh

About

Docker container with full latex texlive distribution based on Debian 8 (jessie)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published