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.
- Host: GitHub
- URL: https://github.com/joshfinnie/latex-docker
- Owner: joshfinnie
- License: mit
- Created: 2019-09-11T20:26:10.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T18:53:30.000Z (over 2 years ago)
- Last Synced: 2024-11-13T15:49:14.541Z (7 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - joshfinnie/latex-docker - A docker file with Latex installed to convert .tex documents to .pdf. (Dockerfile)
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
```