summaryrefslogtreecommitdiff
path: root/www/mimetex
AgeCommit message (Collapse)AuthorFilesLines
2011-10-08Update mimetex to 1.72.obache2-6/+6
some commands are supported additionally.
2010-03-29Update mimetex to 1.71 (18 November 2009).obache2-7/+8
security fix for CVE-2009-1382 and CVE-2009-2459. While here, set LICENSE=gnu-gpl-v3. It is hard to explain detailed changes with plain text, please refer following: http://www.forkosh.com/mimetexchangelog.html
2008-11-05Update mimetex to 0.70.obache2-6/+6
* 6 Sep 2008 -- An image like XXX doesn't look as good as the same image XXX that's vertically aligned with your surrounding text. Along with several standard HTTP header fields, mimeTeX now also emits a special Vertical-Align: -nn header, where -nn is the number of pixels (usually negative as illustrated) needed for a style="Vertical-Align: -nn px" attribute in the <img> tag used to render your expression. See the mimeTeX manual for further discussion. * 5 Sep 2008 -- Users running mimeTeX as a Win32 DLL with Shital Shah's Code Project reported that color directives aren't reset, e.g., an expression containing \red is rendered red as directed, but all subsequent images are red, too. This has been fixed (along with several similar bugs nobody noticed). It never affected users running mimeTeX in the usual way, as a cgi.
2007-12-17Add DESTDIR support.obache1-2/+4
2007-06-12Precreate directory.joerg1-1/+3
2007-05-27Import mimetex version 1.64.obache4-0/+42
MimeTeX, licensed under the gpl, lets you easily embed LaTeX math in your html pages. It parses a LaTeX math expression and immediately emits the corresponding gif image, rather than the usual TeX dvi. And mimeTeX is an entirely separate little program that doesn't use TeX or its fonts in any way. It's just one cgi that you put in your site's cgi-bin/ directory, with no other dependencies. So mimeTeX is very easy to install. And it's equally easy to use. Just place an html <img> tag in your document wherever you want to see the corresponding LaTeX expression.