gnu: texlive-latex-environ: Fix invalid texinfo markup.

* gnu/packages/tex.scm (texlive-latex-environ)[description]: Fix texinfo
syntax errors.
This commit is contained in:
Ricardo Wurmus 2017-07-20 16:35:38 +02:00
parent 0daa1d646a
commit 09acbb02c7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 4 deletions

View File

@ -1846,10 +1846,10 @@ on everypage.")
(home-page "http://www.ctan.org/pkg/environ") (home-page "http://www.ctan.org/pkg/environ")
(synopsis "New interface for environments in LaTeX") (synopsis "New interface for environments in LaTeX")
(description (description
"This package provides the @code{\\collect@body} command (as in "This package provides the @code{\\collect@@body} command (as in
@code{amsmath}), as well as a @code{\\long} version @code{\\Collect@Body}, for @code{amsmath}), as well as a @code{\\long} version @code{\\Collect@@Body},
collecting the body text of an environment. These commands are used to define for collecting the body text of an environment. These commands are used to
a new author interface to creating new environments.") define a new author interface to creating new environments.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-latex-eqparbox (define-public texlive-latex-eqparbox