summaryrefslogtreecommitdiffstats
path: root/office/mathtex/README
diff options
context:
space:
mode:
author Roberto Metere <roberto@metere.it>2012-07-25 23:59:56 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-07-25 23:59:56 -0500
commitc537b3a3fd294d0d8d7908d14f1b03351515d454 (patch)
treed9a2312bbd4f4eb8f86e89bf0f2177c46fd11b3e /office/mathtex/README
parent9e04b5b18f336a4648e35deaff4d20ba0ec9f689 (diff)
downloadslackbuilds-c537b3a3fd294d0d8d7908d14f1b03351515d454.tar.gz
slackbuilds-c537b3a3fd294d0d8d7908d14f1b03351515d454.tar.xz
office/mathtex: Added (LaTeX to html cgi program)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/mathtex/README')
-rw-r--r--office/mathtex/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/office/mathtex/README b/office/mathtex/README
new file mode 100644
index 0000000000..6a7ef06624
--- /dev/null
+++ b/office/mathtex/README
@@ -0,0 +1,11 @@
+mathtex is a cgi program that lets you easily embed LaTeX
+math in your own html pages, blogs, wikis, etc. It parses a
+LaTeX math expression and immediately emits the corresponding
+gif (or png) image, rather than the usual TeX dvi.
+
+The following is just an example of use copied from the homepage:
+<img src="/cgi-bin/mathtex.cgi?f(x)=\int_{-\infty}^xe^{-t^2}dt"
+ alt="" border=0 align="middle">
+
+CGIDIR defaults to /var/www/cgi-bin, but pass a differnet value
+if your local installation needs something else.