me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-clara.

* gnu/packages/tex.scm (texlive-clara): New variable.
Nicolas Goaziou 2023-08-21 11:55:11 +02:00
parent 19714044ca
commit 5673099e5a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 30 additions and 0 deletions

View File

@ -8203,6 +8203,36 @@ the above --- Cyrillic, Greek, Latin-based scripts, Russian and Vietnamese are
supported.")
(license license:gpl2)))
(define-public texlive-clara
(package
(name "texlive-clara")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/clara/"
"fonts/enc/dvips/clara/"
"fonts/map/dvips/clara/"
"fonts/opentype/public/clara/"
"fonts/tfm/public/clara/"
"fonts/type1/public/clara/"
"fonts/vf/public/clara/"
"tex/latex/clara/")
(base32
"182iw362irf247frsy0dzrswnh1341jlwrlwhvx1hcrbrvhpbz42")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/clara")
(synopsis "Clara serif font family")
(description
"Clara is a type family created specially by Seamas O Brogain. The
family includes italic, bold, bold italic, and small capitals, while the
character set includes (monotonic) Greek, Cyrillic, ogham, phonetic and
mathematical ranges, scribal abbreviations and other specialist characters.
The fonts also include some OpenType features (such as ligature substitution,
small capitals, and old-style numerals) and variant forms for particular
languages.")
(license (list license:silofl1.1 license:gpl2+))))
(define-public texlive-clrscode
(package
(name "texlive-clrscode")