mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue