1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-09 02:35:54 +02:00

gnu: Add texlive-swfigure.

* gnu/packages/tex.scm (texlive-swfigure): New variable.
This commit is contained in:
Nicolas Goaziou
2023-08-29 16:02:16 +02:00
parent 33d847e6ec
commit 29c28811b9
+21
View File
@@ -96918,6 +96918,27 @@ retrieve information necessary for the required output.")
typeset documents.")
(license license:lppl1.0+)))
(define-public texlive-swfigure
(package
(name "texlive-swfigure")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/swfigure/"
"source/latex/swfigure/"
"tex/latex/swfigure/")
(base32
"1w2s9wil773dypa7xllbvawbdk41qdfzwy19pya17z8qp8csjqvh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/swfigure")
(synopsis "Insert large images that do not fit into a single page")
(description
"This package defines five different display modes in order to place in
a document large figures that do not fit into a single page. A single user
macro is defined to handle all five display modes.")
(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