From 48d4a8f8b7136f169cf788d692e0ec31bc786fa0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 10:47:50 +0200 Subject: [PATCH] gnu: Add texlive-almfixed. * gnu/packages/tex.scm (texlive-almfixed): 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 ac53b66c7c..f14da7a64c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2076,6 +2076,34 @@ 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-almfixed + (package + (name "texlive-almfixed") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/almfixed/" + "fonts/opentype/public/almfixed/" + "fonts/truetype/public/almfixed/") + (base32 + "1ihyldbdz89swj8lm75kb3n3nqqgzkydwlppsndfpib74pvp6s97"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/almfixed") + (synopsis "Extend TeX-Gyre Latin Modern to full Arabic Unicode support") + (description + "Arabic-Latin Modern Fixed is an extension of TeX-Gyre Latin Modern Mono +10 Regular. Every glyph and OpenType feature of the Latin Modern Mono has +been retained, with minor improvements. On the other hand, we have changed +the vertical metrics of the font. + +The unique feature of Arabic-Latin Modern is its treatment of vowels and +diacritics. Each vowel and diacritic (ALM Fixed contains a total of 68 such +glyphs) may now be edited horizontally within any text editor or processor. +Editing complex Arabic texts will now be much easier to input and to +proofread.") + (license license:gfl1.0))) + (define-public texlive-alpha-persian (package (name "texlive-alpha-persian")