me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-grfpaste.

* gnu/packages/tex.scm (texlive-grfpaste): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:59 +02:00
parent 28c5bd1e5c
commit eeb769c0ed
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -84339,6 +84339,25 @@ and the user did not enter any text into the field. The package works for
Dvips/Distiller, pdfLaTeX, LuaLaTeX, and XeLaTeX.")
(license license:lppl1.2+)))
(define-public texlive-grfpaste
(package
(name "texlive-grfpaste")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/grfpaste/" "tex/latex/grfpaste/")
(base32
"1fkf8vxaznqmdqjwdixxs56cwi4pdrzqb7rcn09kaq6dhj3a79kl")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/grfpaste")
(synopsis "Include fragments of a DVI file")
(description
"This package provides a mechanism to include fragments of DVI files with the
@code{graphicx} package, so that you can use @code{\\includegraphics} to
include DVI files. The package requires the @command{dvipaste} program.")
(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