Rev 8155 | Rev 8499 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8155 | Rev 8185 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | * |
12 | * |
13 | * You should have received a copy of the GNU General Public License |
13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program; if not, write to the Free Software |
14 | * along with this program; if not, write to the Free Software |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
16 | */ |
16 | */ |
- | 17 | #include "wims.h" |
|
17 | 18 | ||
18 |
|
19 | /* automatic selection of math rendering method */ |
19 | 20 | ||
20 | void exec_instex(char *p); |
21 | void exec_instex(char *p); |
21 | void calc_instexst(char *p); |
22 | void calc_instexst(char *p); |
22 | 23 | ||
23 | struct { |
24 | struct { |