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

View file

@ -1846,10 +1846,10 @@ (define-public texlive-latex-environ
(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