diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-01-06 15:00:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-01-06 15:02:10 +0100 |
commit | e6cd11aeb8b7c0130bdcb270210008d761d0dcf7 (patch) | |
tree | fedcac970a279db93e96c04f87937e2dbd6421c0 /doc | |
parent | 6b60d9efd7ddc56af1eb4a6256181dce4b9cf084 (diff) |
doc: Minor wording improvements of “Using TeX and LaTeX”.
* doc/guix.texi (Using TeX and LaTeX): Tweak.
Change-Id: I69d93d00b8c343f078b90f4b718948c0015bb88d
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b2bcab8791..cc6ad13d6c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -22,7 +22,7 @@ @set SUBSTITUTE-URLS https://@value{SUBSTITUTE-SERVER-1} https://@value{SUBSTITUTE-SERVER-2} @copying -Copyright @copyright{} 2012-2024 Ludovic Courtès@* +Copyright @copyright{} 2012--2025 Ludovic Courtès@* Copyright @copyright{} 2013, 2014, 2016, 2024 Andreas Enge@* Copyright @copyright{} 2013 Nikita Karetnikov@* Copyright @copyright{} 2014, 2015, 2016 Alex Kost@* @@ -49807,9 +49807,9 @@ will not have the desired effect. @xref{Package Transformation Options, @cindex @LaTeX{} packages Guix provides packages for the @TeX{}, @LaTeX{}, ConTeXt, LuaTeX, and related typesetting systems, taken from the -@uref{https://www.tug.org/texlive/, @TeX{} Live distribution}. However, -because @TeX{} Live is so huge and because finding one's way in this -maze is tricky, so this section provides some guidance on how to deploy +@uref{https://www.tug.org/texlive/, @TeX{} Live distribution}. +Because @TeX{} Live is so huge and because finding one's way in this +maze is tricky, this section provides some guidance on how to deploy the relevant packages to compile @TeX{} and @LaTeX{} documents. @TeX{} Live currently comes in two mutually exclusive flavors in Guix: @@ -49822,10 +49822,10 @@ single @TeX{} Live package} (roughly 4,200), but it is huge---more than @item A ``modular'' @TeX{} Live distribution, in which you only install the -packages, always prefixed with @samp{texlive-}, you need. +packages you need, whose name is always prefixed with @samp{texlive-}. @end itemize -So to insist, these two flavors cannot be combined@footnote{No rule +To insist, these two flavors cannot be combined@footnote{No rule without exception! As the monolithic @TeX{} Live does not contain the @command{biber} executable, it is okay to combine it with @code{texlive-biber}, which does.}. If in the modular setting your |