Skip to content

de-mo/texlive-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

README to texlive docker image

This is dockerization of TexLive

Environment variables

Available variables Description
LOCAL_UID The id of the local user running the container
LOCAL_GID The id of the local group running the container

command

docker run \
  -e "LOCAL_UID=1000" \
  -e "LOCAL_GID=1000" \
  -v "/path/to/texsource":"/data" \
  denmor/latex pdflatex [FILE]

License

The repository contains the TexLive (see https://www.tug.org/texlive/copying.html).

The repository itself is under MIT licence.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published