me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-graphicxbox.

* gnu/packages/tex.scm (texlive-graphicxbox): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:56 +02:00
parent 98f83564f1
commit 2e62e03a4a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -84267,6 +84267,30 @@ having, for instance, a logo on every page. The package only works when
post-processed with Dvips.")
(license license:lppl)))
(define-public texlive-graphicxbox
(package
(name "texlive-graphicxbox")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/graphicxbox/"
"source/latex/graphicxbox/"
"tex/latex/graphicxbox/")
(base32
"0qamnhnr06qa24g7vlrhzr92p00zz82in4jk64al0dahv18rpnkc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/graphicxbox")
(synopsis "Insert a graphical image as a background")
(description
"The package defines two new commands @code{\\graphicxbox} and
@code{\\fgraphicxbox}, which are companions to @code{\\colorbox} and
@code{\\fcolorbox} of the standard LaTeX @code{color} package. The
@code{\\graphicxbox} command inserts a graphical image as a background rather
than a background color, while @code{\\fgraphicxbox} does the same thing, but
also draws a colored frame around the box.")
(license license:lppl)))
;;;
;;; 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