[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
265/296: gnu: Add texlive-urcls.
From: |
guix-commits |
Subject: |
265/296: gnu: Add texlive-urcls. |
Date: |
Thu, 24 Aug 2023 05:21:22 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 86d5ecfa93f56d0cd7012ff6a0c38a35c6af5e2e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:13:43 2023 +0200
gnu: Add texlive-urcls.
* gnu/packages/tex.scm (texlive-urcls): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e03bce986f..ac909e6df8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31433,6 +31433,29 @@ file which has a reasonably conventional structure.
The result is meant to be
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")
- 246/296: gnu: Add texlive-ukbill., (continued)
- 246/296: gnu: Add texlive-ukbill., guix-commits, 2023/08/24
- 250/296: gnu: Add texlive-umthesis., guix-commits, 2023/08/24
- 244/296: gnu: Add texlive-uiucredborder., guix-commits, 2023/08/24
- 241/296: gnu: Add texlive-uestcthesis., guix-commits, 2023/08/24
- 248/296: gnu: Add texlive-umbclegislation., guix-commits, 2023/08/24
- 252/296: gnu: Add texlive-unamth-template., guix-commits, 2023/08/24
- 261/296: gnu: Add texlive-uol-physics-report., guix-commits, 2023/08/24
- 259/296: gnu: Add texlive-unizgklasa., guix-commits, 2023/08/24
- 262/296: gnu: Add texlive-uothesis., guix-commits, 2023/08/24
- 264/296: gnu: Add texlive-uowthesistitlepage., guix-commits, 2023/08/24
- 265/296: gnu: Add texlive-urcls.,
guix-commits <=
- 269/296: gnu: Add texlive-uvaletter., guix-commits, 2023/08/24
- 280/296: gnu: Add texlive-yazd-thesis., guix-commits, 2023/08/24
- 272/296: gnu: Add texlive-uwa-pcf., guix-commits, 2023/08/24
- 283/296: gnu: Add texlive-york-thesis., guix-commits, 2023/08/24
- 287/296: gnu: Add texlive-accsupp., guix-commits, 2023/08/24
- 291/296: gnu: Add texlive-cleveref., guix-commits, 2023/08/24
- 166/296: gnu: Add texlive-powerdot-fuberlin., guix-commits, 2023/08/24
- 167/296: gnu: Add texlive-powerdot-tuliplab., guix-commits, 2023/08/24
- 174/296: gnu: Add texlive-quantumarticle., guix-commits, 2023/08/24
- 171/296: gnu: Add texlive-prtec., guix-commits, 2023/08/24