Rev 8149 | Rev 8863 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8149 | Rev 8185 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | 21 | ||
22 | /* limit of data buffers */ |
22 | /* limit of data buffers */ |
23 | #define buflim 1024*1024*16 |
23 | #define buflim 1024*1024*16 |
24 | 24 | ||
25 | /***************** Nothing should need change hereafter *****************/ |
25 | /***************** Nothing should need change hereafter *****************/ |
26 | #include "../wims.h" |
- | |
- | 26 | ||
27 | #include "../Lib/libwims.h" |
27 | #include "../Lib/libwims.h" |
- | 28 | ||
28 |
|
29 | #define hmsame "\\CC\\Delta\\Gamma\\Lambda\\NN\\Omega\\Phi\\Pi\\Psi\\QQ\\RR\\Sigma\\Xi\\ZZ\\alpha\\beta\\cap\\chi\\cup\\delta\\div\\eta\\exists\\forall\\gamma\\in\\infty\\iota\\kappa\\lambda\\mu\\nabla\\nu\\omega\\pi\\pm\\psi\\rho\\sigma\\subset\\subseteq\\tau\\theta\\times\\varepsilon\\varphi\\xi\\zeta\\" |
29 | 30 | ||
30 | char fn1[1024]="", fn2[1024]=""; |
31 | char fn1[1024]="", fn2[1024]=""; |
31 | char mathbuf[MAX_LINELEN+1]; |
32 | char mathbuf[MAX_LINELEN+1]; |
32 | char *filebuf; |
33 | char *filebuf; |
33 | int filelen=0; |
34 | int filelen=0; |