|
Prev | Next | diacritical |
| Syntax |
$latex \name{commands} $$ |
where name is
acute,
bar,
breve,
check,
ddot,
dot,
hat,
grave,
tilde,
vec,
widehat,
or
widetilde
|
$latex \hat{x} + \hat{y + z} $$
results in the following output
\hat{x} + \hat{y + z}
The widehat and widetilde will stretch
if the output corresponding to commands is more than
one character long.
The input
$latex \widehat{x} + \widehat{y + z} $$
results in the following output
\widehat{x} + \widehat{y + z}
|
|