gnu: Add texlive-reflectgraphics.

* gnu/packages/tex.scm (texlive-reflectgraphics): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:59:37 +02:00
parent beae52ea50
commit d11f8a5fa3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -93792,6 +93792,26 @@ (define-public texlive-refenums
also rendered as hyperlink to the definition.")
(license license:lppl1.3+)))
(define-public texlive-reflectgraphics
(package
(name "texlive-reflectgraphics")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/reflectgraphics/"
"source/latex/reflectgraphics/"
"tex/latex/reflectgraphics/")
(base32
"0hwri11ywffm1a4rwgbb11yhhsa5p5ccz7x8rpclpr86rqg54mv1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/reflectgraphics")
(synopsis "Techniques for reflecting graphics")
(description
"The package provides a macro for reflecting images, in a number of different
ways, in pursuit of more striking graphics in a document.")
(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