gnu: Add texlive-rectopma.
* gnu/packages/tex.scm (texlive-rectopma): New variable.
This commit is contained in:
parent
c8b9440676
commit
3bea98500f
1 changed files with 19 additions and 0 deletions
|
@ -93731,6 +93731,25 @@ (define-public texlive-recipecard
|
||||||
elegant and fits in the box of recipes.")
|
elegant and fits in the box of recipes.")
|
||||||
(license license:lppl)))
|
(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
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue