me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-vectorian.

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

View File

@ -34308,6 +34308,26 @@ complex UML (Universal Modelling Language) diagrams. (The PDF documentation
is written in French.)") is written in French.)")
(license license:lppl))) (license license:lppl)))
(define-public texlive-pst-vectorian
(package
(name "texlive-pst-vectorian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pst-vectorian/"
"dvips/pst-vectorian/"
"tex/latex/pst-vectorian/")
(base32
"0knvzl4gqz79jzvb4w7a9ka1iiz5f3pjivnwvwmd1kmibykqwb67")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-vectorian")
(synopsis "Printing ornaments")
(description
"The package uses PSTricks to draw ornaments (a substantial repertoire of
ornaments is provided).")
(license license:lppl)))
(define-public texlive-marginnote (define-public texlive-marginnote
(package (package
(name "texlive-marginnote") (name "texlive-marginnote")