mmphego/latex

By mmphego

Updated about 4 years ago

LaTeX Docker

Image
0

247

LaTeX Docker

Docker PullsDocker Automated Build

Simplified LaTeX docker image for compiling latex files. Details of the package can be found on http://packages.ubuntu.com/xenial/texlive-full.

Softwares installed

  • Ubuntu: xenial
  • textlive-full
  • gnuplot
  • chktex
  • latexmk
  • texlive-latex-extra
  • python-pygments
  • git

Usage

  • 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

Feedback

Feel free to fork it or send me PR to improve it.

Docker Pull Command

docker pull mmphego/latex