zero/home-environments/radio/manifests/tex.scm

14 lines
412 B
Scheme
Raw Permalink Normal View History

2024-03-08 14:32:05 +00:00
(use-modules (guix profiles)
(gnu packages tex))
(packages->manifest
(list rubber
2024-03-08 14:32:05 +00:00
texlive-collection-fontsextra
texlive-collection-fontsrecommended
texlive-collection-latexextra
texlive-collection-luatex
texlive-collection-langportuguese
texlive-collection-langenglish
texlive-collection-langfrench
texlive-collection-mathscience))