Difference between revisions of "Format notes"

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

Revision as of 05:48, 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

<div align="center">
<gallery>
File:Arccos.png|Graph of $\mathrm{arccos}$ on $[-1,1]$.
File:Complex arccos.jpg|[[Domain coloring]] of [[analytic continuation]].
</gallery>
</div>

creates