33

How to type "Erdos"? In paricular, the "O" . Thanks ahead. enter image description here

John
  • 565

1 Answers1

28

Using Unicode characters and LaTeX accents:

\documentclass[varwidth]{standalone}
\usepackage[utf8]{inputenc} 
\usepackage[T1]{fontenc}

\begin{document}
    Paul Erdős\\
    Paul Erd\H{o}s
\end{document}

Result

David Carlisle
  • 757,742
m0nhawk
  • 9,664