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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue