guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/111: gnu: Add texlive-bclogo.


From: guix-commits
Subject: 02/111: gnu: Add texlive-bclogo.
Date: Mon, 14 Aug 2023 05:04:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 580f98d661926ec0472fc46d2a8b2f16c61ac900
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:04:04 2023 +0200

    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 @@ Basque according to the correct forms ruled by The 
Basque Language Academy
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]