mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-amsmath-it.
* gnu/packages/tex.scm (texlive-amsmath-it): New variable.
This commit is contained in:
parent
0e61bfdc23
commit
5dac37056f
1 changed files with 19 additions and 0 deletions
|
@ -21022,6 +21022,25 @@ (define-public texlive-amsmath
|
|||
|
||||
(define-deprecated-package texlive-latex-amsmath texlive-amsmath)
|
||||
|
||||
(define-public texlive-amsmath-it
|
||||
(package
|
||||
(name "texlive-amsmath-it")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/amsmath-it/")
|
||||
(base32
|
||||
"0xcwsk8q9q3nsz8wbklgpbw0vzjw7iw0chffzcbp2zsk6rypqf7w")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/amsmath-it")
|
||||
(synopsis "Italian translations of some old @code{amsmath} documents")
|
||||
(description
|
||||
"This package provides an Italian translation for some old @code{amsmath}
|
||||
documents. The documents are: @file{diffs-m.txt} of December 1999, and
|
||||
@file{amsmath.faq} of March 2000.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-manfnt
|
||||
(package
|
||||
(name "texlive-manfnt")
|
||||
|
|
Loading…
Reference in a new issue