mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Add texlive-aurical.
* gnu/packages/tex.scm (texlive-aurical): New variable.
This commit is contained in:
parent
5296c272ed
commit
eaf656d8be
1 changed files with 28 additions and 0 deletions
|
@ -3347,6 +3347,34 @@ (define-public texlive-auncial-new
|
||||||
provided, and the font is distributed in Adobe Type 1 format.")
|
provided, and the font is distributed in Adobe Type 1 format.")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-authordate
|
||||||
(package
|
(package
|
||||||
(name "texlive-authordate")
|
(name "texlive-authordate")
|
||||||
|
|
Loading…
Reference in a new issue