Difference between revisions of "Editing guide"

From Maths
Jump to: navigation, search
(Created page with "==Maths== To get maths (LaTeX) use: <pre> <math>Maths here</math> [math]Maths here[/math] {{M|Maths here}} </pre>")
 
m
Line 6: Line 6:
 
{{M|Maths here}}
 
{{M|Maths here}}
 
</pre>
 
</pre>
 +
 +
 +
==Theorems==
 +
<pre>
 +
{{Begin Theorem}}
 +
Title
 +
{{Begin Proof}}
 +
Proof
 +
{{End Proof}}
 +
{{End Theorem}}
 +
</pre>
 +
 +
Result:
 +
 +
{{Begin Theorem}}
 +
Title
 +
{{Begin Proof}}
 +
Proof
 +
{{End Proof}}
 +
{{End Theorem}}

Revision as of 09:32, 11 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