I need to have a few custom math symbols by adding different number of dots on top of the standard \preceq math symbol. So, I have done this as follows:
\newcommand{\orderC}{\stackrel{\therefore}{\preceq}}
\newcommand{\orderB}{\stackrel{..}{\preceq}}
\newcommand{\orderA}{\stackrel{.}{\preceq}}
Now, the problem is that \orderC occupies too much vertical space. In particular if I used it in an inline equation, that line will look way too much separated from the main paragraph. I was wondering if I am creating the symbols correctly and if there is a way to avoid this?
Thanks in advance,



\dddot; why should you do it? If you want smaller dots for this case, just define a new command for them. – egreg Feb 10 '14 at 09:58