[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
215/245: gnu: Add texlive-struktex.
From: |
guix-commits |
Subject: |
215/245: gnu: Add texlive-struktex. |
Date: |
Sun, 30 Jul 2023 13:47:15 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6f2764135ebe2fbe56553cdd584ddeb360dc8b87
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:51:43 2023 +0200
gnu: Add texlive-struktex.
* gnu/packages/tex.scm (texlive-struktex): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e6935edd2d..7a116152e5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6434,6 +6434,30 @@ draw member forces, nodal forces/displacements, various
boundary conditions,
internal force distributions, etc.")
(license license:gpl3+)))
+(define-public texlive-struktex
+ (package
+ (name "texlive-struktex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/struktex/"
+ "source/latex/struktex/"
+ "tex/latex/struktex/")
+ (base32
+ "05bvzxrqwiw9jcq1dvvwf6ss1207qygg3iqdlfd0yjv0y7rdjvvf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/struktex")
+ (synopsis "Draw Nassi-Shneiderman charts")
+ (description
+ "Nassi-Shneiderman charts are a well known tool to describe an algorithm
+in a graphical way. The package offers some macros for generating those
+charts in a LaTeX document. The package provides the most important elements
+of a Nassi-Shneiderman charts, including processing blocks, loops, mapping
+conventions for alternatives, etc. The charts are drawn using the
+@code{picture} environment (using @code{pict2e} for preference).")
+ (license license:lppl1.2+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 121/245: gnu: Add texlive-logicproof., (continued)
- 121/245: gnu: Add texlive-logicproof., guix-commits, 2023/07/30
- 129/245: gnu: Add texlive-mathlig., guix-commits, 2023/07/30
- 131/245: gnu: Add texlive-mathpunctspace., guix-commits, 2023/07/30
- 158/245: gnu: Add texlive-numerica-tables., guix-commits, 2023/07/30
- 177/245: gnu: Add texlive-prooftrees., guix-commits, 2023/07/30
- 165/245: gnu: Add texlive-perfectcut., guix-commits, 2023/07/30
- 168/245: gnu: Add texlive-physics2., guix-commits, 2023/07/30
- 242/245: gnu: Add texlive-yquant., guix-commits, 2023/07/30
- 208/245: gnu: Add texlive-statex., guix-commits, 2023/07/30
- 235/245: gnu: Add texlive-ulqda., guix-commits, 2023/07/30
- 215/245: gnu: Add texlive-struktex.,
guix-commits <=
- 233/245: gnu: Add texlive-turnstile., guix-commits, 2023/07/30
- 245/245: gnu: Add texlive-collection-mathscience., guix-commits, 2023/07/30
- 10/245: gnu: Add texlive-aligned-overset., guix-commits, 2023/07/30
- 12/245: gnu: Add texlive-amstex., guix-commits, 2023/07/30
- 16/245: gnu: Add texlive-axodraw2., guix-commits, 2023/07/30
- 18/245: gnu: Add texlive-begriff., guix-commits, 2023/07/30
- 23/245: gnu: Add texlive-bohr., guix-commits, 2023/07/30
- 24/245: gnu: Add texlive-boldtensors., guix-commits, 2023/07/30
- 28/245: gnu: Add texlive-bussproofs-extra., guix-commits, 2023/07/30
- 30/245: gnu: Add texlive-calculation., guix-commits, 2023/07/30