mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-crop.
* gnu/packages/tex.scm (texlive-crop): New variable.
This commit is contained in:
parent
6902250a94
commit
f1417b94f0
1 changed files with 26 additions and 0 deletions
|
@ -1568,6 +1568,32 @@ (define-public texlive-tex-gyre
|
|||
;; additional but not legally binding clause.
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-crop
|
||||
(package
|
||||
(name "texlive-crop")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/crop/" "source/latex/crop/"
|
||||
"tex/latex/crop/")
|
||||
(base32
|
||||
"1m0dg69bhbvqrq9d2yl6ip36w1bf5cibp386jj2wbywisa2hn3qf")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/crop")
|
||||
(synopsis "Support for cropmarks")
|
||||
(description
|
||||
"This package provides a package providing corner marks for camera
|
||||
alignment as well as for trimming paper stacks, and additional page
|
||||
information on every page if required. Most macros are easily adaptable to
|
||||
personal preferences. An option is provided for selectively suppressing
|
||||
graphics or text, which may be useful for printing just colour graphics on
|
||||
a colour laser printer and the rest on a cheap mono laser printer. A page
|
||||
info line contains the time and a new cropmarks index and is printed at the
|
||||
top of the page. A configuration command is provided for the info line font.
|
||||
Options for better collaboration with dvips, pdfTeX and vtex are provided.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-ctablestack
|
||||
(package
|
||||
(name "texlive-ctablestack")
|
||||
|
|
Loading…
Reference in a new issue