Difference between revisions of "User:Florian Sonner/Experiments"

From GeoGebra Manual
Jump to: navigation, search
m
 
Line 28: Line 28:
  
 
== LaTeX Multiple Curly Brackets ==
 
== LaTeX Multiple Curly Brackets ==
{{example|1=Not working: <math>{{x^2}}</math>}}
+
{{example|1=Not working: <math>{ {x^2}}</math>}}
 
{{example|1=Working: <math>&#123;&#123;x^2&#125;&#125;</math>}}
 
{{example|1=Working: <math>&#123;&#123;x^2&#125;&#125;</math>}}

Latest revision as of 23:31, 24 November 2013

JavaScript

<script type="text/javascript"> document.write("Hello World!") </script> <noscript>HTML code here..</noscript>

Keyboard Shortcuts

A + Ctrl
Shortcut description..
A + Ctrl
Shortcut description..

Example Formatting

Example: Create three points A, B, and C to explore the effects of the corner points.
  • Set point A as the first and point B as the second corner of your image. By dragging points A and B in mode_move_32 Move mode you can explore their influence.
  • Now, remove point B as the second corner of the image. Set point A as the first and point C as the fourth corner and explore how dragging the points now influences the image.
  • Finally, you may set all three corner points and see how dragging the points distorts your image.

Step example

2 Usage of the Sequence[] command

LaTeX Inclusion

  1. Tag: x^2
  2. Inline: x^2
  3. Block: \[ x^2 \]

LaTeX Multiple Curly Brackets

Example: Not working: { {x^2}}
Example: Working: {{x^2}}
© 2024 International GeoGebra Institute