Skip to content

ExaESM-WP4/TeX-Live-Docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeX Live docker image

A PDF build environment for local development purposes and Github CI workflows. Either download from Dockerhub or build on site by using the example statements below.

Examples

docker pull exaesmwp4/texlive
docker run -v $(pwd):/home -it exaesmwp4/texlive pdflatex --shell-escape example.tex

Useful for debugging...

git clone https://github.com/ExaESM-WP4/texlive-docker.git
cd texlive-docker/
docker image build . -t texlive
docker run -v $(pwd):/home -it texlive /bin/bash
pdflatex --shell-escape example.tex

About

for local PDF builds and Github CI workflows of this org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •