mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: Add texlive-context-layout.
* gnu/packages/tex.scm (texlive-context-layout): New variable.
This commit is contained in:
parent
fa60852c2f
commit
81fa2caf2d
1 changed files with 21 additions and 0 deletions
|
@ -10338,6 +10338,27 @@ (define-public texlive-context-handlecsv
|
|||
"The package handles CSV data merging for automatic document creation.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public texlive-context-layout
|
||||
(package
|
||||
(name "texlive-context-layout")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/context/third/layout/"
|
||||
"tex/context/third/layout/")
|
||||
(base32
|
||||
"1zl26r94yizzpxzilkwv90xbr61ddxm7fabwpgbkrci0idc9ksv0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-context))
|
||||
(home-page "https://ctan.org/pkg/context-layout")
|
||||
(synopsis "Show ConTeXt layouts")
|
||||
(description
|
||||
"This ConTeXt module draws a representation of the layout of the current
|
||||
page and displays the sizes of the widths and heights of the margins, header,
|
||||
footer and text body.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-beamer
|
||||
(package
|
||||
(name "texlive-beamer")
|
||||
|
|
Loading…
Reference in a new issue