|
Prev | Next | font |
| Syntax |
| ||||||
| See Also | getting started , special , format |
|
fixed | a fixed pitch font |
code | a computer code font | |
italic | an italic font | |
bold | a bold font | |
big | a bigger font size | |
small | a smaller font size |
$ character.
If a space is the first character in text,
it is ignored.
| Input | Output |
$fixed Text$$ |
Text | |
$code Text$$ |
Text | |
$big Text$$ | Text | |
$small Text$$ | Text | |
$italic Text$$ | Text | |
$bold Text$$ | Text |
$code
$head f(x)$$
$$
would result in the heading below
f(x)