Skip to content

Full tex environment inside a Docker container. pdflatex and xelatex included.

Notifications You must be signed in to change notification settings

k00ni/tex-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

latex

Full texlive distribution which is based on ubuntu:xenial.

Usage

$ docker build . -t tex
$ docker run --rm -it -v $(pwd):/source tex

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

Compiling a latex document

$ pdflatex my-document.tex

Compiling a xetex document

$ xelatex my-document.tex

PDF zu PNG/JPG/...

$ pdftoppm foo.pdf bar.png -png

Acknowledgement

This is an adapted version of schickling/dockerfiles.

About

Full tex environment inside a Docker container. pdflatex and xelatex included.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages