Difference between revisions of "Format notes"
From specialfunctionswiki
(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...") |
(No difference)
|
Revision as of 18:09, 27 July 2014
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 █