diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 11:09:28 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 11:33:12 +0200 |
commit | fe8241b570293865d94751e9ed73681fa220d3a7 (patch) | |
tree | c817abf59bbfeb4f9977068eefc08376ca371fbb /gnu/packages | |
parent | c73b4a780372736fb88d212736e387e11d5c826e (diff) |
gnu: Add texlive-padauk.
* gnu/packages/tex.scm (texlive-padauk): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 031eedcedb..6ca74a4166 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -8123,6 +8123,26 @@ kerning when a subscript follows. Some predefined commands are also provided.") (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 (package (name "texlive-pascaltriangle") |