|
enum | EqLevel { LEVEL_ZERO = MIN_QUARTER_WORD
, LEVEL_ONE
} |
| [p81#221] level of grouping at which this equivalent was defined. 更多...
|
|
enum | FrozenControlSeq {
FROZEN_CONTROL_SEQUENCE = (HASH_BASE + HASH_SIZE)
, FROZEN_PROTECTION = FROZEN_CONTROL_SEQUENCE
, FROZEN_CR
, FROZEN_END_GROUP
,
FROZEN_RIGHT
, FROZEN_FI
, FROZEN_END_TEMPLATE
, FROZEN_ENDV
,
FROZEN_RELAX
, END_WRITE
, FROZEN_DONT_EXPAND
, FROZEN_NULL_FONT
} |
| [p82#222] [region 2] for control sequences that are perpetually defined (since they are used in error recovery) 更多...
|
|
enum | SkipRegisters {
LINE_SKIP_CODE = 0
, BASELINE_SKIP_CODE
, PAR_SKIP_CODE
, ABOVE_DISPLAY_SKIP_CODE
,
BELOW_DISPLAY_SKIP_CODE
, ABOVE_DISPLAY_SHORT_SKIP_CODE = 5
, BELOW_DISPLAY_SHORT_SKIP_CODE
, LEFT_SKIP_CODE
,
RIGHT_SKIP_CODE
, TOP_SKIP_CODE
, SPLIT_TOP_SKIP_CODE = 10
, TAB_SKIP_CODE
,
SPACE_SKIP_CODE
, XSPACE_SKIP_CODE
, PAR_FILL_SKIP_CODE
, THIN_MU_SKIP_CODE = 15
,
MED_MU_SKIP_CODE
, THICK_MU_SKIP_CODE
, GLUE_PARS
} |
| [p83#224] [Region 3] of eqtb contains the 256 \skip registers 更多...
|
|
enum | TokenListLoc {
PAR_SHAPE_LOC = LOCAL_BASE
, OUTPUT_ROUTINE_LOC
, EVERY_PAR_LOC
, EVERY_MATH_LOC
,
EVERY_DISPLAY_LOC
, EVERY_HBOX_LOC
, EVERY_VBOX_LOC
, EVERY_JOB_LOC
,
EVERY_CR_LOC
, ERR_HELP_LOC
, TOKS_BASE
} |
|
enum | DelimiterCodesTable {
pretolerancecode = 0
, tolerancecode
, linepenaltycode
, hyphenpenaltycode
,
exhyphenpenaltycode
, clubpenaltycode
, widowpenaltycode
, displaywidowpenaltycode
,
brokenpenaltycode
, binoppenaltycode
, relpenaltycode = 10
, predisplaypenaltycode
,
postdisplaypenaltycode
, interlinepenaltycode
, doublehyphendemeritscode
, finalhyphendemeritscode
,
adjdemeritscode
, magcode
, delimiterfactorcode
, loosenesscode
,
timecode = 20
, daycode
, monthcode
, yearcode
,
showboxbreadthcode
, showboxdepthcode
, hbadnesscode
, vbadnesscode
,
pausingcode
, tracingonlinecode
, tracingmacroscode = 30
, tracingstatscode
,
tracingparagraphscode
, tracingpagescode
, tracingoutputcode
, tracinglostcharscode
,
tracingcommandscode
, tracingrestorescode
, uchyphcode
, outputpenaltycode
,
maxdeadcyclescode = 40
, hangaftercode
, floatingpenaltycode
, globaldefscode
,
curfamcode
, ESCAPE_CHARcode
, defaulthyphencharcode
, defaultskewcharcode
,
endlinecharcode
, newlinecharcode
, languagecode = 50
, lefthyphenmincode
,
righthyphenmincode
, holdinginsertscode
, errorcontextlinescode
, INT_PARS = 55
} |
| [#236] [Region 5] of eqtb contains the integer parameters and registers defined here, as well as the del code table. 更多...
|
|
enum | DimensionRegisters {
parindentcode = 0
, mathsurroundcode
, lineskiplimitcode
, hsizecode
,
vsizecode
, maxdepthcode
, splitmaxdepthcode
, boxmaxdepthcode
,
hfuzzcode
, vfuzzcode
, delimitershortfallcode = 10
, nulldelimiterspacecode
,
scriptspacecode
, predisplaysizecode
, displaywidthcode
, displayindentcode
,
overfullrulecode
, hangindentcode
, hoffsetcode
, voffsetcode
,
emergencystretchcode = 20
, dimenpars
} |
| [p99#247]: final region [region 6] of eqtb contains the dimension parameters defined here, and the 256 \dimen registers. 更多...
|
|
enum | SaveType { restoreoldvalue
, restorezero
, inserttoken
, levelboundary
} |
| [#268] 更多...
|
|
enum | GroupCode {
bottomlevel = 0
, simplegroup
, hboxgroup
, adjustedhboxgroup
,
vboxgroup
, vtopgroup = 5
, aligngroup
, noaligngroup
,
outputgroup
, mathgroup
, discgroup = 10
, insertgroup
,
vcentergroup
, mathchoicegroup
, semisimplegroup
, mathshiftgroup = 15
,
mathleftgroup = 16
, MAX_GROUP_CODE = 16
} |
| [#269] group codes that are used to discriminate between different kinds of groups. 更多...
|
|