me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hvextern.

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

View File

@ -85123,6 +85123,26 @@ on and off. This package is possibly obsolete.")
working with Huawei Technologies Co., Ltd.")
(license license:expat)))
(define-public texlive-hvextern
(package
(name "texlive-hvextern")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hvextern/" "tex/latex/hvextern/")
(base32
"0s9plyr1733afzwqz2mq8dqga0awf62lgiqrrvh9z7vvmihgn5bl")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hvextern")
(synopsis "Write and execute external code, and insert the output")
(description
"This package allows to write MetaPost, TeX, ConTeXt, LaTeX, LuaTeX,
LuaLaTeX, XeTeX, XeLaTeX, Lua, Perl, or Python source code into an external
file, run that file via shell escape to create PDF, PNG, or text output, and
include that output automatically into the main LaTeX document.")
(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