30 lines
668 B
Scheme
30 lines
668 B
Scheme
(use-modules
|
|
(guix profiles)
|
|
(gnu packages tex))
|
|
|
|
(packages->manifest
|
|
(list texlive-amsfonts
|
|
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-french
|
|
texlive-geometry
|
|
texlive-latex-fonts
|
|
texlive-minted
|
|
texlive-pdftex
|
|
texlive-pgf
|
|
texlive-setspace
|
|
texlive-texinfo
|
|
texlive-tcolorbox
|
|
texlive-tools
|
|
texlive-ulem
|
|
texlive-unicode-math))
|