[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
207/245: gnu: Add texlive-stanli.
From: |
guix-commits |
Subject: |
207/245: gnu: Add texlive-stanli. |
Date: |
Sun, 30 Jul 2023 13:47:07 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e143f9740d4634af762d36c03350d6c743ec79c3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:50:17 2023 +0200
gnu: Add texlive-stanli.
* gnu/packages/tex.scm (texlive-stanli): 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 c6abbb96d0..63cf5932f5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6266,6 +6266,27 @@ can be adjusted with respect to relative position and
format, and can be used
in text and math mode.")
(license license:cc-by4.0)))
+(define-public texlive-stanli
+ (package
+ (name "texlive-stanli")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/stanli/" "tex/latex/stanli/")
+ (base32
+ "1kspb85303z642qj3c9b2q3g41p612vshn37j7npf3if2gcyyxbq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/stanli")
+ (synopsis "TikZ Library for Structural Analysis")
+ (description
+ "STANLI is a STructural ANalysis LIbrary based on PGF/TikZ. Creating new
+assignments and tests, at university, is usually a very time-consuming task,
+especially when this includes drawing graphics. In the field of structural
+engineering, those small structures are a key part for teaching. This package
+permits to create such 2D and 3D structures in a very fast and simple way.")
+ (license (list license:gpl3+ license:lppl1.3+))))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 240/245: gnu: Add texlive-yhmath., (continued)
- 240/245: gnu: Add texlive-yhmath., guix-commits, 2023/07/30
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30
- 243/245: gnu: Add texlive-ytableau., guix-commits, 2023/07/30
- 210/245: gnu: Add texlive-statistics., guix-commits, 2023/07/30
- 181/245: gnu: Add texlive-qsharp., guix-commits, 2023/07/30
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30
- 197/245: gnu: Add texlive-shuffle., guix-commits, 2023/07/30
- 230/245: gnu: Add texlive-thermodynamics., guix-commits, 2023/07/30
- 185/245: gnu: Add texlive-resolsysteme., guix-commits, 2023/07/30
- 194/245: gnu: Add texlive-scratchx., guix-commits, 2023/07/30
- 207/245: gnu: Add texlive-stanli.,
guix-commits <=
- 198/245: gnu: Add texlive-simplebnf., guix-commits, 2023/07/30
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30