guix-commits
[Top][All Lists]
Advanced

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

32/306: gnu: Add texlive-bbding.


From: guix-commits
Subject: 32/306: gnu: Add texlive-bbding.
Date: Mon, 21 Aug 2023 10:35:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 69632d78c241b3d95c5fbaf37faaf6488a8b0416
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 10:58:46 2023 +0200

    gnu: Add texlive-bbding.
    
    * gnu/packages/tex.scm (texlive-bbding): New variable.
---
 gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index edb1bd7b4c..ea56ad671e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3844,6 +3844,30 @@ Basque according to the correct forms ruled by The 
Basque Language Academy
 issues of numbers in Basque.")
     (license license:lppl1.2+)))
 
+(define-public texlive-bbding
+  (package
+    (name "texlive-bbding")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bbding/"
+                   "fonts/source/public/bbding/"
+                   "fonts/tfm/public/bbding/"
+                   "source/latex/bbding/" "tex/latex/bbding/")
+             (base32
+              "0l507nxnnh880h5kg8q0ww6sl93k441l0lsplr5ldrngxvx1vrsc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/bbding";)
+    (synopsis "Symbol (dingbat) font and LaTeX macros for its use")
+    (description
+     "This package provides a symbol font (distributed as Metafont source)
+that contains many of the symbols of the Zapf dingbats set, together with an
+NFSS interface for using the font.  An Adobe Type 1 version of the fonts is
+available in the @code{niceframe} fonts bundle.")
+    (license license:lppl)))
+
 (define-public texlive-bclogo
   (package
     (name "texlive-bclogo")



reply via email to

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