Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-05-27 11:32:31 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-05-27 11:32:31 (GMT)
commit63a455906bffebd769f2ec89a88014b18268baed (patch)
treeb0b3211cf5590f09ae558ab0110943ca5fcc52e0 /bin
parent24fb135c0c37dc1187202d8566fc27db71b1648c (diff)
Rudimentary MathML rendering. Some character entities (&Element;, &Ropf;) are still broken, but it's a good start!
Diffstat (limited to 'bin')
-rwxr-xr-xbin/itex2MMLbin0 -> 96836 bytes
-rwxr-xr-xbin/tidybin0 -> 301996 bytes
-rw-r--r--bin/tidy.conf6
3 files changed, 6 insertions, 0 deletions
diff --git a/bin/itex2MML b/bin/itex2MML
new file mode 100755
index 0000000..b2196c7
--- /dev/null
+++ b/bin/itex2MML
Binary files differ
diff --git a/bin/tidy b/bin/tidy
new file mode 100755
index 0000000..22bd2b9
--- /dev/null
+++ b/bin/tidy
Binary files differ
diff --git a/bin/tidy.conf b/bin/tidy.conf
new file mode 100644
index 0000000..1097cc9
--- /dev/null
+++ b/bin/tidy.conf
@@ -0,0 +1,6 @@
+new-inline-tags: cfif, cfelse, math, mroot,
+ mrow, mi, mn, mo, msqrt, mfrac, msubsup, munderover,
+ munder, mover, mmultiscripts, msup, msub, mtext,
+ mprescripts, mtable, mtr, mtd, mth
+new-blocklevel-tags: cfoutput, cfquery
+