ngz pushed a commit to branch master
in repository guix.
commit 19a5b94c3f64e68fd0ed83354748c698b396035f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:29:48 2023 +0200
gnu: Add texlive-lfb.
* gnu/packages/tex.scm (texlive-lfb): 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 2e6570a336..4470822913 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16373,6 +16373,31 @@ add cited Acts to a nomenclature list (automatically),
and to build specific
indexes for each cited Act.")
(license license:lppl1.3+)))
+(define-public texlive-lfb
+ (package
+ (name "texlive-lfb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/lfb/" "fonts/source/public/lfb/"
+ "fonts/tfm/public/lfb/")
+ (base32
+ "1n0cf7igvhqnmdk8hjj1lahzr3iaiaqsq01pxkphg6myab127x71")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/lfb")
+ (synopsis "Greek font with normal and bold variants")
+ (description
+ "This is a Greek font written in Metafont, with inspiration from the
+Bodoni typefaces in old books. It is stylistically a little more exotic than
+the standard textbook Greek fonts, particularly in glyphs like the lowercase
+rho and kappa. It aims for a rather calligraphic feel, but seems to blend
+well with Computer Modern. There is a ligature scheme which automatically
+inserts the breathings required for ancient texts, making the input text more
+readable than in some schemes.")
+ (license license:lppl)))
+
(define-public texlive-lie-hasse
(package
(name "texlive-lie-hasse")