me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-atkinson.

* gnu/packages/tex.scm (texlive-atkinson): New variable.
Nicolas Goaziou 2023-08-21 10:54:37 +02:00
parent 21497e6133
commit f3e3dd7413
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 30 additions and 0 deletions

View File

@ -3266,6 +3266,36 @@ Chinese.")
manual.")
(license license:lgpl3+)))
(define-public texlive-atkinson
(package
(name "texlive-atkinson")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/atkinson/"
"fonts/enc/dvips/atkinson/"
"fonts/map/dvips/atkinson/"
"fonts/opentype/public/atkinson/"
"fonts/tfm/public/atkinson/"
"fonts/type1/public/atkinson/"
"fonts/vf/public/atkinson/"
"tex/latex/atkinson/")
(base32
"00wg21v7jiaw3qajdxp2jih5xjpv7h8d0n1d6zjnzkxzk0p8zcj0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/atkinson")
(synopsis "Support for the Atkinson Hyperlegible family of fonts")
(description
"This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
the Atkinson Hyperlegible family of fonts. What makes it different from
traditional typography design is that it focuses on letterform distinction to
increase character recognition, ultimately improving readability.")
(license
(list license:lppl
(license:fsdg-compatible
"file://doc/Atkinson-Hyperlegible-Font-License-2020-1104.pdf")))))
(define-public texlive-authordate
(package
(name "texlive-authordate")