수학 모드에서 문자 " "를 쓰도록 요청하면 예상한 대로 정답이 아닌 í
경우가 발생합니다 . 위쪽 점을 삭제/덮어쓰지 않고 문자( ) 위에 악센트( )를 씁니다. 또 다른 해결 방법 문제: 항상 만족스럽게 작동하는 것은 아닙니다. 허용 가능한/적절한 캐릭터를 얻는 또 다른 방법이 있습니까?$\acute{i}$
´
i
(^{.})
$\acute{\imath}$
답변1
$\acute{\imath}$
올바른 방법입니다. "항상 만족스럽게 작동하지 않는다"는 것은 무엇을 의미합니까?
일반적으로 수학 악센트에는 \imath
및 그 짝을 사용해야 합니다.\jmath
\acute{\imath}
\grave{\imath}
\dot{\imath}
(모호한!)\ddot{\imath}
등등.
\documentclass{article}
\usepackage{inputenc}
\usepackage{amsmath} % tex.stackexchange.com/questions/69373/#comment148505_69374
\begin{document}
$\imath$ $\acute{\imath}$ $\acute{i}$ $\grave{\imath}$ $\dot{\imath}$ $i$ $\ddot{\imath}$
$\jmath$ $\acute{\jmath}$ $\acute{j}$ $\grave{\jmath}$ $\dot{\jmath}$ $j$ $\ddot{\jmath}$
$X_{\mathrm{s\acute\imath}}$ $X_{\textup{s\'i}}$ $X_{\textup{sí}}$
\end{document}