[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/243: gnu: Add texlive-lshort-italian.
From: |
guix-commits |
Subject: |
206/243: gnu: Add texlive-lshort-italian. |
Date: |
Fri, 11 Aug 2023 08:46:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit bdab74a4bf6e0342a4f962cbe82317c9e6f30a07
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:17:05 2023 +0200
gnu: Add texlive-lshort-italian.
* gnu/packages/tex.scm (texlive-lshort-italian): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ce04263da3..f777b48f20 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5776,6 +5776,24 @@ LaTeX2e-Kurzbeschreibung}")
to LaTeX2e: LaTeX2e-Kurzbeschreibung}.")
(license license:opl1.0+)))
+(define-public texlive-lshort-italian
+ (package
+ (name "texlive-lshort-italian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-italian/")
+ (base32
+ "085ydria5q7s648r7frl54sa1y4kyr569zvqjjkancfd83h873cg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (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
+to LaTeX2e.}")
+ (license license:gpl3+)))
+
(define-public texlive-lshort-slovak
(package
(name "texlive-lshort-slovak")
- 223/243: gnu: Add texlive-utf8mex., (continued)
- 223/243: gnu: Add texlive-utf8mex., guix-commits, 2023/08/11
- 242/243: gnu: Add texlive-collection-langspanish., guix-commits, 2023/08/11
- 239/243: gnu: Add texlive-latex2e-help-texinfo-spanish., guix-commits, 2023/08/11
- 240/243: gnu: Add texlive-latexcheat-esmx., guix-commits, 2023/08/11
- 243/243: gnu: Add texlive-scheme-medium., guix-commits, 2023/08/11
- 75/243: gnu: Add texlive-xetexref., guix-commits, 2023/08/11
- 175/243: gnu: Add texlive-quran-de., guix-commits, 2023/08/11
- 185/243: gnu: Add texlive-translation-ecv-de., guix-commits, 2023/08/11
- 201/243: gnu: Add texlive-fixltxhyph., guix-commits, 2023/08/11
- 203/243: gnu: Add texlive-itnumpar., guix-commits, 2023/08/11
- 206/243: gnu: Add texlive-lshort-italian.,
guix-commits <=
- 224/243: gnu: Add texlive-collection-langpolish., guix-commits, 2023/08/11
- 232/243: gnu: Add texlive-ordinalpt., guix-commits, 2023/08/11
- 217/243: gnu: Add texlive-mwcls., guix-commits, 2023/08/11
- 213/243: gnu: Add texlive-gustlib., guix-commits, 2023/08/11