[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/245: gnu: Add texlive-gu.
From: |
guix-commits |
Subject: |
100/245: gnu: Add texlive-gu. |
Date: |
Sun, 30 Jul 2023 13:46:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 32667e936f9b7d327d621bc9ee3da177b2b09735
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:21:49 2023 +0200
gnu: Add texlive-gu.
* gnu/packages/tex.scm (texlive-gu): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index faa179e516..ac782405c6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3870,6 +3870,27 @@ concept-script in the style of his @emph{Grundgesetze
der Arithmetik} (Basic
Laws of Arithmetic).")
(license license:gpl2)))
+(define-public texlive-gu
+ (package
+ (name "texlive-gu")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gu/" "tex/latex/gu/")
+ (base32
+ "13gw8gk03s3ha7xwn6vfix7w50if3gvlqywn1l6z5zi3qbfaapvr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gu")
+ (synopsis "Typeset crystallographic group-subgroup-schemes")
+ (description
+ "The package simplifies typesetting of simple crystallographic
+group-subgroup-schemes in the Barnighausen formalism. It defines a new
+environment @code{stammbaum}, wherein all elements of the scheme are defined.
+Afterwards all necessary dimensions are calculated and the scheme is drawn.
+Currently two steps of symmetry reduction are supported.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 29/245: gnu: Add texlive-bytefield., (continued)
- 29/245: gnu: Add texlive-bytefield., guix-commits, 2023/07/30
- 41/245: gnu: Add texlive-chemnum., guix-commits, 2023/07/30
- 120/245: gnu: Add texlive-lie-hasse., guix-commits, 2023/07/30
- 108/245: gnu: Add texlive-ibrackets., guix-commits, 2023/07/30
- 116/245: gnu: Add texlive-karnaugh-map., guix-commits, 2023/07/30
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu.,
guix-commits <=
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30