me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hep-float.

* gnu/packages/tex.scm (texlive-hep-float): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:18 +02:00
parent c948c23296
commit 4e04675f07
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -84746,6 +84746,26 @@ versions that reflect the current gender choice.")
@code{glossaries} package.")
(license license:lppl1.3c)))
(define-public texlive-hep-float
(package
(name "texlive-hep-float")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hep-float/"
"source/latex/hep-float/"
"tex/latex/hep-float/")
(base32
"0m229vcavj1m1v7yzzb8b1msganjfabr1wbg0x6p80mjbxap9s2d")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hep-float")
(synopsis "Convenience package for float placement")
(description
"The @code{hep-float} package redefines some LaTeX float placement defaults
and defines convenience wrappers for floats.")
(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