ngz pushed a commit to branch master
in repository guix.
commit 10266f531e1fb57c3856a5edc0a2e59170f4f070
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:28:23 2023 +0200
gnu: Add texlive-kixfont.
* gnu/packages/tex.scm (texlive-kixfont): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a445162b73..7e814c9665 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15654,6 +15654,30 @@ document author needs. So it can be a useful guide
for beginners as well as
a reference manual for advanced users.")
(license license:cc-by-sa4.0)))
+(define-public texlive-kixfont
+ (package
+ (name "texlive-kixfont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/kixfont/"
+ "fonts/source/public/kixfont/"
+ "fonts/tfm/public/kixfont/")
+ (base32
+ "0w6fjsws26plm9p74c3qcvvgx5hhlabfbhpc046rb31183f7h0q5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/kixfont")
+ (synopsis "Font for KIX codes")
+ (description
+ "The KIX code is a barcode-like format used by the Dutch PTT to encode
+country codes, zip codes and street numbers in a machine-readable format. If
+printed below the address line on bulk mailings, a discount can be obtained.
+The font is distributed in Metafont format, and covers the numbers and
+upper-case letters.")
+ (license license:public-domain)))
+
(define-public texlive-kotex-oblivoir
(package
(name "texlive-kotex-oblivoir")