diff options
author | obache <obache@pkgsrc.org> | 2008-11-05 13:25:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-05 13:25:12 +0000 |
commit | 2065b2e2321bf0c92670d8091838ed09cd976890 (patch) | |
tree | d3c8e1fcab08fcc27d256a92a9ffb794a7395b94 /www/mimetex | |
parent | ea50cbce44cecf0ee86dea3ae88e7f6de0e5a2de (diff) | |
download | pkgsrc-2065b2e2321bf0c92670d8091838ed09cd976890.tar.gz |
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.
Diffstat (limited to 'www/mimetex')
-rw-r--r-- | www/mimetex/Makefile | 4 | ||||
-rw-r--r-- | www/mimetex/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/mimetex/Makefile b/www/mimetex/Makefile index 84b81b65c2e..c07af60c86f 100644 --- a/www/mimetex/Makefile +++ b/www/mimetex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/12/17 10:33:56 obache Exp $ +# $NetBSD: Makefile,v 1.4 2008/11/05 13:25:12 obache Exp $ # DISTNAME= mimetex -PKGNAME= ${DISTNAME}-1.64 +PKGNAME= ${DISTNAME}-1.70 CATEGORIES= www math graphics MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/mimetex/} DIST_SUBDIR= ${PKGNAME_NOREV} diff --git a/www/mimetex/distinfo b/www/mimetex/distinfo index 5b1f458560b..45372706153 100644 --- a/www/mimetex/distinfo +++ b/www/mimetex/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/05/27 02:58:40 obache Exp $ +$NetBSD: distinfo,v 1.2 2008/11/05 13:25:12 obache Exp $ -SHA1 (mimetex-1.64/mimetex.zip) = 5e98a2140634af14efe0406f0ff70e5aadce36e7 -RMD160 (mimetex-1.64/mimetex.zip) = df36d4992a850591054e2cbebed6ab6084fbfe26 -Size (mimetex-1.64/mimetex.zip) = 658606 bytes +SHA1 (mimetex-1.70/mimetex.zip) = 9ec937238b97664f67bdc862ec8f8f32e323e612 +RMD160 (mimetex-1.70/mimetex.zip) = 42f5ef2e31ad3fc1c1cb306bebb645d307910d23 +Size (mimetex-1.70/mimetex.zip) = 728631 bytes |