From cd5c4bca8731bfc1dbe30044a1c3a3384bab7525 Mon Sep 17 00:00:00 2001 From: Charles Roelli Date: Tue, 3 Feb 2026 11:59:55 +0100 Subject: Add basic French TeX setup --- home-configuration.scm | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/home-configuration.scm b/home-configuration.scm index 0cd9bfe..9614a03 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -28,7 +28,22 @@ "emacs-ledger-mode" "glibc-locales" "guile" - "password-store"))) + "password-store" + + ;; TeX setup from https://guix.gnu.org/manual/1.5.0/en/html_node/Using-TeX-and-LaTeX.html + "rubber" + "texlive-scheme-basic" + "texlive-collection-latexrecommended" + "texlive-collection-fontsrecommended" + "texlive-babel-french" + ;; From "latexextra" collection. + "texlive-tabularray" + ;; From "binextra" collection. + "texlive-texdoc" + + ;; Extra TeX packages + "texlive-soul" + ))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. -- cgit v1.3