gnu: Add texlive-stdpage.

* gnu/packages/tex.scm (texlive-stdpage): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:01:52 +02:00
parent 9147002364
commit 5ab8f15b42
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -96456,6 +96456,27 @@ (define-public texlive-stdclsdv
printing a warning.")
(license license:lppl)))
(define-public texlive-stdpage
(package
(name "texlive-stdpage")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/stdpage/" "source/latex/stdpage/"
"tex/latex/stdpage/")
(base32
"064l0mj06wnacz7hcgf9c4nqc6f7l2fyg6gvq797vbdffgw721wd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/stdpage")
(synopsis "Standard pages with n lines of at most m characters each")
(description
"For translations, proofreading, journal contributions etc., standard pages
are used. Those standard pages consist of a fixed number of lines and
characters per line. This package produces pages with n lines of at most
m characters each.")
(license license:lppl1.2+)))
;;;
;;; 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