📄 maths.cpp
字号:
/* * File: maths.cc * Purpose: Beginnings of a maths parser for LaTeX. * NOT IMPLEMENTED. I'm still thinking how best to do this... * */// For compilers that support precompilation, includes "wx.h".#ifdef WX_PRECOMP#include "wx/wxprec.h"#endif#ifdef __BORLANDC__#pragma hdrstop#endif#ifndef WX_PRECOMP#endif#include <ctype.h>#include "tex2any.h"#include <stdlib.h>#include <time.h>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -