incl Element
The incl element inserts a pre-defined toolbar component at that location in the configuration description. In effect, this element works like a bare-bones macro capability, with a collection of pre-defined macros that expand before processing.
Consult the table of Pre-defined Templates and Palettes for a complete listing of pre-defined components. Most of them are complete pre-defined pull-down palettes, such as a trig palette, Greek letter palettes, and so on. Several complete toolbars are also pre-defined.
Pre-defined component names all begin with a "#" character.
Attributes
name
|
permitted values
|
name
|
pre-defined label
|
The incl is an empty element; the pre-defined component to insert is specified by the name attribute. If the value is unrecognized, the include is ignored by MathFlow.
Example
<tb><btn>LCGREEKPALETTE</btn><sub size='s'><incl name='#greek'/></sub><sep/><btn>TOOLBOX</btn><sub cols='3' size='s'><incl name='#toolbox'/></sub></tb>

|