Skip to content

sdelrio/latex-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX

Dockerfile for LaTeX with blang/latex as baseimage.

Usage

Getting the image

docker pull sdelrio/latex 

Build the image

docker build -t sdelrio/latex:latest .

Generate pdf from tex document

Output will be written on build subdirectoroy.

Using pdflatex

docker run --rm -v `pwd`:/latex sdelrio/latex make_latex mydocument.tex

Using xelatex

docker run --rm -v `pwd`:/latex sdelrio/latex make_xelatex mydocument.tex

Clean log output

After building pdf if the result has no errors it will delete log, but to force cleanup do

docker run --rm -v `pwd`:/latex sdelrio/latex clean

About

LaTeX environment using blang/latex (Ubuntu based image)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages