diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/bin-dvipng.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-dvipng.tlpsrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-dvipng.tlpsrc b/Master/tlpkg/tlpsrc/bin-dvipng.tlpsrc new file mode 100644 index 00000000000..2ac5dfb8d7e --- /dev/null +++ b/Master/tlpkg/tlpsrc/bin-dvipng.tlpsrc @@ -0,0 +1,21 @@ +name bin-dvipng +category TLCore +shortdesc A fast DVI to PNG converter. +longdesc This program makes PNG graphics from DVI files as obtained from +longdesc TeX and its relatives. Its benefits include its speed (it is the +longdesc fastest bitmap-rendering code for DVI files known to the author. +longdesc On a fairly low-end laptop, it takes less than a second to +longdesc generate 150 one-formula images), it does not read the postamble +longdesc (so it can be started before TeX finishes and there is a -follow +longdesc switch that makes dvipng wait at EOF for further output, unless it +longdesc finds the POST marker that indicates the end of the DVI), and it +longdesc supports PK, VF and Type1 fonts, color specials, simple PostScript +longdesc inclusion and more. The motivation for this project is preview- +longdesc latex, a previewing tool for LaTeX in emacs, but since dvipng can +longdesc be independently useful, a separate package is provided. +docpattern f texmf/doc/dvipng/* +docpattern f texmf/doc/info/dvipng.info +docpattern f texmf/doc/man/man1/dvipng.* +binpattern f bin/${ARCH}/dvigif +binpattern f bin/${ARCH}/dvipng +binpattern f bin/win32/dvipng.exe |