me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-layout.

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

View File

@ -33340,6 +33340,25 @@ 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-layout
(package
(name "texlive-pst-layout")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pst-layout/"
"tex/latex/pst-layout/")
(base32
"1f07j551kiajqyrfjlsj7xk40zv18ik2b3fih5iyzkf4zk4f650r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-layout")
(synopsis "Page layout macros based on PSTricks packages")
(description
"The package provides a means of creating elaborate (``pseudo-tabular'')
layouts of material, typically to be overlaid on an included graphic.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")