me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-minibox.

* gnu/packages/tex.scm (texlive-minibox): New variable.
master
Nicolas Goaziou 2023-08-29 15:55:37 +02:00
parent b8d99ec70c
commit f8277f8b21
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -88886,6 +88886,28 @@ and can be well distinguished from the main text, for writing your ideas or
annotations.")
(license license:lppl1.3c)))
(define-public texlive-minibox
(package
(name "texlive-minibox")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/minibox/" "source/latex/minibox/"
"tex/latex/minibox/")
(base32
"0z53r59771rdkbqxyjxn37r2ra67kw0ir0fnggmza90h3vidq5yg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:tex-format "latex"))
(native-inputs (list texlive-filecontents))
(home-page "https://ctan.org/pkg/minibox")
(synopsis "Simple type of box for LaTeX")
(description
"This small package provides a convenient input syntax for boxes that don't
break their text over lines automatically, but do allow manual line breaks.
The boxes shrink to the natural width of the longest line they contain.")
(license license:lppl)))
;;;
;;; 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