Help:Displaying a formula: Difference between revisions

Content deleted Content added
No edit summary
Line 140:
===Size===
There are some possibilities, to change the size of the formulas. For example, fractions can be made smaller using <code>\tfrac</code> instead of <code>\frac</code>.
{{<center|><math>\frac{10}{100}</math> becomes <math>\tfrac{10}{100}</math>.}}</center>
In general, formulas can be made even smaller if <code>\scriptstyle</code> is employed:
{{<center|><math>\sqrt{1-\frac{v^{2}}{c^{2}}}</math> becomes <math>\scriptstyle \sqrt{1-\frac{v^{2}}{c^{2}}}</math>.}}</center>
 
=== Special characters ===