/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: 2009-07-09 14:00:13 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20090709140013-jwh3b1gkypbggu1b
Tags: 1.3.9
itex2MML 1.3.9: implement \rlap

Support for the \rlap{} command.
Would be nice to support \llap{}, too.
But I don't know how to do that ...

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.38.
2
 
 *   itex2MML.l last modified 3/23/2009
 
1
/*             itex2MML 1.3.9
 
2
 *   itex2MML.l last modified 7/9/2009
3
3
 */
4
4
 
5
5
%{
71
71
"\\biggl" {return BIGGL;}
72
72
"\\Biggl" {return BBIGGL;}
73
73
 
74
 
"\\rlap" |
 
74
"\\rlap"  {return RLAP;}
75
75
"\\llap" |
76
76
"\\ulap" |
77
77
"\\dlap"               {/* Ignore */ ;}