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:
parent
87d37a02f7
commit
6265c004cb
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Reference in a new issue