gnu: Add texlive-epsdice.

* gnu/packages/tex.scm (texlive-epsdice): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:13:53 +02:00
parent d6b7497a4d
commit 58067a66db
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11265,6 +11265,27 @@ (define-public texlive-eplain
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")