/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.y

  • Committer: Jacques Distler
  • Date: 2007-11-10 16:01:43 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20071110160143-wesun20v1qggf18u
Lowercase Blackboard Bold Letters
Why not, eh?

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.3.1
2
 
 *   itex2MML.y last modified 10/24/2007
 
1
/*             itex2MML 1.3.2
 
2
 *   itex2MML.y last modified 11/10/2007
3
3
 */
4
4
 
5
5
%{
925
925
};
926
926
 
927
927
bbletter: BBLOWERCHAR {
928
 
  $$ = itex2MML_copy_string($1);
 
928
  $$ = itex2MML_copy3("&", $1, "opf;");
929
929
  itex2MML_free_string($1);
930
930
}
931
931
| BBUPPERCHAR {