mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-augie.
* gnu/packages/tex.scm (texlive-augie): New variable.
This commit is contained in:
parent
f3e3dd7413
commit
d0408b2303
1 changed files with 24 additions and 0 deletions
|
@ -3296,6 +3296,30 @@ (define-public texlive-atkinson
|
|||
(license:fsdg-compatible
|
||||
"file://doc/Atkinson-Hyperlegible-Font-License-2020-1104.pdf")))))
|
||||
|
||||
(define-public texlive-augie
|
||||
(package
|
||||
(name "texlive-augie")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/augie/"
|
||||
"fonts/afm/public/augie/"
|
||||
"fonts/map/dvips/augie/"
|
||||
"fonts/tfm/public/augie/"
|
||||
"fonts/type1/public/augie/"
|
||||
"fonts/vf/public/augie/"
|
||||
"tex/latex/augie/")
|
||||
(base32
|
||||
"1fvl04lcvi4vsx547gx349dbld4hf7k2j08adqlnszs23p95yj3f")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/augie")
|
||||
(synopsis "Calligraphic font for typesetting handwriting")
|
||||
(description
|
||||
"This package provides a calligraphic font for simulating American-style
|
||||
informal handwriting. The font is distributed in Adobe Type 1 format.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-authordate
|
||||
(package
|
||||
(name "texlive-authordate")
|
||||
|
|
Loading…
Reference in a new issue