Skip to content

upshift-docker/texlive-full

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Full TeX Live environment

TeX Live is an easy way to get up and running with the TeX document production system. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.

Usage

This image provides a full TeX Live environment.

Start the container, giving access to command line:

# docker run \
	--rm --tty --interactive \
	upshift/texlive-full

Start the container, compiling TeX document in local directory:

# docker run \
        --rm --tty --interactive \
	--volume $PWD:/work \
        upshift/texlive-full \
	pdflatex document.tex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published