diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:38:00 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:50:08 -0800 |
commit | 80d938832db3330250b951f37e81183505bdcb15 (patch) | |
tree | 936ce6eff0a298c202ac743056e5c9d48f293f81 /gnu | |
parent | b950480a1d4894d303811c0f411a1a0cf81d5728 (diff) | |
download | guix-80d938832db3330250b951f37e81183505bdcb15.tar.gz guix-80d938832db3330250b951f37e81183505bdcb15.zip |
gnu: texlive-sectsty: Fix trailing whitespace in description.
* gnu/packages/tex.scm (texlive-sectsty)[description]: Fix trailing
whitespace.
Diffstat (limited to 'gnu')
-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 f09e1358ab..3e739d3f12 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -9348,7 +9348,7 @@ LY1 encoding.") (synopsis "Control sectional headers") (description "This is a LaTeX2ε package to help change the style of any or all of LaTeX's sectional headers in the article, book, or report classes. -Examples include the addition of rules above or below a section title. ") +Examples include the addition of rules above or below a section title.") (license license:lppl1.2+)))) (define-public texlive-morefloats |