TeX in C
Explore TeX with modern c compiler.
align.h 文件参考
#include "global.h"
#include "mem.h"
#include "box.h"
#include "lexer.h"
#include "eqtb.h"
align.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#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. 更多...
 

宏定义说明

◆ INC_ALGIN_H

#define INC_ALGIN_H