[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
243/296: gnu: Add texlive-uhhassignment.
From: |
guix-commits |
Subject: |
243/296: gnu: Add texlive-uhhassignment. |
Date: |
Thu, 24 Aug 2023 05:21:16 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 51c6e099367e4f2229a1342f0326466145698bbc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:05:18 2023 +0200
gnu: Add texlive-uhhassignment.
* gnu/packages/tex.scm (texlive-uhhassignment): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e4fe2aac3c..7d67bd1904 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30664,6 +30664,26 @@ Norms). It is composed of a main class,
@code{ufrgscca}, and a set of
auxiliary packages, some of which can be used independently.")
(license (list license:lppl1.3c license:gpl3+))))
+(define-public texlive-uhhassignment
+ (package
+ (name "texlive-uhhassignment")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uhhassignment/"
+ "source/latex/uhhassignment/"
+ "tex/latex/uhhassignment/")
+ (base32
+ "15yvq00xsikb8c78gkyyqjdgcz2yw8dnp586mjcrk1p4kvlpwyam")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uhhassignment")
+ (synopsis "Document class for typesetting homework assignments")
+ (description
+ "This document class was created for typesetting solutions to homework
+assignments at the university of Hamburg (Universitat Hamburg).")
+ (license license:lppl1.3c)))
+
(define-public texlive-ulqda
(package
(name "texlive-ulqda")
- 267/296: gnu: Add texlive-ut-thesis., (continued)
- 267/296: gnu: Add texlive-ut-thesis., guix-commits, 2023/08/24
- 289/296: gnu: Add texlive-tocbibind., guix-commits, 2023/08/24
- 277/296: gnu: Add texlive-xduthesis., guix-commits, 2023/08/24
- 270/296: gnu: Add texlive-uwa-colours., guix-commits, 2023/08/24
- 281/296: gnu: Add texlive-imakeidx., guix-commits, 2023/08/24
- 286/296: gnu: Add texlive-mparhack., guix-commits, 2023/08/24
- 290/296: gnu: Add texlive-glossaries., guix-commits, 2023/08/24
- 296/296: gnu: Add texlive-collection-publishers., guix-commits, 2023/08/24
- 249/296: gnu: Add texlive-umich-thesis., guix-commits, 2023/08/24
- 251/296: gnu: Add texlive-unam-thesis., guix-commits, 2023/08/24
- 243/296: gnu: Add texlive-uhhassignment.,
guix-commits <=
- 253/296: gnu: Add texlive-unamthesis., guix-commits, 2023/08/24
- 254/296: gnu: Add texlive-unbtex., guix-commits, 2023/08/24
- 247/296: gnu: Add texlive-ulthese., guix-commits, 2023/08/24
- 255/296: gnu: Add texlive-unifith., guix-commits, 2023/08/24
- 256/296: gnu: Add texlive-unigrazpub., guix-commits, 2023/08/24
- 258/296: gnu: Add texlive-univie-ling., guix-commits, 2023/08/24
- 257/296: gnu: Add texlive-unitn-bimrep., guix-commits, 2023/08/24
- 279/296: gnu: Add texlive-xmuthesis., guix-commits, 2023/08/24
- 266/296: gnu: Add texlive-uspatent., guix-commits, 2023/08/24
- 263/296: gnu: Add texlive-uowthesis., guix-commits, 2023/08/24