ngz pushed a commit to branch master
in repository guix.
commit 48327e12bde22d31d7a5e07fbb5c8a63b6d5ca73
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:20:32 2023 +0200
gnu: Add texlive-genealogy.
* gnu/packages/tex.scm (texlive-genealogy): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 058d7db2f6..9fe1c84d79 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")