diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 00:17:05 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:59 +0200 |
commit | bdab74a4bf6e0342a4f962cbe82317c9e6f30a07 (patch) | |
tree | 148856cef5f70d2292f7b607373fa0941cd26ad0 | |
parent | 2c5d257c0cb2e15c2d41cedd8b061fed64f527d6 (diff) |
gnu: Add texlive-lshort-italian.
* gnu/packages/tex.scm (texlive-lshort-italian): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
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") |