mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add texlive-luamesh.
* gnu/packages/tex.scm (texlive-luamesh): New variable.
This commit is contained in:
parent
605f03c900
commit
2ed97a41ca
1 changed files with 23 additions and 0 deletions
|
@ -2523,6 +2523,29 @@ (define-public texlive-lroundrect
|
|||
which are useful on their own.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-luamesh
|
||||
(package
|
||||
(name "texlive-luamesh")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/lualatex/luamesh/" "metapost/luamesh/"
|
||||
"scripts/luamesh/" "tex/lualatex/luamesh/")
|
||||
(base32
|
||||
"02qq6d51pihkxz4zbcxppikkzpr99mw8kmp64gm986fpcn6k2wns")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/luamesh")
|
||||
(synopsis "Computes and draws 2D Delaunay triangulation")
|
||||
(description
|
||||
"The package allows to compute and draw 2D Delaunay triangulation.
|
||||
The algorithm is written with Lua, and depending upon the choice of the
|
||||
engine, the drawing is done by MetaPost (with @code{luamplib}) or by TikZ.
|
||||
The Delaunay triangulation algorithm is the Bowyer and Watson algorithm.
|
||||
Several macros are provided to draw the global mesh, the set of points, or
|
||||
a particular step of the algorithm.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-mflogo
|
||||
(package
|
||||
(name "texlive-mflogo")
|
||||
|
|
Loading…
Reference in a new issue