From 62bed0638c2c19846148aead06ca7a480175e407 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 18 Jun 2023 16:14:10 +0200 Subject: gnu: Add texlive-ntgclass. * gnu/packages/tex.scm (texlive-ntgclass): New variable. --- gnu/packages/tex.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b2262a2a6a..7cb35aeebb 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11518,6 +11518,31 @@ SGML-based languages. Xindy is highly configurable, both in markup terms and in terms of the collating order of the text being processed.") (license license:gpl2+))) +(define-public texlive-ntgclass + (package + (name "texlive-ntgclass") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/ntgclass/" + "source/latex/ntgclass/" + "tex/latex/ntgclass/") + (base32 + "04rvr1gldp87nqplmnqkwi3l9jclsjaawj5rym72gy6sw9snpmck"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/ntgclass") + (synopsis "European versions of standard classes") + (description + "The bundle offers versions of the standard LaTeX @code{article} and +@code{report} classes, rewritten to reflect a more European design, and the +@code{a4} package, which is better tuned to the shape of a4 paper than is the +@code{a4paper} class option of the standard classes. The classes include +several for @code{article} and @code{report} requirements, and a @code{letter} +class. The elements of the bundle were designed by members of the Dutch TeX +Users Group NTG.") + (license license:lppl1.3+))) + (define-public texlive-nth (package (name "texlive-nth") -- cgit v1.2.3