From 11220e11f7beeba0058a7502d58fc8c6609baa4e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 11 Aug 2023 00:12:55 +0200 Subject: gnu: Add texlive-amsthdoc-it. * gnu/packages/tex.scm (texlive-amsthdoc-it): 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 29bb87fec5..0e6e7e9e96 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1557,6 +1557,24 @@ is the historical basis of @code{amslatex}, which should now be used to prepare submissions for the AMS.") (license license:lppl))) +(define-public texlive-amsthdoc-it + (package + (name "texlive-amsthdoc-it") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/amsthdoc-it/") + (base32 + "0ic88gs89m3d9ys40c4k7sgx6wy82c8isg2qkmd4snw5yms6fpaz"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/amsthdoc-it") + (synopsis "Italian translation of @code{amsthdoc}") + (description + "This package provides an Italian translation of @code{amsthdoc}.") + ;; Use same license as `amscls'. + (license license:lppl1.3c))) + (define-public texlive-annee-scolaire (package (name "texlive-annee-scolaire") -- cgit v1.2.3