Skip to content
Snippets Groups Projects
Commit 26b7daeb authored by Alice Brenon's avatar Alice Brenon
Browse files

Replace monolithic texlive package by the parts actually used in the thesis

parent afe2f2ac
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,16 @@
((gnu packages python) #:select (python))
((gnu packages python-science) #:select (python-pandas))
((gnu packages python-xyz) #:select (python-matplotlib python-seaborn))
((gnu packages texlive) #:select (texlive))
((gnu packages tex) #:select (texlive-babel-french
texlive-collection-fontsrecommended
texlive-collection-latexrecommended
texlive-ctex
texlive-etoc
texlive-multirow
texlive-siunitx
texlive-ulem
texlive-xecjk
texlive-xetex))
((gnu packages wireservice) #:select (csvkit)))
(let ((python-pysankey (load "dependencies/python-pysankey.scm")))
......@@ -38,6 +47,15 @@
python-pysankey
python-seaborn
sed
texlive))
texlive-babel-french
texlive-collection-fontsrecommended
texlive-collection-latexrecommended
texlive-ctex
texlive-etoc
texlive-multirow
texlive-siunitx
texlive-ulem
texlive-xecjk
texlive-xetex))
(manifest
(list (package->manifest-entry gcc-toolchain "static"))))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment