I'm writing for springer, and they ask for equation/eqnarray instead of the more modern packages, so please forgive my use of equation. Also, they ask for mathptmx, which is the source of my troubles here
Code: Select all
Code, edit and compile here:
\documentclass{article}%\usepackage{mathptmx} % selects Times Roman as basic font\usepackage[normalem]{ulem}\begin{document}\begin{equation}f(x) = \uwave{v}\end{equation}\end{document}
I can't modify mathptmx nor uwave, since I must submit a tex file for press. Is it possible to change the behavior of uwave{v} in mathptmx mode without modifying either file?