diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-07-20 16:35:38 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-07-20 16:36:31 +0200 |
commit | 09acbb02c70912a9f63b2be985a05b91ce1786b7 (patch) | |
tree | 1c460c084e01cbb77b374a7c9500b98d46988fbe /gnu/packages/tex.scm | |
parent | 0daa1d646ae1ee6337bdbf13d8555020c7f119a8 (diff) | |
download | guix-09acbb02c70912a9f63b2be985a05b91ce1786b7.tar guix-09acbb02c70912a9f63b2be985a05b91ce1786b7.tar.gz |
gnu: texlive-latex-environ: Fix invalid texinfo markup.
* gnu/packages/tex.scm (texlive-latex-environ)[description]: Fix texinfo
syntax errors.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 85cf6fe866..7588eb5392 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1846,10 +1846,10 @@ on everypage.") (home-page "http://www.ctan.org/pkg/environ") (synopsis "New interface for environments in LaTeX") (description - "This package provides the @code{\\collect@body} command (as in -@code{amsmath}), as well as a @code{\\long} version @code{\\Collect@Body}, for -collecting the body text of an environment. These commands are used to define -a new author interface to creating new environments.") + "This package provides the @code{\\collect@@body} command (as in +@code{amsmath}), as well as a @code{\\long} version @code{\\Collect@@Body}, +for collecting the body text of an environment. These commands are used to +define a new author interface to creating new environments.") (license license:lppl))) (define-public texlive-latex-eqparbox |