ngz pushed a commit to branch master
in repository guix.
commit 574f53deb864f3661e136bed7347739331aefe2a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:30:48 2023 +0200
gnu: Add texlive-pst-pdgr.
* gnu/packages/tex.scm (texlive-pst-pdgr): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b9299408ce..ae888f8e63 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33716,6 +33716,31 @@ such as boundary lubrication, elastohydrodynamic
lubrication and hydrodynamic
lubrication.")
(license license:lppl)))
+(define-public texlive-pst-pdgr
+ (package
+ (name "texlive-pst-pdgr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-pdgr/"
+ "source/generic/pst-pdgr/"
+ "tex/generic/pst-pdgr/"
+ "tex/latex/pst-pdgr/")
+ (base32
+ "08v28601j7ygp7d8xliwhfbrl2gh93ikf6kbl4p86wfxsbxlhg0c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-pdgr")
+ (synopsis "Draw medical pedigrees using PSTricks")
+ (description
+ "The package provides a set of macros based on PSTricks to draw medical
+pedigrees according to the recommendations for standardized human pedigree
+nomenclature. The drawing commands place the symbols on a @code{pspicture}
+canvas. An interface for making trees is also provided. The package may be
+used both with LaTeX and PlainTeX. A separate Perl program for generating TeX
+files from spreadsheets is available.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")