More actions
| Line 16: | Line 16: | ||
* "\ " adds single space. | * "\ " adds single space. | ||
** <nowiki><math> abb \ b </math></nowiki> <math> abb \ b </math> | ** <nowiki><math> abb \ b\ b\ b </math></nowiki> <math> abb \ b\ b\ b </math> | ||
* "\," adds single thin space | |||
** <nowiki><math> abb \,b\,b\,b </math></nowiki> <math> abb \,b\,b\,b </math> | |||
* \displaystyle makes tall equations bigger and more beautiful. Will apply on things like sums and fractions. | * \displaystyle makes tall equations bigger and more beautiful. Will apply on things like sums and fractions. | ||
** <nowiki><math> a= \frac{b}{c} + \sum_{k=1}^n a_k b_k </math></nowiki> <math> a= \frac{b}{c} + \sum_{k=1}^n a_k b_k </math> | ** <nowiki><math> a= \frac{b}{c} + \sum_{k=1}^n a_k b_k </math></nowiki> <math> a= \frac{b}{c} + \sum_{k=1}^n a_k b_k </math> | ||
** <nowiki><math> \displaystyle a= \frac{b}{c} + \sum_{k=1}^n a_k b_k </math></nowiki> <math> \displaystyle a= \frac{b}{c} + \sum_{k=1}^n a_k b_k </math> | ** <nowiki><math> \displaystyle a= \frac{b}{c} + \sum_{k=1}^n a_k b_k </math></nowiki> <math> \displaystyle a= \frac{b}{c} + \sum_{k=1}^n a_k b_k </math> | ||
* \large, \Large and \LARGE make text bigger. Like with \rm use {} to limit their scope. These help with things nested in exponents as exponent makes things smaller. | |||
** <nowiki><math> a^{\Large \frac{b}{c} } </math></nowiki> <math> a^{\Large \frac{b}{c} } </math>. Compare to <math> a^{\frac{b}{c} } </math> | |||
* Long equations can be split to multiple separate <nowiki><math></nowiki> lines. It will look the same as if it was written in one go. | * Long equations can be split to multiple separate <nowiki><math></nowiki> lines. It will look the same as if it was written in one go. | ||