guix-commits
[Top][All Lists]
Advanced

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

11/47: gnu: Add texlive-customdice.


From: guix-commits
Subject: 11/47: gnu: Add texlive-customdice.
Date: Thu, 17 Aug 2023 09:52:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b5ba3ae6370e726ad30aab6ac52f9dee20b6abda
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:08:15 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f3be9a889d..b6d14f758e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5055,6 +5055,28 @@ for structuring exercises, aggregating points, and 
displaying a grading table,
 as well as several macros for easier math mode usage.")
     (license license:expat)))
 
+(define-public texlive-customdice
+  (package
+    (name "texlive-customdice")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/customdice/"
+                   "source/latex/customdice/"
+                   "tex/latex/customdice/")
+             (base32
+              "0jwhvg13rla5pav0z4wns4s0x25myiqcinv592g6kqnbgwzj4q7g")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/customdice";)
+    (synopsis "Simple commands for drawing customisable dice")
+    (description
+     "The @code{customdice} package for LaTeX, LuaLaTeX and XeTeX that
+provides functionality for drawing dice.  The aim is to provide
+highly-customisable but simple-to-use commands, allowing: adding custom text
+to dice faces; control over colouring; control over sizing.")
+    (license license:cc-by-sa4.0)))
+
 (define-public texlive-cvss
   (package
     (name "texlive-cvss")



reply via email to

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