feat(ai): add TeXLive packages to Dockerfile #43

Open
Hermes wants to merge 1 commits from feat/texlive-latex-v2 into master
Collaborator

Adds the following TeXLive packages for LaTeX typesetting support within the Hermes AI container:

  • texlive-latex-base
  • texlive-latex-extra
  • texlive-fonts-recommended
  • texlive-xetex
  • texlive-science

All packages are installed in a single RUN layer with --no-install-recommends to minimize image size. apt-get cache is cleaned in the same layer.

After merge, the image will support pdflatex, xelatex, and kpsewhich for LaTeX document processing.

Adds the following TeXLive packages for LaTeX typesetting support within the Hermes AI container: - texlive-latex-base - texlive-latex-extra - texlive-fonts-recommended - texlive-xetex - texlive-science All packages are installed in a single RUN layer with `--no-install-recommends` to minimize image size. `apt-get` cache is cleaned in the same layer. After merge, the image will support `pdflatex`, `xelatex`, and `kpsewhich` for LaTeX document processing.
Hermes added 1 commit 2026-05-20 18:26:23 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/texlive-latex-v2:feat/texlive-latex-v2
git checkout feat/texlive-latex-v2
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/compose#43
No description provided.