Reco Everything you wanna value. 자세히보기

[IT|Programming]/HTML related

LaTeX/Special Characters

kipid 2025. 8. 15. 21:24
반응형
# LaTeX/Special Characters ## TOC ## Special characters
\check{I} : \check{I}
\acute{J} : \acute{J}
\grave{K} : \grave{K}
\vec{u}, \vec{AB} : \vec{u}, \vec{AB}
\overrightarrow{u}, \overrightarrow{AB} : \overrightarrow{u}, \overrightarrow{AB}
\bar{z} : \bar{z}
\hat{x} : \hat{x}
\tilde{x} : \tilde{x}
\dot{x}, \ddot{x}, \dddot{x} : \dot{x}, \ddot{x}, \dddot{x}
\mathring{A} : \mathring{A}
## Math mode accents
\acute{a} : \acute{a}
\bar{a} : \bar{a}
\acute{\acute{A}} : \acute{\acute{A}}
\bar{\bar{A}} : \bar{\bar{A}}
\breve{a} : \breve{a}
\check{a} : \check{a}
\breve{\breve{A}} : \breve{\breve{A}}
\check{\check{A}} : \check{\check{A}}
\ddot{a} : \ddot{a}
\dot{a} : \dot{a}
\ddot{\ddot{A}} : \ddot{\ddot{A}}
\dot{\dot{A}} : \dot{\dot{A}}
\grave{a} : \grave{a}
\hat{a} : \hat{a}, \widehat{oo} : \widehat{oo}
\grave{\grave{A}} : \grave{\grave{A}}
\hat{\hat{A}} : \hat{\hat{A}}
\tilde{a} : \tilde{a}, \widetilde{oo} : \widetilde{oo}
\vec{a} : \vec{a}
\tilde{\tilde{A}} : \tilde{\tilde{A}}
\vec{\vec{A}} : \vec{\vec{A}}
### To keep the dots of i/j from interfering with the accents.
\hat{\imath} : \hat{\imath}, \hat{i} : \hat{i}
\vec{\jmath} : \vec{\jmath}, \hat{j} : \hat{j}
## RRA
  1. Wikibooks.org :: LaTeX/Special Characters - Math mode
반응형