Skip to content

Instantly share code, notes, and snippets.

@matiskay
Created November 10, 2014 02:26
Show Gist options
  • Save matiskay/4542ff04d7af33ccdda5 to your computer and use it in GitHub Desktop.
Save matiskay/4542ff04d7af33ccdda5 to your computer and use it in GitHub Desktop.
How to add hat to a text in LaTeX.
\documentclass[11pt]{article}
\usepackage{amsmath}
\begin{document}
It$\hat{\text{o}}$
It\^{o}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment