WOLFRAM

TeX input.

Details

Allowed Forms

  • Any valid TeX expression.

Restriction Specifications

Interpretation

Examples

Basic Examples  (6)Summary of the most common use cases

Interpret TeX inputs without evaluating them:

Out[1]=1
Out[2]=2

No evaluation is attempted when matching the choices:

Out[1]=1
Out[2]=2

By default, all symbols are allowed. Restrict to a list of allowed symbols:

Out[1]=1
Out[2]=2

By default, new symbols are created in $Context, but a custom context can be specified:

Out[1]=1
Out[1]=1
Out[2]=2
Out[2]=2

Specify contexts for the allowed and output symbols:

Out[1]=1

Prevent the creation of any new symbol:

Out[1]=1
Out[2]=2