diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-03 14:08:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:30 +0200 |
commit | 1c51c3a28992b71416c2b35f50ee332dce73ac69 (patch) | |
tree | edca1ff52a6ba35ad0c1664de30f287cbd40fa8f | |
parent | 4983df5bfffb9bedd0aece5cdf88da85cf56701a (diff) | |
download | guix-1c51c3a28992b71416c2b35f50ee332dce73ac69.tar guix-1c51c3a28992b71416c2b35f50ee332dce73ac69.tar.gz |
gnu: texlive-xits: Fix typo in description.
* gnu/packages/tex.scm (texlive-xits)[description]: Add two spaces between sentences.
Change-Id: I296db7b68388d2728e6bc76e0203d220e585ba34
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 5b88bdce1b..afe7b54e2f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -73478,7 +73478,7 @@ in terms of the collating order of the text being processed.") (description "XITS is a Times-like font for scientific typesetting with proper mathematical support for modern, Unicode and OpenType capable TeX engines, -namely LuaTeX and XeTeX. For use with LuaLaTeX or XeLaTeX, support is +namely LuaTeX and XeTeX. For use with LuaLaTeX or XeLaTeX, support is available from the @code{fontspec} and @code{unicode-math} packages.") (license license:silofl1.1))) |