summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-07-05 16:54:25 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-05 16:54:25 +0200
commit6265c004cbac8bfe41e89f2d56635afeffed15e3 (patch)
treedef457898801adf0b89f494e90a4394f07ee8ee2 /gnu
parent87d37a02f7642129a6d225fcd77df41cb314ab40 (diff)
downloadguix-patches-6265c004cbac8bfe41e89f2d56635afeffed15e3.tar
guix-patches-6265c004cbac8bfe41e89f2d56635afeffed15e3.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7a78563a75..d1c33c1153 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