Skip to content

superruzafa/docker-tinytex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

My TinyTeX Docker image

A Docker image that contains a basic installation of TinyTex along with several utilities like pdf2svg.

Usage

Create a Dockerfile using this image as base and then install all TeX packages you want.

FROM superruzafa/tinytex

# Install TeX packages

RUN tlmgr install standalone
RUN tlmgr install pgf
...

About

My TinyTeX Docker image

Resources

Stars

Watchers

Forks

Packages

No packages published