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

浏览源代码.

宏定义

#define INC_PACK_H
 
#define exactly   0
 
#define additional   1
 
#define mathchar   1
 
#define subbox   2
 
#define submlist   3
 
#define mathtextchar   4
 

函数

void pack_init ()
 [#648,#662] 更多...
 
void scanspec (GroupCode c, Boolean threecodes)
 
HalfWord hpack (HalfWord p, long w, SmallNumber m)
 
HalfWord vpackage (HalfWord p, long h, SmallNumber m, long l)
 
void appendtovlist (HalfWord b)
 

变量

Scaled totalstretch [FILLL - NORMAL+1]
 
Scaled totalshrink [FILLL - NORMAL+1]
 
Integer lastbadness
 
Pointer adjusttail
 
Integer packbeginline
 

宏定义说明

◆ INC_PACK_H

#define INC_PACK_H

变量说明

◆ totalshrink

Scaled totalshrink[FILLL - NORMAL+1]