Skip to content

Commit fc1eb3d

Browse files
iwilligclaude
andcommitted
Add pdflatex via texlive Fedora packages
Installs texlive-latex, texlive-latex-bin, and texlive-collection-latexrecommended from the Fedora repos alongside pandoc in the devtools layer. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ee8f740 commit fc1eb3d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Containerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ RUN rpm-ostree install \
2424
plantuml \
2525
aspell \
2626
aspell-en \
27+
texlive-latex \
28+
texlive-latex-bin \
29+
texlive-collection-latexrecommended \
2730
fish \
2831
alacritty \
2932
firefox \

Containerfile.d/020-devtools.containerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ RUN rpm-ostree install \
1212
plantuml \
1313
aspell \
1414
aspell-en \
15+
texlive-latex \
16+
texlive-latex-bin \
17+
texlive-collection-latexrecommended \
1518
fish \
1619
alacritty \
1720
firefox \

0 commit comments

Comments
 (0)