917
917
itex2MML_free_string($2);
920
displaystyle: DISPLAY closedTerm {
920
displaystyle: DISPLAY compoundTermList {
921
921
$$ = itex2MML_copy3("<mstyle displaystyle=\"true\">", $2, "</mstyle>");
922
922
itex2MML_free_string($2);
925
textstyle: TEXTSTY closedTerm {
925
textstyle: TEXTSTY compoundTermList {
926
926
$$ = itex2MML_copy3("<mstyle displaystyle=\"false\">", $2, "</mstyle>");
927
927
itex2MML_free_string($2);
930
textsize: TEXTSIZE closedTerm {
930
textsize: TEXTSIZE compoundTermList {
931
931
$$ = itex2MML_copy3("<mstyle scriptlevel=\"0\">", $2, "</mstyle>");
932
932
itex2MML_free_string($2);
935
scriptsize: SCSIZE closedTerm {
935
scriptsize: SCSIZE compoundTermList {
936
936
$$ = itex2MML_copy3("<mstyle scriptlevel=\"1\">", $2, "</mstyle>");
937
937
itex2MML_free_string($2);
940
scriptscriptsize: SCSCSIZE closedTerm {
940
scriptscriptsize: SCSCSIZE compoundTermList {
941
941
$$ = itex2MML_copy3("<mstyle scriptlevel=\"2\">", $2, "</mstyle>");
942
942
itex2MML_free_string($2);