ngz pushed a commit to branch master
in repository guix.
commit 5f04eebfc4bf98f392444332e5d58f41a2972869
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:10:20 2023 +0200
gnu: Add texlive-duerer.
* gnu/packages/tex.scm (texlive-duerer): 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 f2d8faf816..7d885e7b44 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10462,6 +10462,29 @@ was inspired by the STIX double struck fonts, which
are sans serif, but
starting from a Courier-like base.")
(license (list license:silofl1.1 license:lppl1.3+))))
+(define-public texlive-duerer
+ (package
+ (name "texlive-duerer")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/duerer/"
+ "fonts/source/public/duerer/"
+ "fonts/tfm/public/duerer/")
+ (base32
+ "1x5s9qnmhhpj54l6cd0pzd9gmd0ipr95j60rcs73c66wwfjw0xki")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/duerer")
+ (synopsis "Computer Duerer fonts")
+ (description
+ "These fonts are designed for titling use, and consist of capital roman
+letters only. Together with the normal set of base shapes, the family also
+offers an informal shape. The distribution is as Metafont source. LaTeX
+support is available in the @code{duerer-latex} bundle.")
+ (license license:public-domain)))
+
(define-public texlive-dvgloss
(package
(name "texlive-dvgloss")