Regularly updated linux-based TeXLiveβ container image
870
This repository provides a Docker-based environment for building high-quality LaTeX documents. It includes a fully configured TeXLiveβ distribution, combined with essential tooling for efficient, reproducible, and automated document generation.
Whether you're writing academic papers, technical manuals, or enterprise documentation: This is your go-to build environment.
If you're tired of formatting issues, crashing Word files, or inconsistent styles: Welcome to document building for adults.
| Tool | Purpose |
|---|---|
| TeXLiveβ | Full LaTeX distribution (updated regularly) |
| latexmkβ | Automates multi-pass build system (PDF, BibTeX, Glossaries, etc.) |
| Pandocβ | Markdown β LaTeX β PDF conversion |
| pandoc-crossrefβ | Cross-references and numbered figures/tables |
| Ghostscriptβ | PDF post-processing, compression, etc |
| Taskfileβ | Declarative, structured task automation |
Organize your project like this:
document.tex
references.bib
tex/chapter1.tex
tex/chapter2.tex
images/figure1.png
docker run --rm -it -v $(PWD):/workdir flashpixx/texlive
β This generates a PDF directly in your working directory.
Content type
Image
Digest
sha256:271bc88b7β¦
Size
2.6 GB
Last updated
4 days ago
docker pull flashpixx/texlive:0.0.11