gnu: Add texlive-aurical.

* gnu/packages/tex.scm (texlive-aurical): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 10:56:35 +02:00
parent 5296c272ed
commit eaf656d8be
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")