Difference between revisions of "Format notes"

From specialfunctionswiki
Jump to: navigation, search
(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...")
 
Line 16: Line 16:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
=Images=
 +
Put images into galleries. Thumbnails and frames break the theorem/proof box template. The code
 +
<pre><gallery>
 +
File:Arccos.png|Graph of $\mathrm{arccos}$ on $[-1,1]$.
 +
File:Complex arccos.jpg|Domain coloring of analytic continuation to $\mathbb{C}$.
 +
</gallery></pre>
 +
creates
 +
<gallery>
 +
File:Arccos.png|Graph of $\mathrm{arccos}$ on $[-1,1]$.
 +
File:Complex arccos.jpg|Domain coloring of analytic continuation to $\mathbb{C}$.
 +
</gallery>

Revision as of 03:16, 31 October 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 █

Images

Put images into galleries. Thumbnails and frames break the theorem/proof box template. The code

<gallery>
File:Arccos.png|Graph of $\mathrm{arccos}$ on $[-1,1]$.
File:Complex arccos.jpg|Domain coloring of analytic continuation to $\mathbb{C}$.
</gallery>

creates