me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-rutitlepage.

* gnu/packages/tex.scm (texlive-rutitlepage): New variable.
master
Nicolas Goaziou 2023-08-22 16:32:07 +02:00
parent 20b2219c81
commit d37a76a622
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -26560,6 +26560,27 @@ their associated rotation sequences.
@end itemize")
(license license:lppl1.3+)))
(define-public texlive-rutitlepage
(package
(name "texlive-rutitlepage")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/rutitlepage/"
"source/latex/rutitlepage/"
"tex/latex/rutitlepage/")
(base32
"0pcd6cqlm3r7wq9k96ignvars436hg9j5la4aaq35ldm01sqy268")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/rutitlepage")
(synopsis "Radboud University titlepage package")
(description
"This is an unofficial LaTeX package to generate titlepages for the
Radboud University, Nijmegen. It uses official vector logos from the
university.")
(license license:lppl1.3+)))
(define-public texlive-sankey
(package
(name "texlive-sankey")