Format notes

From timescalewiki
Revision as of 03:29, 24 July 2014 by Tom (talk | contribs) (Created page with "=Theorem/proof box template= <pre><div class="toccolours mw-collapsible mw-collapsed" style="width:800px"> <strong>THEOREM/LEMMA/PROPOSITION:</strong> STATEMENT OF THEOREM $$\...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Theorem/proof box template

<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
<strong>THEOREM/LEMMA/PROPOSITION:</strong> STATEMENT OF THEOREM
$$\mathscr{L}\{\alpha f + \beta g\} = \alpha \mathscr{L}\{f\} + \beta \mathscr{L}\{g\}.$$
<div class="mw-collapsible-content">
<strong>Proof: proof goes here</strong> █ 
</div>
</div>

creates

THEOREM/LEMMA/PROPOSITION: STATEMENT OF THEOREM $$\mathscr{L}\{\alpha f + \beta g\} = \alpha \mathscr{L}\{f\} + \beta \mathscr{L}\{g\}.$$

Proof: proof goes here