gnu: Add texlive-urcls.

* gnu/packages/tex.scm (texlive-urcls): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 17:13:43 +02:00
parent dd3396a916
commit 86d5ecfa93
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31433,6 +31433,29 @@ (define-public texlive-urlbst
robust rather than pretty.")
(license (list license:gpl2 license:lppl))))
(define-public texlive-urcls
(package
(name "texlive-urcls")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/urcls/" "tex/latex/urcls/")
(base32
"1fkz3jqrfay9kzaq1iyyz95n1m7xg6cw8rar878dlgb1rmkds1fb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/urcls")
(synopsis
"Beamer and @code{scrlttr2} classes and styles for the University of
Regensburg")
(description
"The bundle provides a Beamer-derived class and a theme style file for
the corporate design of the @acronym{UR, University of Regensburg}. It also
contains a @code{scrlttr2}-derived class for letters using the corporate
design of the UR. Users may use the class itself (URbeamer) or use the theme
in the usual way with @code{\\usetheme@{UR@}}.")
(license license:lppl)))
(define-public texlive-urwchancal
(package
(name "texlive-urwchancal")