me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dynblocks.

* gnu/packages/tex.scm (texlive-dynblocks): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:38 +02:00
parent f5271e1598
commit 84fab45c43
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -79790,6 +79790,25 @@ and pieces of code are also possible. Currently only MATLAB and Python are
supported to produce dynamic number list files.")
(license license:expat)))
(define-public texlive-dynblocks
(package
(name "texlive-dynblocks")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dynblocks/"
"tex/latex/dynblocks/")
(base32
"1jmwkxa4s37cqanpfnzvcq80ic3dvnal5x0g5749c0b410f7x3im")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dynblocks")
(synopsis "Simple way to create dynamic blocks for Beamer")
(description
"The package provides full customisation of the aspect and dimensions of
blocks inside a presentation.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar