gnu: Add texlive-authoraftertitle.

* gnu/packages/tex.scm (texlive-authoraftertitle): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:44:03 +02:00
parent 379024611d
commit 7f8413cba7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -73274,6 +73274,26 @@ (define-public texlive-aurl
prefixes are predefined and more can be added.")
(license license:public-domain)))
(define-public texlive-authoraftertitle
(package
(name "texlive-authoraftertitle")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/authoraftertitle/"
"tex/latex/authoraftertitle/")
(base32
"1x5b17a8xx0wv2zzsgzq5f3farpil4hwyhw070f5rhdzp2h7xcl1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/authoraftertitle")
(synopsis "Make author, etc., available after @code{\\maketitle}")
(description
"This package makes the author, title and date of the package available to the
user (as @code{\\MyAuthor}, etc) after the @code{\\maketitle} command has been
executed.")
(license license:cc0)))
;;;
;;; 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