A Docker container for compiling LaTeX Projects
docker pull obedmr/latex
cd /path/to/your/latex/project
# Create the output directory
mkdir aux/
docker run --rm -v `pwd`:/mnt obedmr/latex tex <tex_command> <main.tex>
aux/Important Notes
docker run -v `pwd`:/mnt obedmr/latex tex list-utils
docker run -v `pwd`:/mnt obedmr/latex tex pdflatex main.tex
Content type
Image
Digest
sha256:dc585c173…
Size
219.1 MB
Last updated
28 days ago
docker pull obedmr/latex