ngz pushed a commit to branch master
in repository guix.
commit b50d5a89dd6e0ed656a4cf8eefa91c62a617ab6b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 11:52:30 2023 +0200
gnu: Add texlive-carolmin-ps.
* gnu/packages/tex.scm (texlive-carolmin-ps): 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 875ecabb9a..ba2d77aa64 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6998,6 +6998,29 @@ package using FontForge from its sources, for full
support with Dvips.")
the Carlito family of sans serif fonts, designed by Lukasz Dziedzic.")
(license license:silofl1.1)))
+(define-public texlive-carolmin-ps
+ (package
+ (name "texlive-carolmin-ps")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/carolmin-ps/"
+ "fonts/afm/public/carolmin-ps/"
+ "fonts/map/dvips/carolmin-ps/"
+ "fonts/type1/public/carolmin-ps/")
+ (base32
+ "1867h17l0ms2schmbrsjm4gajfmckm2x7ny2ijd9vf232l7s1b53")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/carolmin-t1")
+ (synopsis "Adobe Type 1 format of Carolingian Minuscule fonts")
+ (description
+ "The bundle offers Adobe Type 1 format versions of Peter Wilson's
+Carolingian Minuscule font set (part of the @code{bookhands} collection). The
+fonts in the bundle are ready-to-use replacements for the Metafont
+originals.")
+ (license license:lppl)))
+
(define-public texlive-cartonaugh
(package
(name "texlive-cartonaugh")