The best way to explain this is with the MWE:
Code: Select all
\documentclass{article}
\usepackage[spanish]{babel}
\def\algo{2"o}
\begin{document}
2"o\algo
\end{document}
Code: Select all
\documentclass{article}
\usepackage[spanish]{babel}
\begin{document}
\def\algo{2"o}
2"o\algo
\end{document}