mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: Add texlive-dvipng.
* gnu/packages/tex.scm (texlive-dvipng): New variable.
This commit is contained in:
parent
ccd3df80c3
commit
8b53b69bc7
1 changed files with 26 additions and 0 deletions
|
@ -1842,6 +1842,32 @@ (define-public texlive-dviout-util
|
|||
transforms between a DVI file and a text file.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-dvipng
|
||||
(package
|
||||
(name "texlive-dvipng")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/dvipng/"
|
||||
"doc/info/dvipng.info"
|
||||
"doc/man/man1/dvigif.1"
|
||||
"doc/man/man1/dvigif.man1.pdf"
|
||||
"doc/man/man1/dvipng.1"
|
||||
"doc/man/man1/dvipng.man1.pdf")
|
||||
(base32
|
||||
"0r001q4p5569dagayds1c56y10ls6f6v7mmywiw81l995q16apxi")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/dvipng")
|
||||
(synopsis "DVI to PNG/GIF converter")
|
||||
(description
|
||||
"This program makes PNG and/or GIF graphics from DVI files as obtained
|
||||
from TeX and its relatives. It offers very fast rendering of DVI as bitmap
|
||||
files, which makes it suitable for generating large amounts of images
|
||||
on-the-fly, as needed in @code{preview-latex}, WeBWorK and others. It does
|
||||
not read the postamble, so it can be started before TeX finishes.")
|
||||
(license license:lgpl3)))
|
||||
|
||||
(define-public texlive-dvipsconfig
|
||||
(package
|
||||
(name "texlive-dvipsconfig")
|
||||
|
|
Loading…
Reference in a new issue