Text FormattingItalicized non-dotted "i" with Hat

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
iamhe
Posts: 1
Joined: Tue Sep 06, 2011 4:59 am

Italicized non-dotted "i" with Hat

Post by iamhe »

Hello all,
How can I make an italicized non-dotted "i" with a hat on top? Currently, I can only get a regular-fonted non-dotted "i" with a hat. Any help would be greatly appreciated!!

Thanks in advance.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Italicized non-dotted "i" with Hat

Post by localghost »

Quite simple.

Code: Select all

\documentclass[11pt]{article}
\usepackage[T1]{fontenc}

\begin{document}
  $\hat{\imath}$
\end{document}

Best regards and welcome to the board
Thorsten
Post Reply