mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-vmargin.
* gnu/packages/tex.scm (texlive-vmargin): New variable.
This commit is contained in:
parent
ddb3572169
commit
a8974cd458
1 changed files with 25 additions and 0 deletions
|
@ -99510,6 +99510,31 @@ (define-public texlive-vhistory
|
|||
or the intersection of sets etc.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-vmargin
|
||||
(package
|
||||
(name "texlive-vmargin")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/vmargin/" "source/latex/vmargin/"
|
||||
"tex/latex/vmargin/")
|
||||
(base32
|
||||
"0548wbh05b6ga8fxvarmsai8kzadcgix5zkh5l4a4ym4lsdgb47l")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/vmargin")
|
||||
(synopsis "Set various page dimensions")
|
||||
(description
|
||||
"This package provides a macro to set various margins as well as dimensions
|
||||
for header/footer and page dimensions. Most common paper sizes, paper
|
||||
orientation, disabling of headers and footers, and two sided printing are
|
||||
supported.
|
||||
|
||||
The user interface might not be very fancy, but it's fast, small, and gets the
|
||||
job done. If you are looking for something more elaborate try the
|
||||
@code{geometry} package.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue