An open API service indexing awesome lists of open source software.

https://github.com/joshfinnie/latex-docker

A docker file with Latex installed to convert .tex documents to .pdf.
https://github.com/joshfinnie/latex-docker

Last synced: about 2 months ago
JSON representation

A docker file with Latex installed to convert .tex documents to .pdf.

Awesome Lists containing this project

README

        

# Latex-Docker

This is a Docker file that will install Latex.

## Usage

```
$ docker build -t latex .
$ docker run -v `pwd`:/tmp latex pdflatex sample.tex
```