me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-phffullpagefigure.

* gnu/packages/tex.scm (texlive-phffullpagefigure): New variable.
master
Nicolas Goaziou 2023-08-29 15:58:17 +02:00
parent f40ac7d95e
commit 8b259567f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -92177,6 +92177,27 @@ constraints. The style builds upon the powerful RevTeX class, so you can use
all of RevTeX's features such as author affiliations, etc.")
(license license:lppl1.3+)))
(define-public texlive-phffullpagefigure
(package
(name "texlive-phffullpagefigure")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/phffullpagefigure/"
"source/latex/phffullpagefigure/"
"tex/latex/phffullpagefigure/")
(base32
"15s58c6b0yp948dwyw68cr6r1cj9wlwh334b49a6yi1fnfgrr71l")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/phffullpagefigure")
(synopsis "Figures which fill up a whole page")
(description
"This package defines a @code{figure} environment which provides the figure
content on its own page, with the corresponding caption reading for example
@samp{Figure 3 (on next page): <caption>}.")
(license license:lppl1.3+)))
;;;
;;; 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