[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
190/243: gnu: Add texlive-udesoftec.
From: |
guix-commits |
Subject: |
190/243: gnu: Add texlive-udesoftec. |
Date: |
Fri, 11 Aug 2023 08:46:16 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 310b862a3d1cb3a239d6e70cee83945b916a265d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:06:15 2023 +0200
gnu: Add texlive-udesoftec.
* gnu/packages/tex.scm (texlive-udesoftec): 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 bfedde5907..afd4f9a552 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -36865,6 +36865,29 @@ conference posters.")
(define-deprecated-package texlive-latex-textpos texlive-textpos)
+(define-public texlive-udesoftec
+ (package
+ (name "texlive-udesoftec")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/udesoftec/"
+ "doc/latex/udesoftec/"
+ "source/latex/udesoftec/"
+ "tex/latex/udesoftec/")
+ (base32
+ "02ja6n570hc1521anr12lkgc5xrcfg97lxca2pylwgi5bfkbsr0b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/udesoftec")
+ (synopsis "Thesis class for the University of Duisburg-Essen")
+ (description
+ "The class is designed for typesetting theses in the Research Group for
+Business Informatics and Software Engineering. (The class may also serve as
+a template for such theses.) The class is designed for use with pdfLaTeX;
+input in UTF-8 encoding is assumed.")
+ (license license:lppl1.3+)))
+
(define-public texlive-unicode-math
(package
(name "texlive-unicode-math")
- 157/243: gnu: Add texlive-booktabs-de., (continued)
- 157/243: gnu: Add texlive-booktabs-de., guix-commits, 2023/08/11
- 163/243: gnu: Add texlive-german., guix-commits, 2023/08/11
- 162/243: gnu: Add texlive-fifinddo-info., guix-commits, 2023/08/11
- 164/243: gnu: Add texlive-germbib., guix-commits, 2023/08/11
- 174/243: gnu: Add texlive-milog., guix-commits, 2023/08/11
- 178/243: gnu: Add texlive-templates-fenn., guix-commits, 2023/08/11
- 166/243: gnu: Add texlive-hausarbeit-jura., guix-commits, 2023/08/11
- 183/243: gnu: Add texlive-translation-biblatex-de., guix-commits, 2023/08/11
- 184/243: gnu: Add texlive-translation-chemsym-de., guix-commits, 2023/08/11
- 172/243: gnu: Add texlive-lualatex-doc-de., guix-commits, 2023/08/11
- 190/243: gnu: Add texlive-udesoftec.,
guix-commits <=
- 191/243: gnu: Add texlive-uhrzeit., guix-commits, 2023/08/11
- 195/243: gnu: Add texlive-amsldoc-it., guix-commits, 2023/08/11
- 204/243: gnu: Add texlive-l2tabu-italian., guix-commits, 2023/08/11
- 193/243: gnu: Add texlive-voss-mathcol., guix-commits, 2023/08/11
- 198/243: gnu: Add texlive-antanilipsum., guix-commits, 2023/08/11
- 202/243: gnu: Add texlive-frontespizio., guix-commits, 2023/08/11
- 199/243: gnu: Add texlive-codicefiscaleitaliano., guix-commits, 2023/08/11
- 210/243: gnu: Add texlive-bredzenie., guix-commits, 2023/08/11
- 207/243: gnu: Add texlive-psfrag-italian., guix-commits, 2023/08/11
- 209/243: gnu: Add texlive-collection-langitalian., guix-commits, 2023/08/11