gnu: Add texlive-genealogytree.
* gnu/packages/tex.scm (texlive-genealogytree): New variable.
This commit is contained in:
parent
2b125a99d6
commit
8f02e31cad
1 changed files with 23 additions and 0 deletions
|
@ -17275,6 +17275,29 @@ (define-public texlive-gates
|
|||
interpreter, not just LuaTeX.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-genealogytree
|
||||
(package
|
||||
(name "texlive-genealogytree")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/genealogytree/"
|
||||
"tex/latex/genealogytree/")
|
||||
(base32
|
||||
"10h12qgjrh37ax1grpkyas5blf3s4g6bfp6g5d9x7y1ddfpxjmix")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/genealogytree")
|
||||
(synopsis "Pedigree and genealogical tree diagrams")
|
||||
(description
|
||||
"Pedigree and genealogical tree diagrams are proven tools to visualize
|
||||
genetic and relational connections between individuals. The package provides
|
||||
a set of tools to typeset genealogical trees, i.e., to typeset a set of
|
||||
special graphs for the description of family-like structures. The package
|
||||
uses an autolayout algorithm which can be customized, e.g., to prioritize
|
||||
certain paths.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-inlinedef
|
||||
(package
|
||||
(name "texlive-inlinedef")
|
||||
|
|
Loading…
Reference in a new issue