Skip to content

nontangent/texlive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeX Live Docker Image

Usage

// Create Working Directory
$ mkdir work && cd work
// Create Tex File
$ vim sample.tex
// Start Live Compiling
$ docker run -v $(pwd):/root/work -it nontan18/texlive latexmk --pvc sample.tex

How To Add TeX Live Manager Packages

Add following line in Dockerfile.

RUN tlmgr install PACKAGE_NAME

and build Docker Image.

$ docker build -t texlive .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published