diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-22 16:15:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-24 11:10:48 +0200 |
commit | 9aebfa7e9dc926b44a45e2faf3cdd3b1abde3ff3 (patch) | |
tree | 20607b90be79f200128094ea3c6ac87a5b3a331c /gnu | |
parent | b345ddf902f8c22a967f08242f5f91e64b7636b2 (diff) |
gnu: Add texlive-mentis.
* gnu/packages/tex.scm (texlive-mentis): New variable.
Diffstat (limited to 'gnu')
-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 a2d9e526cc..ade27f3bdb 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -21308,6 +21308,26 @@ that represent the memory of a computer program during its execution.") processor).") (license license:bsd-3))) +(define-public texlive-mentis + (package + (name "texlive-mentis") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/mentis/" "source/latex/mentis/" + "tex/latex/mentis/") + (base32 + "0js6gp93jzj6kzvwqycilp42zbwslxk6z77g2198gip2i4m1li0i"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/mentis") + (synopsis "Basis for books to be published by Mentis publishers") + (description + "This LaTeX class loads @code{scrbook} and provides changes necessary for +publishing at Mentis publishers in Paderborn, Germany. It is not an official +Mentis class, but developed in close co-operation with Mentis.") + (license license:lppl))) + (define-public texlive-merriweather (package (name "texlive-merriweather") |