mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
5c625e646d
PR: ports/100200 Submitted by: maintainer
12 lines
583 B
Plaintext
12 lines
583 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
|
|
WWW: http://www.forkosh.com/mimetex.html
|