diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-10-28 11:41:10 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-10-28 11:51:00 -0700 |
commit | ed70f80ccd8e57bd80a6a14773610618d4599e75 (patch) | |
tree | d40c5714f4af0324f67f991adcb3e6fcb7fa03e6 | |
parent | b6697353564a91f3a3d39b605a583ae8091a3cbe (diff) | |
download | guix-ed70f80ccd8e57bd80a6a14773610618d4599e75.tar.gz |
gnu: texlive-latex-atveryend: Fix typo.
* gnu/packages/tex.scm (texlive-latex-atveryend)[description]: Fix incorrectly pluralized use of "package".
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ee3209feeb..7d41d16dd0 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3075,7 +3075,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 package 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. |