From 7990b2a21cd27c8aa1cab659ee205a3d82cc4897 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:45:12 +0200 Subject: [PATCH] gnu: Add texlive-newtxtt. * gnu/packages/tex.scm (texlive-newtxtt): New variable. --- gnu/packages/tex.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f4893614b4..5356950358 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -19568,6 +19568,30 @@ the STIX sans serif Roman and Greek letters with most symbols taken from @code{newtxmath}.") (license license:silofl1.1))) +(define-public texlive-newtxtt + (package + (name "texlive-newtxtt") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/newtxtt/" + "fonts/enc/dvips/newtxtt/" + "fonts/map/dvips/newtxtt/" + "fonts/tfm/public/newtxtt/" + "fonts/type1/public/newtxtt/" + "tex/latex/newtxtt/") + (base32 + "0x53dqf1mflh00r9v3zj2jqqbabk084zgcbz92x5icvmysrvk92a"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/newtxtt") + (synopsis "Enhancement of typewriter fonts from @code{newtx}") + (description + "The package provides enhanced fonts with LaTeX support files providing +access to the typewriter fonts from @code{newtx}. Regular and bold weights, +slanted variants and a choice of four different styles for zero.") + (license (list license:gpl3 license:lppl)))) + (define-public texlive-nicematrix (package (name "texlive-nicematrix")