L.6.1.8 Function Apply Object
L.6.1.8 Function Apply Object
The Function Apply object consists of a function name applied to the function argument(s) given in a base element. The function name, by default, does not use math italics. The Function Apply object consists of a function name (a string or object) and a base element acted upon.
Example 1:
Example 1 XML:
<m:oMathPara>
<m:oMath>
<m:func>
<m:funcPr>
<m:ctrlPr>
<w:rPr>
<w:i />
</w:rPr>
</m:ctrlPr>
</m:funcPr>
<m:fName>
<m:r>
<m:rPr>
<m:sty m:val="p" />
</m:rPr>
<m:t>sin</m:t>
</m:r>
</m:fName>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
</m:func>
</m:oMath>
</m:oMathPara>
Example 2:
The following Function Apply object is more complex:
Example 3:
Example 3 XML:
<m:oMathPara>
<m:oMath>
<m:func>
<m:fName>
<m:limLow>
<m:e>
<m:r>
<m:rPr>
<m:sty m:val="p" />
</m:rPr>
<m:t>lim</m:t>
</m:r>
</m:e>
<m:lim>
<m:r>
<m:t>n→∞</m:t>
</m:r>
</m:lim>
</m:limLow>
</m:fName>
<m:e>
<m:sSub>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
<m:sub>
<m:r>
<m:t>n</m:t>
</m:r>
</m:sub>
</m:sSub>
</m:e>
</m:func>
</m:oMath>
</m:oMathPara>
The user can modify the text in a function name, or can add strings to be recognized automatically by the text processor as function names.
Last updated on