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:
parent
0daa1d646a
commit
09acbb02c7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue