I want to typeset the double acute accent (also known as Hungarian umlaut, usually typeset with \H{}) in a font that does not have it. Is there an easy way to "fake" it with two single accents?
Minimial example:
\documentclass[12pt]{article}
\pagestyle{empty}
\usepackage[T1]{fontenc}
\newcommand*{\augie}[1]{\fontfamily{augie}\selectfont #1}
\begin{document}
\augie{Erdos Erd\'os Erd\H{o}s}
\end{document}
Result:




\def\fakeH[1]{\rlap{\'{#1}\'{\phantom{#1}}}could get the vertical spacing closer to right? – Mikael Vejdemo-Johansson Mar 24 '12 at 22:44! Improper \setbox.error. – David Carlisle Mar 24 '12 at 22:52