ngz pushed a commit to branch master
in repository guix.
commit c058f86b1c2e44e0b8f54ac72f7c7b4335bade6d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:45:52 2023 +0200
gnu: Add texlive-nkarta.
* gnu/packages/tex.scm (texlive-nkarta): 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 f6896881c7..b3d05c0418 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19692,6 +19692,29 @@ the size and colour of the sticks, and flexibility to
draw heaps of different
objects.")
(license license:expat)))
+(define-public texlive-nkarta
+ (package
+ (name "texlive-nkarta")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/nkarta/"
+ "fonts/source/public/nkarta/"
+ "fonts/tfm/public/nkarta/"
+ "metapost/nkarta/" "source/latex/nkarta/")
+ (base32
+ "0x5rdacf3d2jm4rgcvmpz76icga4gis4ykmsmp745xb7kh99npjv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/nkarta")
+ (synopsis "New version of the Karta cartographic fonts")
+ (description
+ "This package provides a development of the Karta font, offering more
+mathematical stability in Metafont. A version that will produce the glyphs as
+Encapsulated PostScript is also provided.")
+ (license license:public-domain)))
+
(define-public texlive-nmbib
(package
(name "texlive-nmbib")