Difference between revisions of "Texts"

From GeoGebra Manual
Jump to: navigation, search
(Created page with '<noinclude>{{Manual Page}}{{PAGENAME}}</noinclude> {{objects|general}} GeoGebra can create Text objects can be created using Text Command or ...')
 
m
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5}}</noinclude>{{objects|general}}
{{objects|general}}
+
Text objects can be easily created using [[Text Command]] or [[File:Mode text.svg|link=|24px]] [[Insert Text Tool]], or by dragging an object from the [[File:Menu view algebra.svg|link=|16px]] [[Algebra View]] to the [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]]. Another way '''for advanced users''' (described below) is typing into [[Input Bar]] directly.  
 
 
GeoGebra can create Text objects can be created using [[Text Command]] or [[Insert Text Tool]]. Another way is typing quoted text into [[Input Bar]] directly.  
 
  
 +
==Terms==
 
;Static text
 
;Static text
 
:does not depend on any mathematical objects and is usually not affected by changes of the construction.
 
:does not depend on any mathematical objects and is usually not affected by changes of the construction.
Line 11: Line 10:
  
 
;Mixed text  
 
;Mixed text  
:is a combination of static and dynamic text. In order to create a mixed text you may enter the static part of the text using the keyboard (e. g., Point A =). Then, click on the object whose value you want to display in the dynamic part of the text.
+
:is a combination of static and dynamic text. In order to create a mixed text you may enter the static part of the text using the keyboard (e.g. Point A =). Then, click on the object whose value you want to display in the dynamic part of the text.
  
{{note|GeoGebra automatically adds the syntax <nowiki>("Point A = " + A )</nowiki> necessary to create your mixed text: quotation marks around the static part of the text and a plus (+) symbol to connect the different parts of the text.}}
+
==Input via Input Bar==
 +
Texts can also be created using the Input Bar. In this case the syntax, which seperates the dynamic and static parts, is to be considered.
 +
{{note|1=GeoGebra automatically adds the syntax <nowiki>("Point A = " + A )</nowiki> necessary to create your mixed text: quotation marks around the static part of the text and a plus (+) symbol to connect the different parts of the text.}}
  
 
{|class="pretty"
 
{|class="pretty"
Line 33: Line 34:
  
 
{{note|If an object with the name xx already exists and you want to create a static text using the object’s name, you need to enter it with quotation marks ("xx"). Otherwise, GeoGebra will automatically create a dynamic text that gives you the value of object xx instead of its name. However, you can type any text that doesn’t match any existing object’s name without the quotation marks.}}
 
{{note|If an object with the name xx already exists and you want to create a static text using the object’s name, you need to enter it with quotation marks ("xx"). Otherwise, GeoGebra will automatically create a dynamic text that gives you the value of object xx instead of its name. However, you can type any text that doesn’t match any existing object’s name without the quotation marks.}}
{{note|Within a mixed text, the static part needs to be in between a pair of quotation marks. Different parts of a text (e. g., static and dynamic parts) can be connected using plus (+) symbols. Since 4.0, the + symbols are not mandatory.}}
+
{{note|Within a mixed text, the static part needs to be in between a pair of quotation marks. Different parts of a text (e.g. static and dynamic parts) can be connected using plus (+) symbols. Since 4.0, the + symbols are not mandatory.}}
 
+
{{note|Text objects can also use [[LaTeX]] for typesetting math.}}
Text objects can also use [[LaTeX]] for typesetting math.
 

Latest revision as of 14:00, 9 October 2015


Text objects can be easily created using Text Command or Mode text.svg Insert Text Tool, or by dragging an object from the Menu view algebra.svg Algebra View to the Menu view graphics.svg Graphics View. Another way for advanced users (described below) is typing into Input Bar directly.

Terms

Static text
does not depend on any mathematical objects and is usually not affected by changes of the construction.
Dynamic text
contains values of objects that automatically adapt to changes made to these objects.
Mixed text
is a combination of static and dynamic text. In order to create a mixed text you may enter the static part of the text using the keyboard (e.g. Point A =). Then, click on the object whose value you want to display in the dynamic part of the text.

Input via Input Bar

Texts can also be created using the Input Bar. In this case the syntax, which seperates the dynamic and static parts, is to be considered.

Note: GeoGebra automatically adds the syntax ("Point A = " + A ) necessary to create your mixed text: quotation marks around the static part of the text and a plus (+) symbol to connect the different parts of the text.
Input Description
This is static text Static text
A Dynamic text (if point A exists)
"Point A = " + A Two-part mixed text using the value of point A
"a = " + a + "cm" Three-part mixed text using the value of number a
Note: If an object with the name xx already exists and you want to create a static text using the object’s name, you need to enter it with quotation marks ("xx"). Otherwise, GeoGebra will automatically create a dynamic text that gives you the value of object xx instead of its name. However, you can type any text that doesn’t match any existing object’s name without the quotation marks.
Note: Within a mixed text, the static part needs to be in between a pair of quotation marks. Different parts of a text (e.g. static and dynamic parts) can be connected using plus (+) symbols. Since 4.0, the + symbols are not mandatory.
Note: Text objects can also use LaTeX for typesetting math.
© 2024 International GeoGebra Institute