TeX in C
Explore TeX with modern c compiler.
tex.c 文件参考
#include "tex_header.h"
tex.c 的引用(Include)关系图:

函数

Static void initialize (void)
 [#4]: this procedure gets things started properly. 更多...
 
Static Boolean open_fmt_file (void)
 
Static void close_files_and_terminate (void)
 [#1333] 更多...
 
Static void final_cleanup (void)
 [p468#1335]: Last-minute procedures 更多...
 
Static void init_prim (void)
 p468#1336: initialize all the primitives 更多...
 
static Integer S14_Check_the_constant_values_for_consistency (void)
 
static void S55_Initialize_the_output_routines (void)
 
static Boolean S1337_Get_the_first_line_of_input_and_prepare_to_start (void)
 
int main (int argc, char *argv[])
 入口函数 [p466#1332]: TeX starts and ends here. 更多...
 

函数说明

◆ initialize()

Static void initialize ( void  )

[#4]: this procedure gets things started properly.

[p11#21] Set initial values of key variables

xref

[21, 23, 24], [74, 77, 80, 97], [166], [215], [254], [257], [272, 287], [383], [439], [481], [490], [521], [551, 556], [593, 596, 606], [648, 662], [685], [771], [928], [990], [1033], [1267, 1282], [1300], [1343].

end block [p11#21]

[p59#164]: Initialize table entries (done by INITEX only).

xref

[164], [222, 228, 232, 240, 250], [258], [552], [946, 951], [1216], [1301], [1369].

◆ open_fmt_file()

Static Boolean open_fmt_file ( void  )

◆ S14_Check_the_constant_values_for_consistency()

static Integer S14_Check_the_constant_values_for_consistency ( void  )
static

[#14]

[#111]

[#290]

[#522]

[#1249]

◆ S55_Initialize_the_output_routines()

static void S55_Initialize_the_output_routines ( void  )
static