[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
214/245: gnu: Add texlive-structmech.
From: |
guix-commits |
Subject: |
214/245: gnu: Add texlive-structmech. |
Date: |
Sun, 30 Jul 2023 13:47:14 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 704bde84ec27383773f0b941c56664b44f3553dc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:51:32 2023 +0200
gnu: Add texlive-structmech.
* gnu/packages/tex.scm (texlive-structmech): 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 c3c983b8dd..e6935edd2d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6413,6 +6413,27 @@ the popular @code{amsmath} package.")
numbers in the Steinmetz notation used in electrotechnics.")
(license license:lppl)))
+(define-public texlive-structmech
+ (package
+ (name "texlive-structmech")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/structmech/"
+ "tex/latex/structmech/")
+ (base32
+ "1xh9qwwk3fgdwaz5bb0w2yyv0li9vsdpfyx0r6hg694vf99ym6mb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/structmech")
+ (synopsis "TikZ command set for structural mechanics drawings")
+ (description
+ "This package provides a collection of TikZ commands that allow users to
+draw basic elements in material/structural mechanics. It is thus possible to
+draw member forces, nodal forces/displacements, various boundary conditions,
+internal force distributions, etc.")
+ (license license:gpl3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 171/245: gnu: Add texlive-pm-isomath., (continued)
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots., guix-commits, 2023/07/30
- 238/245: gnu: Add texlive-witharrows., guix-commits, 2023/07/30
- 214/245: gnu: Add texlive-structmech.,
guix-commits <=
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30
- 212/245: gnu: Add texlive-statmath., guix-commits, 2023/07/30
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30
- 204/245: gnu: Add texlive-skmath., guix-commits, 2023/07/30
- 220/245: gnu: Add texlive-syllogism., guix-commits, 2023/07/30