Math & Sciencemathptmx, ulem | Wave not showing up

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
CoolnessItself
Posts: 47
Joined: Wed Nov 11, 2009 9:30 pm

mathptmx, ulem | Wave not showing up

Post by CoolnessItself »

Hi all,

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

\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}
yields:
Untitled2.png
Untitled2.png (1.68 KiB) Viewed 5755 times
while the same thing without the comment on mathptmx gives
Untitled1.png
Untitled1.png (1.75 KiB) Viewed 5755 times
The font change is obviously intentional, but the uwave is missing!

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?
Last edited by localghost on Fri Apr 06, 2012 1:35 pm, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics
User avatar
Stefan Kottwitz
Site Admin
Posts: 10281
Joined: Mon Mar 10, 2008 9:44 pm

mathptmx, ulem | Wave not showing up

Post by Stefan Kottwitz »

Hi,
CoolnessItself wrote: I'm writing for springer, and they ask for equation/eqnarray instead of the more modern packages, so please forgive my use of equation.
can you please tell us what Springer exactly said? I cannot believe that they would recommend to use eqnarray. The equation environment on the other hand is ok. Don's confuse one with the other.

Furthermore, which more modern packages does Springer reject?

For example, the first solution which comes to my mind is using \underset from the amsmath package with a tilde, this could be sufficient if you just need a wave below single characters.

Stefan
LaTeX.org admin
CoolnessItself
Posts: 47
Joined: Wed Nov 11, 2009 9:30 pm

mathptmx, ulem | Wave not showing up

Post by CoolnessItself »

Directly from their author.tex template:

Code: Select all

Use the standard \verb|equation| environment to typeset your equations, e.g.
%
\begin{equation}
a \times b = c\;,
\end{equation}
%
however, for multiline equations we recommend to use the \verb|eqnarray| environment\footnote{In physics texts please activate the class option \texttt{vecphys} to depict your vectors in \textbf{\itshape boldface-italic} type - as is customary for a wide range of physical subjects}.
\begin{eqnarray}
a \times b = c \nonumber\\
\vec{a} \cdot \vec{b}=\vec{c}
\label{eq:01}
\end{eqnarray}
Rereding it, I guess it's not mandated.

Thanks for the underset tip
Last edited by Stefan Kottwitz on Fri Apr 06, 2012 7:44 pm, edited 1 time in total.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10281
Joined: Mon Mar 10, 2008 9:44 pm

mathptmx, ulem | Wave not showing up

Post by Stefan Kottwitz »

Where can I find this author.tex file on the Springer page?
Edit: just found one here : Book Manuscript Guidelines, it comes with the svmult class.

Stefan
LaTeX.org admin
Post Reply