gnu: Add texlive-rectopma.

* gnu/packages/tex.scm (texlive-rectopma): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:59:33 +02:00
parent c8b9440676
commit 3bea98500f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -93731,6 +93731,25 @@ (define-public texlive-recipecard
elegant and fits in the box of recipes.")
(license license:lppl)))
(define-public texlive-rectopma
(package
(name "texlive-rectopma")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/rectopma/" "tex/latex/rectopma/")
(base32
"158rk112xb538zav89w6yp4s0nasp8z4s7gwq22q3nchm4q7j8br")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/rectopma")
(synopsis "Recycle top matter")
(description
"This package saves the arguments of @code{\\author} and
@code{\\title} for reference (after @code{\\maketitle}) in
a document.")
(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