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

浏览源代码.

宏定义

#define INC_PAGE_H
 
#define activeheight   activewidth
 [p361#970] new name for the six distance variables 更多...
 
#define curheight   (activeheight[0])
 [p361#970] the natural height 更多...
 
#define setheightzero(x)   (activeheight[(x)-1] = 0)
 [p361#970] initialize the height to zero. 更多...
 
#define updateheights   90
 
#define deplorable   100000L
 
#define insertsonly   1
 
#define boxthere   2
 
#define pageinsnodesize   4
 
#define inserting   0
 
#define splitup   1
 
#define contribute   80
 
#define brokenptr(x)   link(x+1)
 [p367#981] an insertion for this class will break here if anywhere 更多...
 
#define brokenins(x)   info(x+1) /* this insertion might break at |brokenptr|}*/
 
#define lastinsptr(x)   link(x+2) /* the most recent insertion for this |subtype|}*/
 
#define bestinsptr(x)   info(x+2) /* the optimum most recent insertion}*/
 
#define setpagesofarzero(x)   (pagesofar[(x)] = 0)
 [p369#987] 更多...
 
#define pagegoal   (pagesofar[0])
 [p368#982] desired height of information on page being built 更多...
 
#define pagetotal   (pagesofar[1]) /*height of the current page*/
 
#define pageshrink   (pagesofar[6]) /*shrinkability of the current page*/
 
#define pagedepth   (pagesofar[7]) /*depth of the current page*/
 
#define contribtail   (nest[0].tailfield) /*tail of the contribution list*/
 [p371#995] 更多...
 

函数

void page_builder_init ()
 [#990, #991] 更多...
 
void page_builder_init_once ()
 [#981, #988] 更多...
 
void printtotals (void)
 
void boxerror (EightBits n)
 
void buildpage (void)
 
HalfWord prunepagetop (HalfWord p)
 
HalfWord vertbreak (HalfWord p, long h, long d)
 
HalfWord vsplit (EightBits n, long h)
 

变量

Pointer pagetail
 [#980] the final node on the current page 更多...
 
char pagecontents
 [#980] what is on the current page so far? 更多...
 
Scaled pagesofar [8]
 [#982] 更多...
 
Pointer lastglue
 
Scaled lastkern
 
Integer lastpenalty
 
Integer insertpenalties
 
Boolean outputactive
 [#989] 更多...
 
Scaled bestheightplusdepth
 [#971] 更多...
 

宏定义说明

◆ INC_PAGE_H

#define INC_PAGE_H