me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-layouts.

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

View File

@ -86742,6 +86742,28 @@ The macros defined by LaTeXgit can be helpful to documentation authors and
others to whom clear document versioning is important.")
(license license:gpl3)))
(define-public texlive-layouts
(package
(name "texlive-layouts")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/layouts/" "source/latex/layouts/"
"tex/latex/layouts/")
(base32
"0bmkqld4rc0pw8ha54b1z4ycy5rj5alr9n1yv7qj5b0a4jadynf3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/layouts")
(synopsis "Display various elements of a document's layout")
(description
"This package displays information about a document, including: text
positioning on a page; disposition of floats; layout of paragraphs, lists,
footnotes, table of contents, and sectional headings; font boxes. Facilities
are provided for a document designer to experiment with the layout
parameters.")
(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