From 580f98d661926ec0472fc46d2a8b2f16c61ac900 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 14 Aug 2023 10:04:04 +0200 Subject: [PATCH] gnu: Add texlive-bclogo. * gnu/packages/tex.scm (texlive-bclogo): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 216895f7ec..556f1ed9f4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2114,6 +2114,25 @@ (define-public texlive-basque-date issues of numbers in Basque.") (license license:lppl1.2+))) +(define-public texlive-bclogo + (package + (name "texlive-bclogo") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/bclogo/" "metapost/bclogo/" + "tex/latex/bclogo/") + (base32 + "1hdg99xkmdca23s7i63099r9jvgw2larv8aawjllj9mw18195jr9"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/bclogo") + (synopsis "Creating colourful boxes with logos") + (description + "The package facilitates the creation of colorful boxes with a title and logo. +It may use either TikZ or PSTricks as graphics engine.") + (license license:lppl1.3+))) + (define-public texlive-begriff (package (name "texlive-begriff")