gnu: Add texlive-antt.

* gnu/packages/tex.scm (texlive-antt): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 11:38:43 +02:00
parent b72c282d53
commit f87e81793a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -869,6 +869,33 @@ (define-public texlive-alphalph
a replacement for LaTeX's @code{\\@@alph} and @code{\\@@Alph} macros.")
(license license:lppl1.3c+)))
(define-public texlive-antt
(package
(name "texlive-antt")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/antt/"
"doc/latex/antt/"
"fonts/afm/public/antt/"
"fonts/enc/dvips/antt/"
"fonts/map/dvips/antt/"
"fonts/opentype/public/antt/"
"fonts/tfm/public/antt/"
"fonts/type1/public/antt/"
"tex/latex/antt/"
"tex/plain/antt/")
(base32
"1fvmgb581ixc4fvw5l0g11hlvdpf0cld6db0cg3vysw5yabas3vm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/antt")
(synopsis "Type 1 family of a Polish traditional type")
(description
"Antykwa Torunska is a serif font designed by the late Polish typographer
Zygfryd Gardzielewski, reconstructed and digitized as Type 1.")
(license license:gfl1.0)))
(define-public texlive-avantgar
(package
(name "texlive-avantgar")