/itexToMML

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

« back to all changes in this revision

Viewing changes to itex-src/itex2MML.l

  • Committer: Jacques Distler
  • Date: 2007-01-29 08:47:29 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20070129084729-z1m2r59kqs2p92zw
Tags: 1.1.9
itex2MML 1.1.9;
  bugfixes to \array command and to 'aligned' environment
  added 'split' and 'gathered' environments

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.1.8
2
 
 *   itex2MML.l last modified 6/15/2006
 
1
/*             itex2MML 1.1.9
 
2
 *   itex2MML.l last modified 1/28/2007
3
3
 */
4
4
 
5
5
%{
798
798
"\{smallmatrix\}" {BEGIN(MATH); return SMALLMATRIX;}
799
799
"\{cases\}" {BEGIN(MATH); return CASES;}
800
800
"\{aligned\}" {BEGIN(MATH); return ALIGNED;}
 
801
"\{gathered\}" {BEGIN(MATH); return GATHERED;}
 
802
"\{split\}" {BEGIN(MATH); return ALIGNED;}
801
803
}
802
804
 
803
805
<ROMAN>{