Macro Language Reference > PIs > Maths > <?tptxdef>
  
<?tptxdef>
Description
Calls a TeX definition table from a TeX maths document: this type of definition table in turn calls a set of additional macros.
 
Example 395. Entries from a typical Maths definition file
\def \mbox {\hbox }
\def \int {{\vint}}
\def \beq {\begin{equation}}
\def \dg {$^\circ$}
\def \bs {$\backslash$}
\def \frac#1#2{{#1 \over #2}}
\def \text#1{{\tf="T001" #1\;}}
\def \mathbf#1{{\tf="T005" #1}}
\def \stackrel#1#2{{\lower 3#1 \atop \raise 3#2}}...
This stream would be called using the macro shown below:
tptxdef "My_math_def"
Syntax
<?tptxdef definitions_stream:t?>
<?tptxdef>
[no parameter]
Invoke the Maths - definition table dialog box.
definitions_stream
The name of the definition table
Additional Information
The content of a TeX definition stream is limited to 4,000 characters.