Subversion Repositories wimsdev

Rev

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

Rev 5461 Rev 5523
Line 75... Line 75...
75
        }
75
        }
76
        else {
76
        else {
77
        // case of variable xyz in particular
77
        // case of variable xyz in particular
78
            char *pp;
78
            char *pp;
79
            if(c=='f') pp=" "; else pp="";
79
            if(c=='f') pp=" "; else pp="";
80
            snprintf(buf2,sizeof(buf2),"<i>%c</i>%s",c,pp); //-> %c%s in mathml
80
            snprintf(buf2,sizeof(buf2),"<i>%c</i>%s",c,pp);
-
 
81
//FIXME-> should we arrive here in mathml case ???
81
        }
82
        }
82
    }
83
    }
83
    else {/* interpret font with at least two caracters as \RR \calB - only outside of math environment
84
    else {/* interpret font with at least two caracters as \RR \calB - only outside of math environment
84
    not useful in mathml*/
85
    not useful in mathml*/
85
#ifdef CASE_INSENSITIVE_FS
86
#ifdef CASE_INSENSITIVE_FS