32 lines
725 B
Scheme
32 lines
725 B
Scheme
(use-modules
|
|
(guix profiles)
|
|
(gnu packages tex))
|
|
|
|
(packages->manifest
|
|
(list texlive-amscls
|
|
texlive-amsfonts
|
|
texlive-amslatex-primer
|
|
texlive-scheme-minimal
|
|
texlive-babel-french
|
|
texlive-beamer
|
|
texlive-bibtex
|
|
texlive-booktabs
|
|
texlive-capt-of
|
|
texlive-ec
|
|
texlive-enumitem
|
|
texlive-float
|
|
texlive-fontspec
|
|
texlive-graphics
|
|
texlive-hyphen-complete
|
|
texlive-geometry
|
|
texlive-latex-fonts
|
|
texlive-minted
|
|
texlive-pdftex
|
|
texlive-pgf
|
|
texlive-setspace
|
|
texlive-texinfo
|
|
texlive-tcolorbox
|
|
texlive-tools
|
|
texlive-ulem
|
|
texlive-unicode-math))
|