18 lines
574 B
Scheme
18 lines
574 B
Scheme
(use-modules (guix profiles)
|
|
(gnu packages tex))
|
|
|
|
(packages->manifest
|
|
(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))
|