me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-beamer-tut-pt.

* gnu/packages/tex.scm (texlive-beamer-tut-pt): New variable.
Nicolas Goaziou 2023-08-11 00:26:48 +02:00
parent 51e14cd797
commit d6944d572f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -31642,6 +31642,24 @@ effects, varying slide transitions and animations.")
(define-deprecated-package texlive-latex-beamer texlive-beamer)
(define-public texlive-beamer-tut-pt
(package
(name "texlive-beamer-tut-pt")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beamer-tut-pt/")
(base32
"0ayh3kbh11l4nyyzp2kcwzn0phqhzawppy044iyl1wwwc2v3zx5b")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamer-tut-pt")
(synopsis "Introduction to the @code{beamer} class, in Portuguese")
(description
"This package provides an introduction to the @code{beamer} class, in
Portuguese.")
(license license:gpl3+)))
(define-public texlive-xmpincl
(package
(name "texlive-xmpincl")