me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-genealogy.

* gnu/packages/tex.scm (texlive-genealogy): New variable.
Nicolas Goaziou 2023-08-21 12:20:32 +02:00
parent b9f894f044
commit 48327e12bd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -12911,6 +12911,29 @@ provides an environment like @code{eqnarray}, a @code{newtheorem}-like
environment (NewTheorem), and several macros.")
(license license:isc)))
(define-public texlive-genealogy
(package
(name "texlive-genealogy")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/genealogy/"
"fonts/source/public/genealogy/"
"fonts/tfm/public/genealogy/")
(base32
"155ifff77s5cwjk1gkib7gcdx1mcrzzbca35mm8f9w5rzg1d5x7k")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/genealogy")
(synopsis "Compilation of genealogy fonts")
(description
"This package provides a simple compilation of the genealogical symbols
found in the @code{wasy} and @code{gen} fonts, adding the male and female
symbols to Knuth's @code{gen} font, and so avoiding loading two fonts when you
need only genealogical symbols. The font is distributed as Metafont source.")
(license license:lppl)))
(define-public texlive-geschichtsfrkl
(package
(name "texlive-geschichtsfrkl")