mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
5c05bf1526
HTML pages. PR: ports/92783 Submitted by: Nicola Vitale <nivit@email.it> Approved by: tobez
12 lines
602 B
Plaintext
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
|