【LaTeX】アクセント記号【ö,æ,ç】
この記事では、ウムラウトöや合字æなど、文字を修飾するアクセント記号をLaTeXで表す方法を紹介します。
文書モード
表示 | コマンド | 名称 |
| \'{a} | acute accent |
| \`{a} | grave accent |
| \^{a} | circumflex |
| \"{a} | umlaut |
| \H{a} | long Hungarian umlaut |
|
| \c{a} | cedilla |
| \={a} | bar over the letter |
| \b{a} | bar under the letter |
| \.{a} | dot over the letter |
| \d{a} | dot under the letter |
|
| \~{a} | tilde |
| \u{a} | breve over the letter |
| \v{a} | "v" over the letter |
| \t{aa} | "tie" over the two letters |
| \aa | small a, ring, å |
|
| \AA | capital A, ring, Å |
| \o | small o, slash, ø |
| \O | capital O, slash, Ø |
合字(ligature)
表示 | コマンド | 名称 |
| \ae | small ae ligature (diphthong), æ |
| \AE | capital ae ligature, Æ |
| \oe | small oe ligature |
| \OE | capital OE ligature |
| \ss | German sz ligature, ß |
※以上のアクセント記号を数式モード($ $,\[ \]
の内部)で入れたい場合は\text{}
の{}内にコマンドを入力します。
例:$\text{\"{o}}$
→ ö
数式モード
表示 | コマンド |
表示 | コマンド |
$\acute{a}$ | \acute{a} |
$\grave{a}$ | \grave{a} |
$\hat{a}$ | \hat{a} |
$\check{a}$ | \check{a} |
$\breve{a}$ | \breve{a} |
$\bar{a}$ | \bar{a} |
$\dot{a}$ | \dot{a} |
$\ddot{a}$ | \ddot{a} |
$\tilde{a}$ | \tilde{a} |
|
$\widehat{ab}$ | \widehat{ab} |
$\widetilde{ab}$ | \widetilde{ab} |