gnu: Add texlive-pst-exa.
* gnu/packages/tex.scm (texlive-pst-exa): New variable.
This commit is contained in:
parent
f4ce4a8e40
commit
74cc2ae427
1 changed files with 18 additions and 0 deletions
|
@ -32873,6 +32873,24 @@ to build point using common transformations or intersections. The use of
|
||||||
coordinates is limited to points which controlled the figure.")
|
coordinates is limited to points which controlled the figure.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-pst-exa
|
||||||
|
(package
|
||||||
|
(name "texlive-pst-exa")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/pst-exa/" "tex/latex/pst-exa/")
|
||||||
|
(base32
|
||||||
|
"1jbkk5nircdv0mas1vbydqhca1r5vcmrxyyi5xwzi1qhfbw3xa8g")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pst-exa")
|
||||||
|
(synopsis "Typeset PSTricks examples, with code")
|
||||||
|
(description
|
||||||
|
"The (PSTricks-related) package provides an environment @code{PSTexample}
|
||||||
|
to put code and output side by side or one above the other.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-pst-text
|
(define-public texlive-pst-text
|
||||||
(package
|
(package
|
||||||
(name "texlive-pst-text")
|
(name "texlive-pst-text")
|
||||||
|
|
Reference in a new issue