summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-29 16:03:55 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-31 22:07:08 +0200
commit4be5e72398399904969725895d426ff13331456d (patch)
tree604dfdd2f6be934f9ea2eb7cbb20a207b79c1e37
parente4eb701e84063c8aa25b1413dea2c884cef5c52f (diff)
gnu: Add texlive-typogrid.
* gnu/packages/tex.scm (texlive-typogrid): New variable.
-rw-r--r--gnu/packages/tex.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 55ce1a8927..37f5660dec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -98787,6 +98787,26 @@ occupied by the characters @samp{abcd...xyz}), em-widths and ex-heights, which
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