[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/47: gnu: Add texlive-tangramtikz.
From: |
guix-commits |
Subject: |
43/47: gnu: Add texlive-tangramtikz. |
Date: |
Thu, 17 Aug 2023 09:52:40 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 056b25dc89a984188c454d2e8bf8fb950542989f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:25:13 2023 +0200
gnu: Add texlive-tangramtikz.
* gnu/packages/tex.scm (texlive-tangramtikz): 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 ae8461577a..c81c2f1681 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13946,6 +13946,27 @@ package requires that shell escape be enabled.")
variations of functions as they are used in France.")
(license license:lppl1.3+)))
+(define-public texlive-tangramtikz
+ (package
+ (name "texlive-tangramtikz")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tangramtikz/"
+ "tex/latex/tangramtikz/")
+ (base32
+ "18n67k7ggqh3mvp8iqyp44d70gh3s8jfbwbp3ympv2ff5drjjb3l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tangramtikz")
+ (synopsis "Tangram puzzles, with TikZ")
+ (description
+ "This package provides some commands (with English and French keys) to
+work with tangram puzzles: @code{\\begin{EnvTangramTikz}} and
+@code{\\PieceTangram} to position a piece, @code{\\TangramTikz} to display
+a predefined tangram.")
+ (license license:lppl1.3c)))
+
(define-public texlive-tdsfrmath
(package
(name "texlive-tdsfrmath")
- 12/47: gnu: Add texlive-egameps., (continued)
- 12/47: gnu: Add texlive-egameps., guix-commits, 2023/08/17
- 08/47: gnu: Add texlive-chessfss., guix-commits, 2023/08/17
- 17/47: gnu: Add texlive-havannah., guix-commits, 2023/08/17
- 42/47: gnu: Add texlive-sudokubundle., guix-commits, 2023/08/17
- 33/47: gnu: Add texlive-reverxii., guix-commits, 2023/08/17
- 18/47: gnu: Add texlive-hexboard., guix-commits, 2023/08/17
- 19/47: gnu: Add texlive-hexgame., guix-commits, 2023/08/17
- 30/47: gnu: Add texlive-pas-crosswords., guix-commits, 2023/08/17
- 40/47: gnu: Add texlive-soup., guix-commits, 2023/08/17
- 41/47: gnu: Add texlive-sudoku., guix-commits, 2023/08/17
- 43/47: gnu: Add texlive-tangramtikz.,
guix-commits <=
- 46/47: gnu: Add texlive-xskak., guix-commits, 2023/08/17
- 29/47: gnu: Add texlive-othelloboard., guix-commits, 2023/08/17
- 45/47: gnu: Add texlive-xq., guix-commits, 2023/08/17