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

From GeoGebra Manual
Jump to: navigation, search
(Created page with '{{User:Florian Sonner/Experiments/KeyCode|A}} + {{User:Florian Sonner/Experiments/KeyCode|Ctrl}}')
 
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{User:Florian Sonner/Experiments/KeyCode|A}} + {{User:Florian Sonner/Experiments/KeyCode|Ctrl}}
+
== JavaScript ==
 +
<script type="text/javascript">
 +
document.write("Hello World!")
 +
</script>
 +
<noscript>HTML code here..</noscript>
 +
 
 +
== Keyboard Shortcuts ==
 +
; {{User:Florian Sonner/Experiments/KeyCode|A}} + {{User:Florian Sonner/Experiments/KeyCode|Ctrl}}
 +
: Shortcut description..
 +
; {{User:Florian Sonner/Experiments/KeyCode|A}} + {{User:Florian Sonner/Experiments/KeyCode|Ctrl}}
 +
: Shortcut description..
 +
 
 +
== Example Formatting ==
 +
{{User:Florian Sonner/Experiments/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 ==
 +
{{Step
 +
|num=2
 +
|title=Usage of the Sequence[] command
 +
}}
 +
 
 +
== LaTeX Inclusion ==
 +
{{User:Florian_Sonner/Experiments/MathInclusion}}
 +
 
 +
== LaTeX Multiple Curly Brackets ==
 +
{{example|1=Not working: <math>{ {x^2}}</math>}}
 +
{{example|1=Working: <math>&#123;&#123;x^2&#125;&#125;</math>}}

Latest revision as of 00:31, 25 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