[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
276/296: gnu: Add texlive-wsemclassic.
From: |
guix-commits |
Subject: |
276/296: gnu: Add texlive-wsemclassic. |
Date: |
Thu, 24 Aug 2023 05:21:26 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c69290c539efc97079efba930885f3ea09dca701
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:19:03 2023 +0200
gnu: Add texlive-wsemclassic.
* gnu/packages/tex.scm (texlive-wsemclassic): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 038881e11c..ca233482be 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32046,6 +32046,28 @@ Native American languages.")
"This package provides LaTeX support for the @code{wnri} fonts.")
(license license:gpl2)))
+(define-public texlive-wsemclassic
+ (package
+ (name "texlive-wsemclassic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/wsemclassic/"
+ "source/latex/wsemclassic/"
+ "tex/latex/wsemclassic/")
+ (base32
+ "1kq871pbf2xq0h0njsp3j0wygz6970y5nkara5v5kpby42kx96rl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/wsemclassic")
+ (synopsis "LaTeX class for Bavarian school w-seminar papers")
+ (description
+ "The class is designed either to conform with the recommendations of the
+Bavarian Kultusministerium for typesetting w-seminar papers (strict mode), or
+to use another style which should look better. The class is based on the
+LaTeX standard @code{report} class.")
+ (license license:bsd-3)))
+
(define-public texlive-wsuipa
(package
(name "texlive-wsuipa")
- 229/296: gnu: Add texlive-tugboat-plain., (continued)
- 229/296: gnu: Add texlive-tugboat-plain., guix-commits, 2023/08/24
- 228/296: gnu: Add texlive-tugboat., guix-commits, 2023/08/24
- 226/296: gnu: Add texlive-mathastext., guix-commits, 2023/08/24
- 225/296: gnu: Add texlive-tuda-ci., guix-commits, 2023/08/24
- 231/296: gnu: Add texlive-turabian., guix-commits, 2023/08/24
- 238/296: gnu: Add texlive-ucsmonograph., guix-commits, 2023/08/24
- 239/296: gnu: Add texlive-ucthesis., guix-commits, 2023/08/24
- 245/296: gnu: Add texlive-uiucthesis., guix-commits, 2023/08/24
- 240/296: gnu: Add texlive-udes-genie-these., guix-commits, 2023/08/24
- 260/296: gnu: Add texlive-unswcover., guix-commits, 2023/08/24
- 276/296: gnu: Add texlive-wsemclassic.,
guix-commits <=
- 268/296: gnu: Add texlive-utexasthesis., guix-commits, 2023/08/24
- 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