I have the product of two quantities with diacritics (\tilde, \hat and \bar - to be more precise), which give this ugly result. Based on your PDF viewer and zoom selection the sight might be more or less of an eyesore.
The other problem is the height at which the diacritics appear above the lowercase v, which is horrble when the d is next to it.
How can I fix these things? Is there any kind of panacea for all these problems?
Here's the code for a few samples:
\documentclass[10pt,a4paper,oneside,reqno]{amsbook}
\usepackage{pxfonts}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\begin{document}
\begin{equation}
\begin{split}
\tilde{d}\kern1pt\tilde{i}_c\\
\tilde{d}\tilde{v}_{ap}
\end{split}
\end{equation}
\begin{equation}
\begin{split}
\hat{d}\hat{i}_c\\
\hat{d}\hat{v}_{ap}
\end{split}
\end{equation}
\begin{equation}
\begin{split}
\bar{d}\bar{i}_c\\
\bar{d}\bar{v}_{ap}
\end{split}
\end{equation}
\end{document}
... and the result:

PS: Using an increased kerning between the factors of the products makes things bearable (i.e. avoids the tildes sticking together), but I think that's a really clumsy hack and I'd like to have a more elegant solution.
PS2: As per request, a sample of what I'd like to achieve (using Photoshop after LaTeX :P). Granted, the hat floats high above the v, but I prefer it that way. :)



:)– Count Zero May 28 '12 at 12:54mathpazoinstead. – egreg May 28 '12 at 18:25