freebsd-ports/www/mimetex/pkg-descr
Nicola Vitale c329eaad28 - Update to 20120331.1.74
- Adopt new header of Makefile
- Replace dead download site with LOCAL/nivit
- Add LICENSE (GPLv3)
- Convert to new options framework
- Instead of setting USE_APACHE_RUN [1], remove apache
  completely from run dependencies, because mimetex runs
  on any web server that supports CGI
- Remove files/pkg-message.in
- Replace TAB character with one space after WWW:, and
  remove Author entry in pkg-descr

Changes&News:	http://goo.gl/iCQON
BuildLog:	http://goo.gl/8P9Hu

PR:	ports/171482  [1]
Submitted by:	ohauer
2012-09-17 20:47:33 +00:00

11 lines
562 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.
WWW: http://www.forkosh.com/mimetex.html