我正在寻找一种方法来让帽子\hat{i}
代替圆点。我在 Google 上找不到任何东西,而且我似乎太笨了,自己无法弄清楚。
答案1
无点的i
可用形式为\imath
,\jmath
无点的类似地j
:
代码:
\documentclass{article}
\newcommand*{\I}{\imath}
\newcommand*{\J}{\jmath}
\begin{document}
$\hat{\I}$, $\hat{\J}$
\end{document}
我正在寻找一种方法来让帽子\hat{i}
代替圆点。我在 Google 上找不到任何东西,而且我似乎太笨了,自己无法弄清楚。
无点的i
可用形式为\imath
,\jmath
无点的类似地j
:
\documentclass{article}
\newcommand*{\I}{\imath}
\newcommand*{\J}{\jmath}
\begin{document}
$\hat{\I}$, $\hat{\J}$
\end{document}