Subversion Repositories wimsdev

Rev

Rev 5523 | Rev 5551 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5523 Rev 5544
Line 695... Line 695...
695
   __replace_italics(p);
695
   __replace_italics(p);
696
   strip_trailing_spaces(p);
696
   strip_trailing_spaces(p);
697
}
697
}
698
 
698
 
699
void htmlmath(char *p)
699
void htmlmath(char *p)
-
 
700
{
-
 
701
__htmlmath(p) ;
-
 
702
}
-
 
703
 
-
 
704
/* if mathml is closed, it will be just htmlmath*/
-
 
705
 
-
 
706
void mathmlmath(char *p)
700
{
707
{
701
  __htmlmath(p) ;  if (mathalign_base == 2) { mathml(p,1);}
708
  __htmlmath(p) ;  if (mathalign_base == 2) { mathml(p,1);}
702
}
709
}