I wanted captions on the side of figures, so, following this answer, I tried the floatrow package.
This, however, resulted in the following error:
C:\Program Files (x86)\MiKTeX 2.9\tex\latex\floatrow\floatrow.sty:485: No room for a new \count . [...finable\flrow@foot{\newinsert\flrow@foot}]
I figured that maybe the problem was in some conflict between packages, as using floatrow in a document without other packages didn't result in errors. So I tested a bit the various combinations of packages, and ended up with the following MWE reproducing the error:
\documentclass{article}
\usepackage{biblatex}
\usepackage{csquotes}
\usepackage[italian]{babel}
\usepackage{microtype}
\usepackage{geometry}
\usepackage{changepage}
\usepackage{amsmath}
\usepackage{floatrow}
\begin{document}
Hello
\end{document}
This produces the error I gave above.
However, strangely enough, removing any single package from the above list, the error disappears.
Even better, changing the babel language from italian to english also removes the error!
What is happening here?
floatrowearlier than the other packages and see if that helps. – Arash Esbati Jan 05 '16 at 16:31