More actions
| Line 42: | Line 42: | ||
* But multi letter named functions are in roman. <math> \mathrm{func}(x) </math> | * But multi letter named functions are in roman. <math> \mathrm{func}(x) </math> | ||
* Units are in roman and separated from numbers by a space. <math> h = \frac{ E }{ m \times 9.81 \ {\rm m/s^2} } </math> (<nowiki><math> h = \frac{ E }{ m \times 9.81 \ {\rm m/s^2} } </math></nowiki>) | * Units are in roman and separated from numbers by a space. <math> h = \frac{ E }{ m \times 9.81 \ {\rm m/s^2} } </math> (<nowiki><math> h = \frac{ E }{ m \times 9.81 \ {\rm m/s^2} } </math></nowiki>) | ||
* Do not use "*" symbol for multiplication. Use \times insted. <math> 3 \times 2 = 6 </math> | |||