From 20b1ca1ef897193bd82be801fe12609c0222b9b2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 10 Aug 2023 23:57:39 +0200 Subject: [PATCH] gnu: Add texlive-koma-script-examples. * gnu/packages/tex.scm (texlive-koma-script-examples): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c48a3b78e1..aea47cd25c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -29333,6 +29333,26 @@ not only with KOMA-Script classes but also with the standard classes.") (define-deprecated-package texlive-latex-koma-script texlive-koma-script) +(define-public texlive-koma-script-examples + (package + (name "texlive-koma-script-examples") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/koma-script-examples/") + (base32 + "1s95a3vgjxrn34cpcinkyr1yw2rj8s2973np71yxrwzi9dqdjpn1"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/koma-script-examples") + (synopsis "Examples from the KOMA-Script book") + (description + "This package contains some examples from the 6th edition of the book +@emph{KOMA-Script<, Eine Sammlung von Klassen und Paketen fur LaTeX2e} by +Markus Kohm, published by Lehmanns Media. There are no further descriptions +of these examples.") + (license license:lppl1.3c))) + (define-public texlive-atbegshi (package (name "texlive-atbegshi")