gnu: Add texlive-atkinson.
* gnu/packages/tex.scm (texlive-atkinson): New variable.
This commit is contained in:
parent
21497e6133
commit
f3e3dd7413
1 changed files with 30 additions and 0 deletions
|
@ -3266,6 +3266,36 @@ Chinese.")
|
||||||
manual.")
|
manual.")
|
||||||
(license license:lgpl3+)))
|
(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
|
(define-public texlive-authordate
|
||||||
(package
|
(package
|
||||||
(name "texlive-authordate")
|
(name "texlive-authordate")
|
||||||
|
|
Reference in a new issue