Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8185 | Rev 8499 | ||
---|---|---|---|
Line 88... | Line 88... | ||
88 | } |
88 | } |
89 | } |
89 | } |
90 | // } |
90 | // } |
91 | } |
91 | } |
92 | /* send to mathml */ |
92 | /* send to mathml */ |
- | 93 | if( strcmp( getvar("force_mathml") , "yes" ) == 0 ){/* override math-with-gifs */ |
|
- | 94 | mathalign_base = 2; |
|
- | 95 | } |
|
93 | if (mathalign_base == 2 && mathml(buf,0)) { *p=0 ;return 1; } |
96 | if (mathalign_base == 2 && mathml(buf,0)) { *p=0 ;return 1; } |
94 | /* end if mathml option in case ts=1 or "computer matrix" */ |
97 | /* end if mathml option in case ts=1 or "computer matrix" */ |
95 | 98 | ||
96 | /* creating images*/ |
99 | /* creating images*/ |
97 | pp=getvar("ins_align"); |
100 | pp=getvar("ins_align"); |