gnu: Add texlive-ruler.

* gnu/packages/tex.scm (texlive-ruler): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 11:03:56 +02:00
parent 6c56c94be3
commit 0de349ad79
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3596,6 +3596,25 @@ (define-public texlive-resumemac
(description "This package provides a set of macros for resumes.")
(license license:public-domain)))
(define-public texlive-ruler
(package
(name "texlive-ruler")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/generic/ruler/")
(base32
"1ikap9dkdw9lzpda0f2krizqbfkyjxvyddils7clim9nhg77aq71")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ruler")
(synopsis "Typographic ruler for TeX")
(description
"The file processes to produce (real) rulers; the author suggests
printing them on transparent plastic and trimming for use as a real ruler.
The rule widths are 0.05mm, which can be challenging for (old) laser
printers.")
(license license:gpl3+)))
(define-public texlive-tex
(package
(name "texlive-tex")