me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-labo.

* gnu/packages/tex.scm (texlive-pst-labo): New variable.
Nicolas Goaziou 2023-08-14 10:22:41 +02:00
parent d9a875badd
commit e2a5a590d8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -33319,6 +33319,27 @@ paths or Bezier curves, using the Bezier clipping algorithm.")
standard graphics controls one expects.")
(license license:lppl)))
(define-public texlive-pst-labo
(package
(name "texlive-pst-labo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-labo/"
"tex/generic/pst-labo/"
"tex/latex/pst-labo/")
(base32
"10c2qv2fpijb49yn7p00b116icimhiva5kq0bfgj2975y90fncjb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-labo")
(synopsis "Draw objects for Chemistry laboratories")
(description
"Pst-labo is a PSTricks related package for drawing basic and complex
chemical objects. The documentation of the package is illuminated with plenty
of illustrations together with their source code, making it an easy read.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")