Skip to content

uridium/docker-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Docker LaTeX

Docker Hub

A trimmed down container for converting LaTeX documents to PDF files. It doesn't use texlive-full package.

TeX Live

Requirements

  • docker
  • make

Install/Usage

To generate a pdf file, copy this repository to a directory with tex files and run:

make f=filename.tex

You might be tempted to add it as git submodule:

git submodule add git@github.com:uridium/docker-latex.git docker-latex

You can also download the image from a registry:

make pull

or just build the image from a Dockerfile:

make build