guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: texlive: Fix Texinfo markup in descriptions.


From: guix-commits
Subject: 06/06: gnu: texlive: Fix Texinfo markup in descriptions.
Date: Mon, 5 Jul 2021 10:58:30 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 6265c004cbac8bfe41e89f2d56635afeffed15e3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 5 16:54:25 2021 +0200

    gnu: texlive: Fix Texinfo markup in descriptions.
    
    * gnu/packages/tex.scm (texlive-latex-atveryend)[description]: Fix
    Texinfo markup.
    (texlive-generic-etexcmds)[description]: Likewise.
    (texlive-generic-kvdefinekeys)[description]: Likewise.
---
 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 7a78563..d1c33c1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2843,7 +2843,7 @@ contain.")
     (home-page "https://www.ctan.org/pkg/atveryend";)
     (synopsis "Hooks at the very end of a document")
     (description
-     "This LaTeX packages provides two hooks for @code{\\end@{document@}
+     "This LaTeX packages provides two hooks for @code{\\end@{document@}}
 that are executed after the hook of @code{\\AtEndDocument}:
 @code{\\AfterLastShipout} can be used for code that is to be executed right
 after the last @code{\\clearpage} before the @file{.aux} file is closed.
@@ -7567,7 +7567,7 @@ can be manipulated.")
      "New primitive commands are introduced in e-TeX; sometimes the names
 collide with existing macros.  This package solves the name clashes by
 adding a prefix to e-TeX’s commands.  For example, ε-TeX’s
-@code{\\unexpanded} is provided as @code{\\etex@unexpanded}.")
+@code{\\unexpanded} is provided as @code{\\etex@@unexpanded}.")
     (license license:lppl1.3c+)))
 
 (define-public texlive-generic-gettitlestring
@@ -7630,8 +7630,8 @@ using the e-TeX extension @code{\\numexpr} if it is 
available.")
     (home-page "https://www.ctan.org/pkg/kvdefinekeys";)
     (synopsis "Define keys for use in the @code{kvsetkeys} package")
     (description
-     "This package provides the @code{\\kv@define@key} (analogous to
-keyval’s @code{\\define@key}, to define keys for use by @code{kvsetkeys}.")
+     "This package provides the @code{\\kv@@define@@key} (analogous to
+keyval’s @code{\\define@@key}, to define keys for use by @code{kvsetkeys}.")
     (license license:lppl1.3c+)))
 
 (define-public texlive-generic-kvsetkeys



reply via email to

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