mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: Add texlive-threeddice.
* gnu/packages/tex.scm (texlive-threeddice): New variable.
This commit is contained in:
parent
332cf3df1a
commit
fc15796398
1 changed files with 19 additions and 0 deletions
|
@ -6333,6 +6333,25 @@ (define-public texlive-suanpan
|
|||
"The package provides macros for drawing Chinese and Japanese abaci.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-threeddice
|
||||
(package
|
||||
(name "texlive-threeddice")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/metapost/threeddice/"
|
||||
"metapost/threeddice/")
|
||||
(base32
|
||||
"1sj4f3bbxjzwbncxlvlbmsnfi7jkf5625gwhbqfh399vlh0nb56j")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/threeddice")
|
||||
(synopsis "Create images of dice with one, two, or three faces showing")
|
||||
(description
|
||||
"The package provides MetaPost code to create all possible symmetrical
|
||||
views (up to rotation) of a right-handed die.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-textpath
|
||||
(package
|
||||
(name "texlive-textpath")
|
||||
|
|
Loading…
Reference in a new issue