gnu: texlive-latex-atveryend: Fix typo.
* gnu/packages/tex.scm (texlive-latex-atveryend)[description]: Fix incorrectly pluralized use of "package".
This commit is contained in:
parent
b669735356
commit
ed70f80ccd
1 changed files with 1 additions and 1 deletions
|
@ -3075,7 +3075,7 @@ contain.")
|
||||||
(home-page "https://www.ctan.org/pkg/atveryend")
|
(home-page "https://www.ctan.org/pkg/atveryend")
|
||||||
(synopsis "Hooks at the very end of a document")
|
(synopsis "Hooks at the very end of a document")
|
||||||
(description
|
(description
|
||||||
"This LaTeX packages provides two hooks for @code{\\end@{document@}}
|
"This LaTeX package provides two hooks for @code{\\end@{document@}}
|
||||||
that are executed after the hook of @code{\\AtEndDocument}:
|
that are executed after the hook of @code{\\AtEndDocument}:
|
||||||
@code{\\AfterLastShipout} can be used for code that is to be executed right
|
@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.
|
after the last @code{\\clearpage} before the @file{.aux} file is closed.
|
||||||
|
|
Reference in a new issue