me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fwlw.

* gnu/packages/tex.scm (texlive-fwlw): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:07 +02:00
parent 14a7cc3d41
commit e9ff497f79
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -83244,6 +83244,28 @@ Sueterlin handwriting fonts. The package is distributed as part of the
@code{fundus} bundle..")
(license license:lppl1.3+)))
(define-public texlive-fwlw
(package
(name "texlive-fwlw")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fwlw/" "tex/latex/fwlw/")
(base32
"10phasf69lcd9rs6yn997ng1z1g460wzgi3rda45rdjvc0mw336v")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fwlw")
(synopsis "Get first and last words of a page")
(description
"The package extracts the first and last words of a page, together with the
first word of the next page, just before the page is formed into the object to
print. The package defines a couple of page styles that use the words that
have been extracted.")
;; "This software package may be freely used, transmitted, reproduced, or
;; modified provided that this notice is left intact."
(license (license:fsf-free "file://doc/latex/fwlw/README"))))
;;;
;;; 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