Editing guide

From Maths
Jump to: navigation, search

Things to do on this page

  1. Substitute and/or link to: /Templates

Letter types

"English" symbols and numbers

Yes, most of the English alphabet is pinched from Latin, but these 26 letters are the English alphabet.

Type Alphabet Numbers Comment
Normal
abcdefghijklmnopqrstuvwxyz
0123456789
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Blackboard
\mathbb{letters}
abcdefghijklmnopqrstuvwxyz
0123456789 A shame, because a black-board style 1 would be a great indicator function
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Text
\text{letters}
abcdefghijklmnopqrstuvwxyz
0123456789
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Script
abcdefghijklmnopqrstuvwxyz
0123456789 Remember it as "scribble" \mathscr{letter} . Warning:Some letters can be difficult to identify, for example I - a J right? Wrong - an I
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Calligraphic
\mathcal{letter}
abcdefghijklmnopqrstuvwxyz
0123456789 Notice the posh numbers
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Fraktur
\mathfrak{letters}
abcdefghijklmnopqrstuvwxyz
0123456789 Gothic style letters, probably something German involved to get the "frak". Notice the numbers too! Warning:This font is VERY easy to bugger up, for example A looks like a funky U, certainly not a funky A!
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Roman
\mathrm{letters}
abcdefghijklmnopqrstuvwxyz
0123456789 Pretty sure this is the same as \text above.
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Bold
\mathbf{letters}
abcdefghijklmnopqrstuvwxyz
0123456789 Pretty sure it's "math bold font". Also who has ever gone "you know what, I want a bold 7" in a formula. Yet there's no blackboard-style 1. World is a crazy place.
ABCDEFGHIJKLMNOPQRSTUVWXYZ

Extra English letters

Letter Display Comment
ell
Lowercase "l" that looks more like it does in my handwriting. Useful to distinguish p, lp and Lp

Greek alphabet

Letter Display Uppercase Display Var-form Display Comment
alpha
α
No var or upper forms

TODO: Finish, eg ϕ, Φ and φ - all phi - ANOTHER ONE ρ and ϱ - ANOTHER ONE: ϵ and ε



OLD GUIDE

Maths

To get maths (LaTeX) use:

<math>Maths here</math>
[math]Maths here[/math]
{{M|Maths here}}

Diagrams

<math>\require{AMScd}
\begin{CD}
A @<a <b< B\\
@VVV @VVV\\
C @= D
\end{CD}</math>

Produces:

\require{AMScd} \begin{CD} A @<a <b< B\\ @VVV @VVV\\ C @= D \end{CD}

NOTE: the < were written and-sign-l-t-semicolon, see http://www.jmilne.org/not/Mamscd.pdf for reference

You can use the:

{{Extra Maths}} template

to bring the symbols in.

There are also the following templates:

[math]\begin{CD}
A {{CD Left Arrow|A|B}} B {{CD Hoz Eq|A|B}} E\\
{{CD Down Arrow|A|B}} {{CD Up Arrow|A|B}} {{CD Vert Eq|A|B}}\\
C {{CD Right Arrow|Top|Bottom}} D {{CD No Arrow}} F
\end{CD}[/math]

Produces:

\begin{CD} A @< A <B < B @= E\\ @V A VB V @A { A }A{ B } A @|\\ C @> Top >Bottom > D @. F \end{CD}

as follows:

Name Parameters
Template:CD Up Arrow 2 - left, right
Template:CD Down Arrow 2 - left, right
Template:CD Left Arrow 2 - top, bottom
Template:CD Right Arrow 2 - top, bottom
Template:CD Vert Eq (none)
Template:CD Hoz Eq (none)
Template:CD No Arrow (none)

Theorems

{{Begin Theorem}}
Title
{{Begin Proof}}
Proof
{{End Proof}}
{{End Theorem}}

Result:

[Expand]

Title


{{Begin Inline Theorem}}
Title
{{Begin Inline Proof}}
Proof
{{End Proof}}
{{End Theorem}}

Result:

[Expand]

Title


Examples

{{Begin Example}}
Title
{{Begin Example Body}}
Proof
{{End Example Body}}
{{End Example}}

Result:

[Expand]

Title