diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:37:00 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:49:56 -0800 |
commit | 757158a9c435f523f049d84deb80e3932e060e80 (patch) | |
tree | 720a559198218322369da8671311f0c9bfcbf326 | |
parent | 10ad14df92bf2efffe6d2b53bb803ec273b3cee3 (diff) | |
download | guix-757158a9c435f523f049d84deb80e3932e060e80.tar guix-757158a9c435f523f049d84deb80e3932e060e80.tar.gz |
gnu: texlive-latex-tocloft: Fix trailing whitespace in description.
* gnu/packages/tex.scm (texlive-latex-tocloft)[description]: Fix trailing
whitespace.
-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 a54279943f..dc3c6eb790 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4828,7 +4828,7 @@ of which make use of the @code{stackengine} core.") "This package provides control over the typography of the @dfn{Table of Contents}, @dfn{List of Figures} and @dfn{List of Tables}, and the ability to create new ‘List of ...’. The ToC @code{\\parskip} may -be changed. ") +be changed.") (license license:lppl1.3c+))) (define-public texlive-latex-trimspaces |