summaryrefslogtreecommitdiff
path: root/print/dvipng
AgeCommit message (Collapse)AuthorFilesLines
2003-08-30Update to 0.6:wiz3-23/+5
This release is a bugfix release. It fixes the documentation installation and speeds up PostScript inclusion considerably.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-05Initial import of dvipng-0.5, a program to convert DVI to PNG.wiz5-0/+65
This program makes PNG graphics from DVI files as obtained from TeX and its relatives. It is intended to produce anti-aliased screen-resolution images as fast as is possible. The target audience is people who need to generate and regenerate many images again and again. The primary target is the preview-latex (X)Emacs package, a package to preview formulas from within (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see `http://preview-latex.sf.net'. Another example is WeBWorK, an internet-based method for delivering homework problems to students over the internet, giving students instant feedback as to whether or not their answers are correct, see `http://webwork.math.rochester.edu'. Other applications may also benefit, like web applications as latex2html and WYSIWYG editors like LyX.