Help:Displaying a formula: Difference between revisions

Content deleted Content added
Line 1,311:
 
== Color ==
 
<!--T:69-->
Equations can use color:
 
 
<!--T:70-->
*<code>{\color{Blue}x^2}+{\color{YellowOrange}2x}-{\color{OliveGreen}1}</code>
*:<math>{\color{Blue}x^2}+{\color{YellowOrange}2x}-{\color{OliveGreen}1}</math>
 
 
<!--T:71-->
*<code>x_{1,2}=\frac{-b\pm\sqrt{\color{Red}b^2-4ac}}{2a}</code>
*:<math>x_{1,2}=\frac{-b\pm\sqrt{\color{Red}b^2-4ac}}{2a}</math>
 
 
<!--T:72-->
It is also possible to change the background color (since [[rev:59550|r59550]]), as in the following example:
{| class=wikitable
Line 1,350 ⟶ 1,348:
 
<!--T:74-->
Note that color should not be used as the ''only'' way to identify something, because it will become meaningless on black-and-white media or for color-blind people. See [[en:Wikipedia:Manual of Style#Color coding]].
 
== Formatting issues == <!--T:75-->