From 09acbb02c70912a9f63b2be985a05b91ce1786b7 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 20 Jul 2017 16:35:38 +0200 Subject: gnu: texlive-latex-environ: Fix invalid texinfo markup. * gnu/packages/tex.scm (texlive-latex-environ)[description]: Fix texinfo syntax errors. --- gnu/packages/tex.scm | 8 ++++---- 1 file 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 -- cgit v1.2.3