Accents in LaTeX
Accents are widely used to denote the alphabet with its desired sound. They are beneficial when writing sanskrit words in English or when writing language such as French which have various accents. But our keyboard is unable to draw them directly so we employ the LaTex codes to draw them.
Accents and their LaTeX Code :
Accent | SYMBOL | LaTex code |
---|---|---|
Hat on x | ![]() | \hat{x} |
Inverted hat on x | ![]() | \check{x} |
Breve on x | ![]() | \breve{x} |
Acute | ![]() | \acute{x} |
Grave | ![]() | \grave{x} |
Tilde | ![]() | \tilde{x} |
Bar | ![]() | \bar{x} |
Vector | ![]() | \vec{x} |
Dot | ![]() | \dot{x} |
Double dot | ![]() | \ddot{x} |
Overline | ![]() | \overline{x} |
Underline | ![]() | \underline{x} |
Please Login to comment...