\newcommand*{\dp}{\hspace{0.5pt}}
Then, using
\dp
in mathmode gives an halting error:
andMissing number, treated as zero.
So what is wrong with calling my macro "dp" ? Three letters keyword works: "dpt", but why two letters gives a problem?Illegal unit of measure (pt inserted).