me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-customdice.

* gnu/packages/tex.scm (texlive-customdice): New variable.
Nicolas Goaziou 2023-08-17 15:08:15 +02:00
parent 085b379d1a
commit b5ba3ae637
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -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")