me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-autofancyhdr.

* gnu/packages/tex.scm (texlive-autofancyhdr): New variable.
master
Nicolas Goaziou 2023-08-29 15:44:05 +02:00
parent a242e66cc6
commit 34a2f4d742
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -73342,6 +73342,26 @@ citations that appear in the references rather than the text pages. The
package relies on BibTeX being used to handle citations.")
(license license:lppl)))
(define-public texlive-autofancyhdr
(package
(name "texlive-autofancyhdr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/autofancyhdr/"
"tex/latex/autofancyhdr/")
(base32
"1vm2gcacdr5pjz80kfbzkg72sdmrdj94siks9sgr83r82710k9c5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/autofancyhdr")
(synopsis
"Automatically compute @samp{headlength} for @code{fancyhdr} package")
(description
"The package automatically computes @samp{headlength} for the @code{fancyhdr}
package.")
(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