I try to get \textohm in a document which is set in helvetica. An MWE is shown below.
Code: Select all
\documentclass[11pt, twoside, a4paper]{article}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\begin{document}
\textohm
\textmho
Text in helvetica
\end{document}
Somehow the \textmho has no issues, which I thought would depend on the same package (textcomp).
Best regards,
Paul