]> git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/src/maths.cpp
fix for wxuse_iostreamh
[wxWidgets.git] / utils / tex2rtf / src / maths.cpp
1 /*
2 * File: maths.cc
3 * Purpose: Beginnings of a maths parser for LaTeX.
4 * NOT IMPLEMENTED. I'm still thinking how best to do this...
5 *
6 */
7
8 // For compilers that support precompilation, includes "wx.h".
9 #include "wx_prec.h"
10
11 #ifdef __BORLANDC__
12 #pragma hdrstop
13 #endif
14
15 #ifndef WX_PRECOMP
16 #include <wx.h>
17 #endif
18
19 #include <ctype.h>
20 #include "tex2any.h"
21 #include <stdlib.h>
22 #include <time.h>
23