/itexToMML

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/itexToMML/

  • Committer: Jacques Distler
  • Date: 2010-09-07 16:54:25 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20100907165425-wpbhtvqkn75av4qo
Tags: 1.4.0
itex2MML 1.4.0: Extensible Arrows

We now support extensible arrows,
with LaTeX-style optional arguments.

\xrightarrow[a]{b}

is (in MathML, though not in LaTeX)
equivalent to

\underoverset{a}{b}{\rightarrow}

while

\xrightarrow{b}

is (in MathML, though not in LaTeX)
equivalent to

\overset{b}{\rightarrow}

The supported arrows are

\xrightarrow
\xleftarrow
\xleftrightarrow
\xLeftarrow
\xRightarrow
\xLeftrightarrow
\xleftrightharpoons
\xrightleftharpoons
\xhookleftarrow
\xhookrightarrow
\xmapsto
Filename Latest Rev Last Changed Size
..
itex2MML.cc 27 2007-11-21 05:30:36 UTC 3.6 KB Diff Download File
itex2MML.h 54 2010-09-07 16:54:25 UTC 1.9 KB Diff Download File
itex2MML.i 1 2007-01-11 07:17:18 UTC 281 bytes Diff Download File
itex2MML.l 54 2010-09-07 16:54:25 UTC 27.2 KB Diff Download File
itex2MML.y 54 2010-09-07 16:54:25 UTC 47.8 KB Diff Download File
itex_stringsupport.rb 52 2010-07-20 18:05:52 UTC 62.1 KB Diff Download File
itextomml.rb 48 2010-04-29 02:20:26 UTC 6 KB Diff Download File
Makefile 50 2010-06-09 18:23:36 UTC 2.7 KB Diff Download File