new Token()private
A token can be of type:
literal
: the value is the character this token represents. This can be a combination of Unicode codepoints, for example for emojis.^
and_
: superscript and subscript commands.command
: a command such as\sin
or\text
or\alpha
{
and}
: begin and end group (use for arguments of commands and for grouping)#
: parameterplaceholder
: a placeholder value meant to be replaced by some actual valuespace
: one or more space characters (including tab, etc...)See: TeX:289
Properties
value
:
string
type
:
string