gnu: Add texlive-prelim2e.

* gnu/packages/tex.scm (texlive-prelim2e): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:58:51 +02:00
parent e11c5bb4c8
commit 8e727a243b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -92873,6 +92873,28 @@ (define-public texlive-practicalreports
reports.")
(license license:lppl1.3c)))
(define-public texlive-prelim2e
(package
(name "texlive-prelim2e")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/prelim2e/"
"source/latex/prelim2e/"
"tex/latex/prelim2e/")
(base32
"0p86dh95rdddrakwdr6rf6adnfpg5pppqkgqvhzp8q028xz0xdbi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:tex-format "latex"))
(home-page "https://ctan.org/pkg/prelim2e")
(synopsis "Allows the marking of preliminary versions of a document")
(description
"This package puts text below the normal page content (the default text marks
the document as draft and puts a timestamp on it). It Can be used together
with e.g., the @code{vrsion}, @code{rcs} and @code{rcsinfo} packages.")
(license license:lppl1.3c)))
;;;
;;; 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