me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-minidocument.

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

View File

@ -88908,6 +88908,27 @@ 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)))
(define-public texlive-minidocument
(package
(name "texlive-minidocument")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/minidocument/"
"source/latex/minidocument/"
"tex/latex/minidocument/")
(base32
"04nz6c7prm2icbkcjzxxd53wqaqxbc52damnny13b1jlcj7c9kn9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/minidocument")
(synopsis "Creates miniature documents inside other LaTeX documents")
(description
"This package can be used to create miniature documents inside other LaTeX
documents. Inside the minidocument all features of the outer vertical mode like
page breaking, floats, marginpars, etc., are available.")
(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