Skip to content

amlinger/docker-tex2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-TeX2PDF

Provides a Docker container for watching a .tex-file, and produce a PDF when it changes.

Getting started

Simply pull the image from the Docker Hub to get started

docker pull amlinger/tex2pdf

Building the Image

This is only necessary if you are into tweaking the configuration of this project.

With your Docker Machine up and running, and standing in the repo folder, issue

docker build -t tex2pdf .

(This will also tag your image with tex2pdf, which is optional).

Usage

To get a tex-file called current.tex to be watched, and compiled to current.pdf on each update, use

docker run -d -v $PWD:/tex-files/ -e FILENAME current tex2pdf

About

Provides a Docker container for watching a tex-file, and produce a PDF when it changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages