Format notes

From specialfunctionswiki
Revision as of 18:09, 27 July 2014 by Tom (talk | contribs) (Created page with "This is a list of common code templates and styles we use at specialfunctionswiki. =Theorem/proof box template= The code <pre><div class="toccolours mw-collapsible mw-collaps...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a list of common code templates and styles we use at specialfunctionswiki.

Theorem/proof box template

The code

<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
<strong>THEOREM/LEMMA/PROPOSITION:</strong> STATEMENT OF THEOREM
<div class="mw-collapsible-content">
<strong>Proof:</strong> proof goes here █ 
</div>
</div>

creates

THEOREM/LEMMA/PROPOSITION: STATEMENT OF THEOREM

Proof: proof goes here █