Commit graph

4 commits

Author SHA1 Message Date
obache
2065b2e232 Update mimetex to 0.70.
* 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.
2008-11-05 13:25:12 +00:00
obache
d4f24af293 Add DESTDIR support. 2007-12-17 10:33:56 +00:00
joerg
697bc3cb15 Precreate directory. 2007-06-12 21:04:56 +00:00
obache
ecb25ffd3b Import mimetex version 1.64.
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.
2007-05-27 02:58:40 +00:00