TeX in C
Explore TeX with modern c compiler.
PART 48: Building math lists

宏定义

#define abovecode   0
 [#1178] 更多...
 
#define overcode   1
 
#define atopcode   2
 
#define delimitedcode   3
 

函数

Static void pushmath (GroupCode c)
 
void initmath (void)
 
void starteqno (void)
 
void scanmath (HalfWord p)
 
void setmathchar (long c)
 
void mathlimitswitch (void)
 
Static void scandelimiter (HalfWord p, Boolean r)
 
void mathradical (void)
 
void mathac (void)
 
void appendchoices (void)
 
HalfWord finmlist (HalfWord p)
 
void buildchoices (void)
 
void subsup (void)
 
void mathfraction (void)
 
void mathleftright (void)
 
void aftermath (void)
 
void resumeafterdisplay (void)
 

详细描述

宏定义说明

◆ abovecode

#define abovecode   0

[#1178]

◆ atopcode

#define atopcode   2

◆ delimitedcode

#define delimitedcode   3

◆ overcode

#define overcode   1

函数说明

◆ aftermath()

void aftermath ( void  )

◆ appendchoices()

void appendchoices ( void  )

◆ buildchoices()

void buildchoices ( void  )

◆ finmlist()

HalfWord finmlist ( HalfWord  p)

◆ initmath()

void initmath ( void  )

◆ mathac()

void mathac ( void  )

◆ mathfraction()

void mathfraction ( void  )

◆ mathleftright()

void mathleftright ( void  )

◆ mathlimitswitch()

void mathlimitswitch ( void  )

◆ mathradical()

void mathradical ( void  )

◆ pushmath()

Static void pushmath ( GroupCode  c)

◆ resumeafterdisplay()

void resumeafterdisplay ( void  )

◆ scandelimiter()

Static void scandelimiter ( HalfWord  p,
Boolean  r 
)

◆ scanmath()

void scanmath ( HalfWord  p)

◆ setmathchar()

void setmathchar ( long  c)

◆ starteqno()

void starteqno ( void  )

◆ subsup()

void subsup ( void  )