/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: 2014-01-05 17:21:21 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20140105172121-9val77836ldp3uvn
itex2MML 1.5.1b2

New commands:
   \mathtt{}
   \begintoggle{expr1}{expr2}...{exprN}\endtoggle

Show diffs side-by-side

added added

removed removed

829
829
"\\tooltip"       {BEGIN(PLAINTEXT); return TOOLTIP;}
830
830
 
831
831
"\\toggle"        {return TOGGLE;}
 
832
"\\begintoggle"   {return TOGGLESTART;}
 
833
"\\endtoggle"     {return TOGGLEEND;}
832
834
 
833
835
"\\mathraisebox"  {BEGIN(RAISEBOX1); return RAISEBOX;}
834
836
 
854
856
"\\mathit"       {return ITALICS;}
855
857
 
856
858
"\\mathsf"       {return SANS;}
 
859
"\\mathtt"       {return TT;}
857
860
 
858
861
"\\boldsymbol" |
859
862
"\\mathbf"       {return BOLD;}