/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-04-06 07:12:28 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20070406071228-2rozeduhr8tsejoj
Tags: 1.2
itex2MML 1.2

Whoops! Missed one.

Show diffs side-by-side

added added

removed removed

315
315
 
316
316
"\\Updownarrow"  {yylval=itex2MML_copy_string("⇕"); return MOL;}
317
317
 
 
318
"\\leftsquigarrow"       {yylval=itex2MML_copy_string("⇜"); return MOL;}
318
319
"\\rightsquigarrow"      {yylval=itex2MML_copy_string("⇝"); return MOL;}
319
320
"\\leftrightsquigarrow"  {yylval=itex2MML_copy_string("↭"); return MOL;}
320
321
"\\upuparrows"           {yylval=itex2MML_copy_string("⇈"); return MOL;}