diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-02-03 11:59:55 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-02-03 11:59:55 +0100 |
| commit | cd5c4bca8731bfc1dbe30044a1c3a3384bab7525 (patch) | |
| tree | 7f6ea9ccb077ced77c1502f77a831be735b4aea7 | |
| parent | 8949d10e23ca94a5d2ee33ffd577f97a648060a6 (diff) | |
Add basic French TeX setup
| -rw-r--r-- | home-configuration.scm | 17 |
1 files changed, 16 insertions, 1 deletions
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. |
