From b427ca3c0768d436f3016b44cef209ac8e1a6886 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 14:49:20 +0200 Subject: [PATCH] gnu: Add texlive-bookcover. * gnu/packages/tex.scm (texlive-bookcover): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 6b4b02fce3..2ef6cb4e08 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4376,6 +4376,24 @@ (define-public texlive-blockdraw-mp it is felt that many users will be happy to have a library for the job.") (license license:lppl))) +(define-public texlive-bookcover + (package + (name "texlive-bookcover") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/bookcover/" + "source/latex/bookcover/" + "tex/latex/bookcover/") + (base32 + "0m5km26diwv7xij4r64c3gk2hl8xc22lrbcccqlrk1fhdlz3i8zb"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/bookcover") + (synopsis "Class for book covers and dust jackets") + (description "This class helps typesetting book covers and dust jackets.") + (license license:lppl1.2+))) + (define-public texlive-bpolynomial (package (name "texlive-bpolynomial")