gnu: Add texlive-amsldoc-it.

* gnu/packages/tex.scm (texlive-amsldoc-it): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-11 00:08:05 +02:00
parent ddcf6c378c
commit 0e61bfdc23
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1501,6 +1501,24 @@ (define-public texlive-amslatex-primer
create a bibliography.")
(license license:lppl)))
(define-public texlive-amsldoc-it
(package
(name "texlive-amsldoc-it")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/amsldoc-it/")
(base32
"0d4hwb7hywy56d6934448lcr6fdx7qchkfzs806dr7wfzfy36yix")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/amsldoc-it")
(synopsis "Italian translation of @code{amsldoc}")
(description
"This package provides an Italian translation of @code{amsldoc}.")
;; Use same license as `amsmath'.
(license license:lppl1.3c)))
(define-public texlive-amstex
(package
(name "texlive-amstex")