LaTeX
18 Apr 2025 23 Mar 2016

LaTeX で下線をつけるコマンド

LaTeX では underline で下線を書きます。

\underline{ y = ax^2 + bx + c }

中カッコをつけないと underline の直後しか下線がつきません。

\underline{ ax - by }
\underline ax - by