Skip to content

Latest commit

 

History

History

latex-full

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

LaTeX Docker

Docker Pulls Docker 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.