me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-media4svg.

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

View File

@ -88505,6 +88505,30 @@ citations together as is often done in physics journals. An extensive set of
features provide for other applications such as reference sublisting.")
(license license:lppl)))
(define-public texlive-media4svg
(package
(name "texlive-media4svg")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/media4svg/"
"tex/latex/media4svg/")
(base32
"01a9p1c4mqvs07qn5gign7d389q856mkh9rszw26d5czxc2rb6kh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/media4svg")
(synopsis "Multimedia inclusion for the @code{dvisvgm} backend")
(description
"This package implements an interface for embedding video and audio files in
@acronym{SVG, Scalable Vector Graphics} output. SVG with embedded media is
very portable, as it is supported by all modern Web browsers across a variety
of operating systems and platforms, including portable devices. All DVI
producing TeX engines can be used. The @command{dvisvgm} utility converts the
intermediate DVI to SVG. By default, media files are embedded into the SVG
output to make self-sufficient SVG files.")
(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