mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-amiri.
* gnu/packages/tex.scm (texlive-amiri): New variable.
This commit is contained in:
parent
7b45ead9ec
commit
9ea5b4681c
1 changed files with 23 additions and 0 deletions
|
@ -1826,6 +1826,29 @@ (define-public texlive-mfware
|
||||||
processing the output of Metafont.")
|
processing the output of Metafont.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-amiri
|
||||||
|
(package
|
||||||
|
(name "texlive-amiri")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/amiri/"
|
||||||
|
"fonts/truetype/public/amiri/")
|
||||||
|
(base32
|
||||||
|
"1d6yrh34fka9371a3vq72df593prik6s7z1i6myd0nix0c9jihp6")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/amiri")
|
||||||
|
(synopsis "Classical Arabic typeface, Naskh style")
|
||||||
|
(description
|
||||||
|
"Amiri is a classical Arabic typeface in Naskh style for typesetting books
|
||||||
|
and other running text. It is a revival of the beautiful typeface pioneered
|
||||||
|
in the early 20th century by Bulaq Press in Cairo, also known as Amiria Press,
|
||||||
|
after which the font is named. The project aims at the revival of the
|
||||||
|
aesthetics and traditions of Arabic typesetting, and adapting it to the era of
|
||||||
|
digital typesetting, in a publicly available form.")
|
||||||
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
(define-public texlive-amsfonts
|
(define-public texlive-amsfonts
|
||||||
(package
|
(package
|
||||||
(name "texlive-amsfonts")
|
(name "texlive-amsfonts")
|
||||||
|
|
Loading…
Reference in a new issue