2023-08-28 14:29:39 +00:00
|
|
|
(use-modules
|
|
|
|
(guix profiles)
|
|
|
|
(gnu packages tex))
|
|
|
|
|
|
|
|
(packages->manifest
|
2023-09-16 22:50:49 +00:00
|
|
|
(list texlive-amscls
|
|
|
|
texlive-amsfonts
|
|
|
|
texlive-amslatex-primer
|
2023-08-28 14:29:39 +00:00
|
|
|
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
|
2023-09-03 16:24:33 +00:00
|
|
|
texlive-hyphen-complete
|
2023-08-28 14:29:39 +00:00
|
|
|
texlive-geometry
|
|
|
|
texlive-latex-fonts
|
|
|
|
texlive-minted
|
|
|
|
texlive-pdftex
|
|
|
|
texlive-pgf
|
|
|
|
texlive-setspace
|
|
|
|
texlive-texinfo
|
|
|
|
texlive-tcolorbox
|
|
|
|
texlive-tools
|
|
|
|
texlive-ulem
|
|
|
|
texlive-unicode-math))
|