mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add texlive-tangramtikz.
* gnu/packages/tex.scm (texlive-tangramtikz): New variable.
This commit is contained in:
parent
70686b2808
commit
056b25dc89
1 changed files with 21 additions and 0 deletions
|
@ -13946,6 +13946,27 @@ (define-public texlive-tabvar
|
||||||
variations of functions as they are used in France.")
|
variations of functions as they are used in France.")
|
||||||
(license license:lppl1.3+)))
|
(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
|
(define-public texlive-tdsfrmath
|
||||||
(package
|
(package
|
||||||
(name "texlive-tdsfrmath")
|
(name "texlive-tdsfrmath")
|
||||||
|
|
Loading…
Reference in a new issue