gnu: Add texlive-padauk.
* gnu/packages/tex.scm (texlive-padauk): New variable.
This commit is contained in:
parent
c73b4a7803
commit
fe8241b570
1 changed files with 20 additions and 0 deletions
|
|
@ -8123,6 +8123,26 @@ kerning when a subscript follows. Some predefined commands are also
|
||||||
provided.")
|
provided.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-padauk
|
||||||
|
(package
|
||||||
|
(name "texlive-padauk")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/padauk/"
|
||||||
|
"fonts/truetype/public/padauk/")
|
||||||
|
(base32
|
||||||
|
"0yn5w8bkcf9ihqy4v2zq4yc74d2d3dc1c6dcissaa6pcdj4z9r9l")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/padauk")
|
||||||
|
(synopsis
|
||||||
|
"High-quality TrueType font for languages using the Myanmar script")
|
||||||
|
(description
|
||||||
|
"Padauk is a Unicode-based font family with broad support for writing
|
||||||
|
systems that use the Myanmar script.")
|
||||||
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
(define-public texlive-pascaltriangle
|
(define-public texlive-pascaltriangle
|
||||||
(package
|
(package
|
||||||
(name "texlive-pascaltriangle")
|
(name "texlive-pascaltriangle")
|
||||||
|
|
|
||||||
Reference in a new issue