From 041bc8638c3ef937ebcae04e69184779745f65e1 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 10:47:16 +0200 Subject: [PATCH] gnu: Add texlive-almendra. * gnu/packages/tex.scm (texlive-almendra): 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 0c5c30c5de..ac53b66c7c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2048,6 +2048,34 @@ (define-public texlive-allrunes covers not only the main forms but also a lot of varieties.") (license license:lppl))) +(define-public texlive-almendra + (package + (name "texlive-almendra") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/almendra/" + "fonts/enc/dvips/almendra/" + "fonts/map/dvips/almendra/" + "fonts/tfm/public/almendra/" + "fonts/truetype/public/almendra/" + "fonts/type1/public/almendra/" + "fonts/vf/public/almendra/" + "tex/latex/almendra/") + (base32 + "1mkj0cjpry0hdynlpf719haczm1csv0yvla6nhlgp3dq5k28hvp2"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/almendra") + (synopsis "Almendra fonts with LaTeX support") + (description + "This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX support for +the Almendra family of fonts, designed by Ana Sanfelippo. Almendra is +a typeface design based on calligraphy. Its style is related to the Chancery +and Gothic hands. There are regular and bold weights with matching italics. +There is also a regular-weight small-caps.") + (license (list license:silofl1.1 license:lppl)))) + (define-public texlive-alpha-persian (package (name "texlive-alpha-persian")