Difference between revisions of "FormulaText Command"

From GeoGebra Manual
Jump to: navigation, search
(create official page from pdf)
 
m (added note to definition)
Line 1: Line 1:
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
; FormulaText[Object]: Returns the formula for the object as a LaTeX text.
 
; FormulaText[Object]: Returns the formula for the object as a LaTeX text.
 +
: Note: By default, values are substituted for variables.
 
: Example: If ''a = 2'' and ''f(x) = a x<sup>2</sup>'', then <tt>FormulaText[f]</tt> returns ''2 x<sup>2</sup>'' (as a LaTeX text).
 
: Example: If ''a = 2'' and ''f(x) = a x<sup>2</sup>'', then <tt>FormulaText[f]</tt> returns ''2 x<sup>2</sup>'' (as a LaTeX text).
 
; FormulaText[Object, Boolean]: Returns the formula for the object as LaTeX text. The Boolean variable determines if values are substituted for variables (''true'') or if variable names are shown in the text (''false'').
 
; FormulaText[Object, Boolean]: Returns the formula for the object as LaTeX text. The Boolean variable determines if values are substituted for variables (''true'') or if variable names are shown in the text (''false'').

Revision as of 06:29, 3 November 2009

FormulaText[Object]
Returns the formula for the object as a LaTeX text.
Note: By default, values are substituted for variables.
Example: If a = 2 and f(x) = a x2, then FormulaText[f] returns 2 x2 (as a LaTeX text).
FormulaText[Object, Boolean]
Returns the formula for the object as LaTeX text. The Boolean variable determines if values are substituted for variables (true) or if variable names are shown in the text (false).
Examples: If a = 2 and f(x) = a x2, then
FormulaText[f, true] returns 2 x2 (as a LaTeX text) and
FormulaText[f, false] returns a x2 (as a LaTeX text).
© 2024 International GeoGebra Institute