I just noticed an annoying discrepancy involving the \times symbol's depth. Read the below code and then try to guess what it should look like:
\documentclass{article}
\begin{document}
\fbox{$A$} \fbox{$B$}
\fbox{$A \times A$} \fbox{$B$} \hrule
\end{document}
If you typeset this, you will see that the top line is perfectly level, while the \hrule is noticeably below the second B and the box around $A \times A$ is noticeably deep. Yet, I would consider both $A$ and $A \times A$ to be text-height and zero-depth expressions. Now replace \times by \smash\times and you will see the problem go away; unfortunately, you will also see the spacing break since \smash ruins the math-operatorness of \times.
Am I right? \times has a nearly invisible depth and this distorts the center of expressions, otherwise having no depth, in which it is written. How should I work around this?
\times: Computer Modern, AMS Fonts (CM), Arev Math, CM Bright, Euler VM, Math Design, Pazo (mathpazo). No problem: Adobe Minion Pro, Fourier, JAM Times (Belleek), Kepler Project, MT Pro2 (commercial), txfonts. – Geoffrey Jones Nov 23 '10 at 13:35\otimeshas a visible depth, for example (in CM). I haven't done any sort of testing, though. – Ryan Reich Nov 23 '10 at 13:43