mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: Add texlive-authoraftertitle.
* gnu/packages/tex.scm (texlive-authoraftertitle): New variable.
This commit is contained in:
parent
379024611d
commit
7f8413cba7
1 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue