mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-psfrag-italian.
* gnu/packages/tex.scm (texlive-psfrag-italian): New variable.
This commit is contained in:
parent
bdab74a4bf
commit
3fd5ef29f9
1 changed files with 18 additions and 0 deletions
|
@ -24152,6 +24152,24 @@ (define-public texlive-psfrag
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-psfrag texlive-psfrag)
|
(define-deprecated-package texlive-latex-psfrag texlive-psfrag)
|
||||||
|
|
||||||
|
(define-public texlive-psfrag-italian
|
||||||
|
(package
|
||||||
|
(name "texlive-psfrag-italian")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/psfrag-italian/")
|
||||||
|
(base32
|
||||||
|
"0ssx8rw7fwln02zzscywivnhizgrb6w05awscvv9gf9n1qj6avsf")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/psfrag-italian")
|
||||||
|
(synopsis "PSfrag documentation in Italian")
|
||||||
|
(description
|
||||||
|
"This is a translation of the documentation that comes with the
|
||||||
|
@code{psfrag} package.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-pstool
|
(define-public texlive-pstool
|
||||||
(package
|
(package
|
||||||
(name "texlive-pstool")
|
(name "texlive-pstool")
|
||||||
|
|
Loading…
Reference in a new issue