16 #ifndef CMATHMLTOTEX_H
17 #define CMATHMLTOTEX_H
40 static void convert(QString &text);
43 static void mNode(QString &text);
static void replaceTrigoOperators(QString &text)
replace trigonometrical operators (eg. inf, log)
static void mNode(QString &text)
normal equation node
static void replaceOtherOperators(QString &text)
replace other operators (eg. .)
static void mtableNode(QString &text)
converting <mtable> ... </mtable>
static void convert(QString &text)
convert to TeX
static void replaceMathOperators(QString &text)
replace mathematical operators (eg. inf, log)
static void replaceLogicOperators(QString &text)
replace logic operators (eg. <=, <, >=, >, and, or)