me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-boites.

* gnu/packages/tex.scm (texlive-boites): New variable.
master
Nicolas Goaziou 2023-08-29 15:44:58 +02:00
parent 6196fc91e0
commit bb05773ff8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -74577,6 +74577,26 @@ user-friendly.")
integers, powers, factorials, truncated division and its associated modulo.")
(license license:lppl1.3c)))
(define-public texlive-boites
(package
(name "texlive-boites")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/boites/" "source/latex/boites/"
"tex/latex/boites/")
(base32
"1dinh5p4vvm7g9hdki329ik8v6d3ci5v20hpiv2960cq0l99bf08")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/boites")
(synopsis "Boxes that may break across pages")
(description
"This package defines environments that allow page breaks inside framed boxes
whose edges may be variously fancy. The bundle includes a few
examples (shaded box, box with a wavy line on its side, etc).")
(license license:gpl3+)))
;;;
;;; 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