Skip to content

This docker image provides a preinstalled tectonic

License

Notifications You must be signed in to change notification settings

fabianhauser/docker-tectonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

fabianhauser/tectonic

This docker image provides a preinstalled tectonic:

Tectonic is a modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.

Usage (Linux)

# Create cache directory (manually, or docker creates it as root:root)
mkdir ~/.cache/docker-tectonic

docker run -ti --rm \
  --mount type=bind,source="$HOME/.cache/docker-tectonic/",target="/home/tectonic/.cache" \
  --mount type=bind,source="`pwd`",target="/tectonic" \
  fabianhauser/tectonic YourFile.tex

Utilities

This image contains following utilities:

To use them, you have to change the --entrypoint to the according utility.

About

This docker image provides a preinstalled tectonic

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •