mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-amsldoc-it.
* gnu/packages/tex.scm (texlive-amsldoc-it): New variable.
This commit is contained in:
parent
ddcf6c378c
commit
0e61bfdc23
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue