From 5fb8107771477792e748519f791d890e1409c562 Mon Sep 17 00:00:00 2001 From: Adrien 'neox' Bourmault Date: Thu, 14 Sep 2023 13:22:20 +0200 Subject: [PATCH] Added latex --- packages/manifest.scm | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/packages/manifest.scm b/packages/manifest.scm index a2c3d40..a8e7dc7 100644 --- a/packages/manifest.scm +++ b/packages/manifest.scm @@ -5,7 +5,33 @@ ;; Voir la section « Répliquer Guix » dans le manuel. (specifications->manifest - (list "simplescreenrecorder" + (list "texlive-xetex" + "texlive-biber" + "texlive-texdoc" + "texlive-tabularray" + "texlive-babel-french" + "texlive-collection-fontsrecommended" + "texlive-collection-latexrecommended" + "texlive-scheme-basic" + "texlive-latex" + "rubber" + "texlive-graphics" + "texlive-geometry" + "texlive-xcolor" + "texlive-listings" + "texlive-babel" + "texlive-titlesec" + "texlive-tocloft" + "texlive-biblatex" + "texlive-setspace" + "texlive-hyperref" + "texlive-fontspec" + "texlive-float" + "texlive-url" + "texlive-latex-uni8" + "texmaker" + "nmap" + "simplescreenrecorder" "graphviz" "sqlitebrowser" "ffmpeg"