Difference between revisions of "Editing guide"
From Maths
m |
m |
||
Line 26: | Line 26: | ||
{{End Proof}} | {{End Proof}} | ||
{{End Theorem}} | {{End Theorem}} | ||
+ | |||
+ | ==Examples== | ||
+ | <pre> | ||
+ | {{Begin Example}} | ||
+ | Title | ||
+ | {{Begin Example Body}} | ||
+ | Proof | ||
+ | {{End Example Body}} | ||
+ | {{End Example}} | ||
+ | </pre> | ||
+ | |||
+ | Result: | ||
+ | |||
+ | {{Begin Example}} | ||
+ | Title | ||
+ | {{Begin Example Body}} | ||
+ | Proof | ||
+ | {{End Example Body}} | ||
+ | {{End Example}} |
Revision as of 14:00, 20 March 2015
Maths
To get maths (LaTeX) use:
<math>Maths here</math> [math]Maths here[/math] {{M|Maths here}}
Theorems
{{Begin Theorem}} Title {{Begin Proof}} Proof {{End Proof}} {{End Theorem}}
Result:
Title
Proof
Examples
{{Begin Example}} Title {{Begin Example Body}} Proof {{End Example Body}} {{End Example}}
Result:
Title
Proof