The following code produced a TeX capacity exceeded error
\documentclass{scrbook}
\usepackage{caption}
\usepackage{cleveref}
\begin{document}
\begin{figure}
Text
\label{fig:figures:1}
\end{figure}
\end{document}
If either caption or cleverref are not loaded the error does not happen.
Versions are:
caption.sty 2011/11/10 v3.2e Customizing captions (AR)
cleveref.sty 2011/10/24{} v0.18{} Intelligent cross-referencing
I have contacted the authors of both packages, but if someone here can provide an intermediate solution I would appreciate it.
cleverefpackage. (The date is late October 2011, but I believe it was uploaded to CTAN just a few days ago.) I've noticed similar problems since the update but haven't had the time yet to contact Toby Cubitt (the author of thecleverefpackage). – Mico Dec 24 '11 at 12:51captionpackage after thecleverefpackage should help if waiting for the new version ofcleverefis not an option. – Axel Sommerfeldt Dec 24 '11 at 13:01