gnu: Add texlive-pst-dbicons.
* gnu/packages/tex.scm (texlive-pst-dbicons): New variable.
parent
d872d1f615
commit
bde8219ef8
|
@ -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")
|
||||||
|
|
Reference in New Issue