mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Add texlive-pst-lsystem.
* gnu/packages/tex.scm (texlive-pst-lsystem): New variable.
This commit is contained in:
parent
a3ec9f8378
commit
c6949b4933
1 changed files with 23 additions and 0 deletions
|
@ -33403,6 +33403,29 @@ (define-public texlive-pst-light3d
|
||||||
effects on characters and PSTricks graphics, like lines, curves, plots, ...")
|
effects on characters and PSTricks graphics, like lines, curves, plots, ...")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-pst-lsystem
|
||||||
|
(package
|
||||||
|
(name "texlive-pst-lsystem")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/pst-lsystem/"
|
||||||
|
"dvips/pst-lsystem/"
|
||||||
|
"tex/generic/pst-lsystem/"
|
||||||
|
"tex/latex/pst-lsystem/")
|
||||||
|
(base32
|
||||||
|
"1k3krdcfqa5cyzaq0jp8dzil6arfvs5ah2mp87460pl2wvfza0lr")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pst-lsystem")
|
||||||
|
(synopsis "Create images based on a L-system")
|
||||||
|
(description
|
||||||
|
"@code{pst-lsystem} is a PSTricks based package for creating images based
|
||||||
|
on a L-system. A L-system (Lindenmayer system) is a set of rules which can be
|
||||||
|
used to model the morphology of a variety of organisms or fractals like the
|
||||||
|
Kochflake or Hilbert curve.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-pst-text
|
(define-public texlive-pst-text
|
||||||
(package
|
(package
|
||||||
(name "texlive-pst-text")
|
(name "texlive-pst-text")
|
||||||
|
|
Loading…
Reference in a new issue