TeX in C
Explore TeX with modern c compiler.
|
宏定义 | |
#define | INC_ALGIN_H |
#define | upart(x) mem[x + heightoffset].int_ |
[p286#769] pointer to <uj> token list. 更多... | |
#define | vpart(x) mem[x + depthoffset].int_ |
[p286#769] pointer to <vj> token list. 更多... | |
#define | extrainfo(x) info(x + listoffset) |
[p286#769] info to remember during template. 更多... | |
#define | preamble link(alignhead) |
[p287#770] the current preamble list. 更多... | |
#define | alignstacknodesize 5 |
#define | spancode 256 |
#define | crcode 257 |
#define | crcrcode (crcode + 1) |
#define | endtemplatetoken (CS_TOKEN_FLAG + FROZEN_END_TEMPLATE) |
#define | spannodesize 2 |
函数 | |
void | align_init () |
[#771] 更多... | |
void | initalign () |
[#774] When \halign or \valign has been scanned, get everything off to a good start. 更多... | |
Boolean | fincol () |
[#791] 更多... | |
void | finrow () |
void | alignpeek () |
变量 | |
Pointer | curalign |
[#770] current position in preamble list. 更多... | |
#define INC_ALGIN_H |