Expand description
Category codes
Enums§
- Category
Code - The category code of a character.
- Command
Code - After scanning a file,
CategoryCodes such asEOL,CommentorInvalidcan not occur anymore. Instead, aTokencan represent e.g. a numbered parameter (e.g.#1in a macro expansion), or an end-of-file, or a\noexpandmarker, or a marker for the end of an alignment cell, etc.
Statics§
- AT_
LETTER_ SCHEME - Like
DEFAULT_SCHEME_U8, but with@as a letter. (i.e. as after\makeatletter) - DEFAULT_
SCHEME_ U8 - The default
CategoryCodeSchemeused almost everywhere in LaTeX. - OTHER_
SCHEME_ U8 - The
CategoryCodeSchemewhere all characters haveCategoryCode::Other(12) except for the space character, which hasCategoryCode::Space(10). - STARTING_
SCHEME_ U8 - The default
CategoryCodeSchemefor TeX, pre latex.ltx.
Type Aliases§
- Category
Code Scheme - A
CategoryCodeSchemeassigns aCategoryCodeto eachCharacter.