blob: c6c75e26c9f4991bc4c6f18508916d65608de026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Filter status:
IMPORT:
-MathML
Missing good <mo> (i.e. operator) import.
-LaTeX
Need a parser...I'll look at formula1 parser
-C Style (i.e. niceThisFormula(TQString))
this is easy to do, cooming soon.
EXPORT:
-LaTex:
Supports:
brackets,matrix,roots,indeces,text,operator,greekcharacters(partially),fractions
Needs:
AMSmath package
Todo:
Symbols and greek letters
Options...
-C Style
To be done. Thinking about how to handle some things
-MathML
|