Created
November 10, 2014 02:26
-
-
Save matiskay/4542ff04d7af33ccdda5 to your computer and use it in GitHub Desktop.
How to add hat to a text in LaTeX.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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