Subversion Repositories wimsdev

Rev

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

Rev 8155 Rev 8185
Line 13... Line 13...
13
 *
13
 *
14
 *  You should have received a copy of the GNU General Public License
14
 *  You should have received a copy of the GNU General Public License
15
 *  along with this program; if not, write to the Free Software
15
 *  along with this program; if not, write to the Free Software
16
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 */
17
 */
-
 
18
#include "wims.h"
18
 
19
 
19
int mathml(char *p, int option ){
20
int mathml(char *p, int option ){
20
    if (strlen(p)==0) return 1 ;
21
    if (strlen(p)==0) return 1 ;
21
    if( mathalign_base <= 1){
22
    if( mathalign_base <= 1){
22
      internal_error(" why is wims trying mathml()?\n");
23
      internal_error(" why is wims trying mathml()?\n");