gnu: Add texlive-ruler.
* gnu/packages/tex.scm (texlive-ruler): New variable.
This commit is contained in:
parent
6c56c94be3
commit
0de349ad79
1 changed files with 19 additions and 0 deletions
|
@ -3596,6 +3596,25 @@ (define-public texlive-resumemac
|
||||||
(description "This package provides a set of macros for resumes.")
|
(description "This package provides a set of macros for resumes.")
|
||||||
(license license:public-domain)))
|
(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
|
(define-public texlive-tex
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex")
|
(name "texlive-tex")
|
||||||
|
|
Loading…
Reference in a new issue