ngz pushed a commit to branch master
in repository guix.
commit 58067a66db54527c59552b303358fad50e9d377b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:13:53 2023 +0200
gnu: Add texlive-epsdice.
* gnu/packages/tex.scm (texlive-epsdice): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8edb3c7b2d..b2bcd23120 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11265,6 +11265,27 @@ load some of the more useful LaTeX packages, notably
@code{graphics},
and @code{url}.")
(license license:gpl2+)))
+(define-public texlive-epsdice
+ (package
+ (name "texlive-epsdice")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/epsdice/" "source/latex/epsdice/"
+ "tex/latex/epsdice/")
+ (base32
+ "09h3jqb44vl1jpb3hf6gbpfpbvfv6lvdvjmp4xpzhl1zs672wccj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/epsdice")
+ (synopsis "Scalable dice font")
+ (description
+ "The @code{epsdice} package defines a single command @code{\\epsdice}
+that takes a numeric argument (in the range 1-6), and selects a face image
+from a file that contains each of the 6 possible die faces. The graphic file
+is provided in both Encapsulated PostScript and PDF formats.")
+ (license license:lppl)))
+
(define-public texlive-epslatex-fr
(package
(name "texlive-epslatex-fr")