Prev | Next | font |
$font text
where
font
is
fixed
, code
, italic
, big
, or small
.
font
| Description |
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 |
text
; i.e.,
there may be occurrences of the $
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)