From eaf656d8be5514f4e2130a2805e676732dc5e1e9 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 10:56:35 +0200 Subject: [PATCH] gnu: Add texlive-aurical. * gnu/packages/tex.scm (texlive-aurical): New variable. --- gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 49d28932f6..afcfbe482d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3347,6 +3347,34 @@ (define-public texlive-auncial-new provided, and the font is distributed in Adobe Type 1 format.") (license license:lppl))) +(define-public texlive-aurical + (package + (name "texlive-aurical") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/aurical/" + "fonts/afm/public/aurical/" + "fonts/map/dvips/aurical/" + "fonts/source/public/aurical/" + "fonts/tfm/public/aurical/" + "fonts/type1/public/aurical/" + "tex/latex/aurical/") + (base32 + "1jaqr4gdywnjn7hclinjyydndxsa1f2j7382ygl0jnj35kxz0pkr"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/aurical") + (synopsis "Calligraphic fonts for use with LaTeX in T1 encoding") + (description + "The package that implements a set (AuriocusKalligraphicus) of three +calligraphic fonts derived from the author's handwriting in Adobe Type +1 Format, T1 encoding for use with LaTeX: Auriocus Kalligraphicus; Lukas +Svatba; and Jana Skrivana. Each font features old style digits +and (machine-generated) boldface and slanted versions. A variant of Lukas +Svatba offers a long @samp{s}.") + (license license:lppl))) + (define-public texlive-authordate (package (name "texlive-authordate")