Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 383 Bytes

File metadata and controls

19 lines (13 loc) · 383 Bytes

docker-latex

Docker build environment for building latex docs

How To

  1. Build the docker image
docker build -t dockerlatex . 
  1. Copy .tex files to latex-code
  2. Run the docker container with :
docker run --rm -v $(pwd)/latex-code:/data dockerlatex {TEX_FILE_NAME}.tex

The compiled pdf files will be saved in latex-code/compile-output.