mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-typogrid.
* gnu/packages/tex.scm (texlive-typogrid): New variable.
This commit is contained in:
parent
e4eb701e84
commit
4be5e72398
1 changed files with 20 additions and 0 deletions
|
@ -98787,6 +98787,26 @@ (define-public texlive-typoaid
|
|||
may help in making typesetting decisions.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-typogrid
|
||||
(package
|
||||
(name "texlive-typogrid")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/typogrid/"
|
||||
"source/latex/typogrid/"
|
||||
"tex/latex/typogrid/")
|
||||
(base32
|
||||
"08hq2zcr2xd73qfh0f05d33sn1zvwnizrsr8r82mb3vsnbyczn0b")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/typogrid")
|
||||
(synopsis "Print a typographic grid")
|
||||
(description
|
||||
"This package draws a grid on every page of the document; the grid divides the
|
||||
page into columns, and may be used for fixing measurements of layout.")
|
||||
(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