mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: Add texlive-spath3.
* gnu/packages/tex.scm (texlive-spath3): New variable.
This commit is contained in:
parent
75a5c6b823
commit
c9011247c0
1 changed files with 21 additions and 0 deletions
|
@ -3991,6 +3991,27 @@ (define-public texlive-smartdiagram
|
|||
documents and for presentations.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-spath3
|
||||
(package
|
||||
(name "texlive-spath3")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/spath3/" "source/latex/spath3/"
|
||||
"tex/latex/spath3/")
|
||||
(base32
|
||||
"16hg6kbr0rzk1xsyrmhnkc0dr4vq8pamqdqncjx6n5jdpwr9kzkx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/spath3")
|
||||
(synopsis "Manipulate soft paths in PGF")
|
||||
(description
|
||||
"The @code{spath3} library provides methods for manipulating the soft
|
||||
paths of TikZ/PGF. Packaged with it are two TikZ libraries that make use of
|
||||
the methods provided. These are libraries for drawing calligraphic paths and
|
||||
for drawing knot diagrams.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue