Simplified LaTeX docker image for compiling latex files. Details of the package can be found on http://packages.ubuntu.com/xenial/texlive-full.
- Ubuntu: xenial
- textlive-full
- gnuplot
- chktex
- latexmk
- texlive-latex-extra
- python-pygments
- git
- Build image
make build
- Compile LaTeX
# Command broken ie needs somework
# make FILE="main.tex" latex
# Way around
./latexgen main.tex
Or just execute make help
Feel free to fork it or send me PR to improve it.