Archived
1
0
Fork 0

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.
This commit is contained in:
Ludovic Courtès 2021-07-05 16:54:25 +02:00
parent 87d37a02f7
commit 6265c004cb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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-TeXs commands. For example, ε-TeXs
@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
keyvals @code{\\define@key}, to define keys for use by @code{kvsetkeys}.")
"This package provides the @code{\\kv@@define@@key} (analogous to
keyvals @code{\\define@@key}, to define keys for use by @code{kvsetkeys}.")
(license license:lppl1.3c+)))
(define-public texlive-generic-kvsetkeys