Sign inSign up

flashpixx/texlive

By flashpixx

β€’Updated 4 days ago

Regularly updated linux-based TeXLive⁠ container image

Image
Languages & frameworks
Integration & delivery
0

870

flashpixx/texlive repository overview

⁠🧠 TeXLive Docker – Reliable, Modern Typesetting for Professionals

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.

β πŸ’‘ Why LaTeX Still Matters

  • βœ… Professional output β€” typographically superior to most editors
  • πŸ” Separation of content and layout β€” focus on writing, not formatting
  • πŸ”— Automatic cross-referencing, citations, glossaries, and indexes
  • πŸ› οΈ Automation & CI/CD-friendly β€” integrate easily into any pipeline
  • πŸ” Version control ready β€” works seamlessly with Git (diffs actually make sense)
  • πŸ’₯ Scales effortlessly β€” from one page to 1,000+, no performance loss
  • 🧘 Write once, style forever β€” define templates and reuse them across projects

If you're tired of formatting issues, crashing Word files, or inconsistent styles: Welcome to document building for adults.

⁠🧰 Included Tools

ToolPurpose
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

β πŸš€ Workflow

⁠1. πŸ“ Project Layout

Organize your project like this:

document.tex
references.bib
tex/chapter1.tex
tex/chapter2.tex
images/figure1.png
⁠2. 🐳 Run the container
docker run --rm -it -v $(PWD):/workdir flashpixx/texlive

βœ… This generates a PDF directly in your working directory.

Source Repository⁠

Tag summary

Content type

Image

Digest

sha256:271bc88b7…

Size

2.6 GB

Last updated

4 days ago

docker pull flashpixx/texlive:0.0.11