Skip to content

fabianschm/dockertex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dockertex

This is a Dockerfile for building a Docker image which can be used to compile LaTeX documents with different external packages without managing multiple installations on the system. If caching is enabled, it has negligible overhead over running it bare-metal.

Installation

  1. Build the Docker image: docker build -t dockertex:latest .
  2. Modify run_dockertex.sh to suit your needs (comments provided); IMPORTANT: Specify absolute paths, or else 3. won't work properly!
  3. Add run_dockertex.sh to your path, e.g. with ln -s "$(realpath run_dockertex.sh)" '/usr/local/bin/dockertex'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors