me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-thick.

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

View File

@ -34184,6 +34184,27 @@ a different path and manipulating characters. It includes the functionality
of the old package @code{pst-char}.")
(license license:lppl)))
(define-public texlive-pst-thick
(package
(name "texlive-pst-thick")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-thick/"
"source/generic/pst-thick/"
"tex/generic/pst-thick/"
"tex/latex/pst-thick/")
(base32
"1clg9ahhg3zg91phlp2ni1j5m6pb68bdk74glh398r8y2gj2b5fb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-thick")
(synopsis "Drawing very thick lines and curves")
(description
"The package supports drawing of very thick lines and curves in PSTricks,
with various fillings for the body of the lines.")
(license license:lppl)))
(define-public texlive-marginnote
(package
(name "texlive-marginnote")