mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-familytree.
* gnu/packages/tex.scm (texlive-familytree): New variable.
This commit is contained in:
parent
e6880e7e5f
commit
580cea0f51
1 changed files with 23 additions and 0 deletions
|
@ -81667,6 +81667,29 @@ (define-public texlive-factura
|
|||
invoking commands or editing.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-familytree
|
||||
(package
|
||||
(name "texlive-familytree")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/familytree/"
|
||||
"source/latex/familytree/"
|
||||
"tex/latex/familytree/")
|
||||
(base32
|
||||
"1p3rivync409ngvpyp8x754d704rkczpg793hbxh2ws96c73ljw5")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/familytree")
|
||||
(synopsis "Draw family trees")
|
||||
(description
|
||||
"This package draws family trees. Boxes describe individuals; lines
|
||||
connecting boxes represent sibling or parent-child relationships, or
|
||||
marriages. Excluding the marriage box, you can get a maleline/patrilineal
|
||||
tree, or a femaleline/matrilineal tree. For Japanese, the @file{jlreq.cls}
|
||||
vertical option (@emph{tate}) is supported.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue