TeX in C
Explore TeX with modern c compiler.
|
宏定义 | |
#define | boxflag 1073741824L |
[p400#1071] context code for \setbox0 . 更多... | |
#define | shipoutflag (boxflag + 512) |
#define | leaderflag (boxflag + 513) |
#define | boxcode 0 |
#define | copycode 1 |
#define | lastboxcode 2 |
#define | vsplitcode 3 |
#define | vtopcode 4 |
函数 | |
void | appendglue (void) |
void | appendkern (void) |
void | offsave (void) |
void | handlerightbrace (void) |
Static void | extrarightbrace (void) |
void | normalparagraph (void) |
Static void | boxend (long boxcontext) |
void | beginbox (long boxcontext) |
void | scanbox (long boxcontext) |
Static void | package (SmallNumber c) |
SmallNumber | normmin (long h) |
void | newgraf (Boolean indented) |
void | indentinhmode (void) |
void | headforvmode (void) |
Static void | endgraf (void) |
void | begininsertoradjust (void) |
void | makemark (void) |
void | appendpenalty (void) |
void | deletelast (void) |
void | unpackage (void) |
void | appenditaliccorrection (void) |
void | appenddiscretionary (void) |
Static void | builddiscretionary (void) |
void | makeaccent (void) |
void | alignerror (void) |
[#1127] 更多... | |
void | noalignerror (void) |
void | omiterror (void) |
void | doendv (void) |
void | cserror (void) |
变量 | |
Static Pointer | curbox |
#define boxcode 0 |
#define boxflag 1073741824L |
[p400#1071] context code for \setbox0
.
#define copycode 1 |
#define lastboxcode 2 |
#define vsplitcode 3 |
#define vtopcode 4 |
void alignerror | ( | void | ) |
[#1127]
void appenddiscretionary | ( | void | ) |
void appendglue | ( | void | ) |
void appenditaliccorrection | ( | void | ) |
void appendkern | ( | void | ) |
void appendpenalty | ( | void | ) |
void beginbox | ( | long | boxcontext | ) |
void begininsertoradjust | ( | void | ) |
Static void boxend | ( | long | boxcontext | ) |
void builddiscretionary | ( | void | ) |
void cserror | ( | void | ) |
void deletelast | ( | void | ) |
void doendv | ( | void | ) |
void endgraf | ( | void | ) |
void extrarightbrace | ( | void | ) |
void handlerightbrace | ( | void | ) |
void headforvmode | ( | void | ) |
void indentinhmode | ( | void | ) |
void makeaccent | ( | void | ) |
void makemark | ( | void | ) |
void newgraf | ( | Boolean | indented | ) |
void noalignerror | ( | void | ) |
void normalparagraph | ( | void | ) |
SmallNumber normmin | ( | long | h | ) |
void offsave | ( | void | ) |
void omiterror | ( | void | ) |
void package | ( | SmallNumber | c | ) |
void scanbox | ( | long | boxcontext | ) |
void unpackage | ( | void | ) |