gnu: Add texlive-xypic-tut-pt.
* gnu/packages/tex.scm (texlive-xypic-tut-pt): New variable.
This commit is contained in:
parent
1dc24c1a58
commit
38779ca5f3
1 changed files with 16 additions and 0 deletions
|
@ -30775,6 +30775,22 @@ AMS-LaTeX, AMS-TeX, and plain TeX). The distribution includes Michael Barr's
|
||||||
|
|
||||||
(define-deprecated-package texlive-generic-xypic texlive-xypic)
|
(define-deprecated-package texlive-generic-xypic texlive-xypic)
|
||||||
|
|
||||||
|
(define-public texlive-xypic-tut-pt
|
||||||
|
(package
|
||||||
|
(name "texlive-xypic-tut-pt")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/xypic-tut-pt/")
|
||||||
|
(base32
|
||||||
|
"0d9ivdz5jnhnh3pg8qb2jn7qfxad06hxff65scyhdd6wbsfaizi9")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/xypic-tut-pt")
|
||||||
|
(synopsis "Tutorial for XY-pic, in Portuguese")
|
||||||
|
(description "This is a tutorial for XY-pic, in Portuguese.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-bibtex
|
(define-public texlive-bibtex
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex")
|
(name "texlive-bibtex")
|
||||||
|
|
Reference in a new issue