TEXT: Difference between revisions

From iMath
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 3: Line 3:
<code>{ [[options]] } TEXT [[string]]</code>
<code>{ [[options]] } TEXT [[string]]</code>
|
|
Arbitrary text that should be displayed between two iMath formulas. The text will be formatted as an Office formula. iMath [[auto-alignment]] will work with TEXT.
Arbitrary text that should be displayed between two iMath formulas. The text will be formatted as an Office formula. iMath [[OPTIONS#Automatic_aligning_of_iFormulas|auto-alignment]] will work with TEXT.
|
|
3=
3=

Revision as of 06:41, 9 July 2017

Syntax

{ options } TEXT string


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Arbitrary text that should be displayed between two iMath formulas. The text will be formatted as an Office formula. iMath auto-alignment will work with TEXT.


Example

@x@ EQDEF x = 3.141

TEXT x =

EXDEF VAL(x)

will display x = 3,141.

See also