diff options
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 8f56d88b21..6fc562db97 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -19987,6 +19987,31 @@ terms of recurrence relations.") mathematical function values.") (license license:lppl1.3c))) +(define-public texlive-nunito + (package + (name "texlive-nunito") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/nunito/" + "fonts/enc/dvips/nunito/" + "fonts/map/dvips/nunito/" + "fonts/opentype/public/nunito/" + "fonts/tfm/public/nunito/" + "fonts/type1/public/nunito/" + "fonts/vf/public/nunito/" + "tex/latex/nunito/") + (base32 + "0arx54h5hw50rlikw3sdxgqwhn1sr2jss30103cjip9wff606pa7"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/nunito") + (synopsis "The Nunito font face with support for LaTeX and pdfLaTeX") + (description + "This package provides LaTeX and pdfLaTeX support for the Nunito family +of fonts, designed by Vernon Adams.") + (license (list license:silofl1.1 license:lppl)))) + (define-public texlive-objectz (package (name "texlive-objectz") |