2023-11-03 22:50:26 +00:00
|
|
|
(use-modules (guix profiles)
|
|
|
|
(gnu packages tex))
|
2023-08-28 14:29:39 +00:00
|
|
|
|
|
|
|
(packages->manifest
|
2023-11-03 22:50:26 +00:00
|
|
|
(list texlive-collection-basic
|
|
|
|
texlive-collection-fontsextra
|
|
|
|
texlive-collection-fontsrecommended
|
|
|
|
texlive-collection-latex
|
|
|
|
texlive-collection-latexextra
|
|
|
|
texlive-collection-latexrecommended
|
|
|
|
texlive-collection-luatex
|
|
|
|
texlive-collection-langportuguese
|
|
|
|
texlive-collection-langenglish
|
|
|
|
texlive-collection-langfrench
|
|
|
|
texlive-collection-mathscience
|
|
|
|
texlive-collection-pictures
|
|
|
|
texlive-scheme-minimal))
|