guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: 01/01: gnu: texlive-latex-environ: Fix invalid texinfo markup.
Date: Thu, 20 Jul 2017 10:36:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 09acbb02c70912a9f63b2be985a05b91ce1786b7
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jul 20 16:35:38 2017 +0200

    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 85cf6fe..7588eb5 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 @address@hidden command (as in
address@hidden), as well as a @code{\\long} version @address@hidden, 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
address@hidden), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]