- 5,197
- 38
I'm wondering how to get dotless i and j in LaTeX on the forums. For some reason, \i and \j don't work for this. I can use \imath and \jmath, and I can even get carets on them to represent unit vectors:
\hat{\imath}, \hat{\jmath}
The only remaining problem is that I can't get them to be typeset in boldface and upright as vectors traditionally are. If I do this hack:
\hat{\textbf{$\imath$}}, \hat{\textbf{$\jmath$}}
then I can get them boldface, but still not upright. I think that the glyphs for \imath and \jmath are inherently italicized and there is no way to change this. Any suggestions for the OCD among us?
\hat{\imath}, \hat{\jmath}
The only remaining problem is that I can't get them to be typeset in boldface and upright as vectors traditionally are. If I do this hack:
\hat{\textbf{$\imath$}}, \hat{\textbf{$\jmath$}}
then I can get them boldface, but still not upright. I think that the glyphs for \imath and \jmath are inherently italicized and there is no way to change this. Any suggestions for the OCD among us?