gnu: Add texlive-xypic-tut-pt.

* gnu/packages/tex.scm (texlive-xypic-tut-pt): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-11 00:30:04 +02:00
parent 1dc24c1a58
commit 38779ca5f3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30775,6 +30775,22 @@ (define-deprecated-package texlive-fonts-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
(package
(name "texlive-bibtex")