TeX in C
Explore TeX with modern c compiler.
|
宏定义 | |
#define | abovecode 0 |
[#1178] 更多... | |
#define | overcode 1 |
#define | atopcode 2 |
#define | delimitedcode 3 |
函数 | |
Static void | pushmath (GroupCode c) |
void | initmath (void) |
void | starteqno (void) |
void | scanmath (HalfWord p) |
void | setmathchar (long c) |
void | mathlimitswitch (void) |
Static void | scandelimiter (HalfWord p, Boolean r) |
void | mathradical (void) |
void | mathac (void) |
void | appendchoices (void) |
HalfWord | finmlist (HalfWord p) |
void | buildchoices (void) |
void | subsup (void) |
void | mathfraction (void) |
void | mathleftright (void) |
void | aftermath (void) |
void | resumeafterdisplay (void) |
#define abovecode 0 |
[#1178]
#define atopcode 2 |
#define delimitedcode 3 |
#define overcode 1 |
void aftermath | ( | void | ) |
void appendchoices | ( | void | ) |
void buildchoices | ( | void | ) |
void initmath | ( | void | ) |
void mathac | ( | void | ) |
void mathfraction | ( | void | ) |
void mathleftright | ( | void | ) |
void mathlimitswitch | ( | void | ) |
void mathradical | ( | void | ) |
void resumeafterdisplay | ( | void | ) |
void scanmath | ( | HalfWord | p | ) |
void setmathchar | ( | long | c | ) |
void starteqno | ( | void | ) |
void subsup | ( | void | ) |