Skip to content

NeilBardhan/docker-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker build environment for building latex docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors