https://github.com/drorata/docker-latex
https://github.com/drorata/docker-latex
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drorata/docker-latex
- Owner: drorata
- License: mit
- Created: 2022-12-16T10:23:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T20:03:18.000Z (over 3 years ago)
- Last Synced: 2025-01-15T23:59:23.873Z (over 1 year ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-LaTeX
**Purpose:** Allow building LaTeX documents using a container (i.e. without installing LaTeX locally).
For example, run the following
```bash
docker run --rm -v "$PWD":/prj drorata/docker-latex dror_atariah.tex
```
from a directory where you have a `.tex` file that you'd like to build.