I am trying to enter a command that references the \mathcal font for single letter in LaTeX. Below is what I am trying and it doesn't seem to work, would appreciate any help.
\newcommand {\until} {\mathcal {u} }
I believe by doing this, when I type \until it should apply the u in the desired font.

\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it} ... $\mathpcz{u}$– mafp Dec 13 '12 at 0:00