me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-dbicons.

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

View File

@ -32758,6 +32758,28 @@ series.")
Optional arguments are the unit and the fontsize.") Optional arguments are the unit and the fontsize.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-pst-dbicons
(package
(name "texlive-pst-dbicons")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-dbicons/"
"source/generic/pst-dbicons/"
"tex/latex/pst-dbicons/")
(base32
"0pzfahir5vvxw28095myqppfpyik7agzncm9vm42gvldw45byr4q")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-dbicons")
(synopsis "Support for drawing ER diagrams")
(description
"The package provides some useful macros in the database area. The
package focusses on typesetting ER-Diagrams in a declarative style, i.e., by
positioning some nodes and defining the position of all other nodes relative
to them by using the standard database terminology.")
(license license:lppl)))
(define-public texlive-pst-text (define-public texlive-pst-text
(package (package
(name "texlive-pst-text") (name "texlive-pst-text")