Given the partition (5,2), I would like the boxes in the following Young tableau to line up:
\documentclass{article}
\usepackage[enableskew]{youngtab}
\begin{document}
$\young({-3}{-2}{-1}01,:23)$
\end{document}
More specifically, the box containing 2 should be below the box containing -2 and the box containing 3 should be below the box containing -1, and I would like the boxes to all have the same size.

