https://github.com/janpreet/docker-latex
A Docker image with LaTeX, latex2rtf and essential tools for document generation and text processing.
https://github.com/janpreet/docker-latex
doc docker latex latex2rtf pdf rtf
Last synced: about 1 month ago
JSON representation
A Docker image with LaTeX, latex2rtf and essential tools for document generation and text processing.
- Host: GitHub
- URL: https://github.com/janpreet/docker-latex
- Owner: janpreet
- License: mit
- Created: 2020-12-15T22:07:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T02:11:07.000Z (almost 2 years ago)
- Last Synced: 2025-07-26T17:50:49.335Z (11 months ago)
- Topics: doc, docker, latex, latex2rtf, pdf, rtf
- Language: Dockerfile
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-latex
[](https://github.com/janpreet/docker-latex/actions/workflows/docker-image.yaml)  
Lightweight `ubuntu:bionic + texlive-latex-base + pandoc` container for processing .tex files
### How to use
```bash
docker run --rm -i -v $(PWD):/data ghcr.io/janpreet/docker-latex:latest pdflatex doc.tex
```