ngz pushed a commit to branch master
in repository guix.
commit b0319577c51660e71dc70be4054528a23e2f6aa2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Aug 16 12:55:23 2023 +0200
gnu: texlive-lshort-italian: Fix description.
* gnu/packages/tex.scm (texlive-lshort-italian)[description]: Fix typo in
description.
---
gnu/packages/tex.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8ecaa2c8b9..4f2dbd768a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7803,7 +7803,7 @@ to LaTeX2e: LaTeX2e-Kurzbeschreibung}.")
(home-page "https://ctan.org/pkg/lshort-italian")
(synopsis "Introduction to LaTeX in Italian")
(description
- "This is the Italian translation of the @emph{(Not so} Short Introduction
+ "This is the Italian translation of the @emph{(Not so) Short Introduction
to LaTeX2e.}")
(license license:gpl3+)))