1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/mimetex/pkg-descr
Aaron Dalton 5c05bf1526 Add mimetex 1.60, a CGI script that lets you embed LaTeX math in your
HTML pages.

PR:		ports/92783
Submitted by:	Nicola Vitale	<nivit@email.it>
Approved by:	tobez
2006-05-05 06:30:32 +00:00

12 lines
602 B
Plaintext

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.
It's easy to use. Just place an html <img> tag in your document
wherever you want to see the corresponding LaTeX expression.
Author: John Forkosh <john@forkosh.com>
WWW: http://www.forkosh.com/mimetex.html