The compilation of the following MCE:
\documentclass[varwidth=15cm,float=false]{standalone}
\usepackage{floatrow}
\begin{document}
\begin{figure}[ht]
\centering
A nice graphic!
\caption{What a nice graphic!}
\end{figure}
\end{document}
fails with the following error:
[...]
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx))
! Extra }, or forgotten \endgroup.
\@endfloatbox ...pagefalse \outer@nobreak \egroup
\color@endbox
l.8 \end{figure}
?
Are the standalone class and the floatrow package irrevocably incompatible?
standalonewith itsfloat=falseoption. I'll edit my question. – Denis Bitouzé May 22 '23 at 13:34standalone(class), I have to insert figures with captions. – Denis Bitouzé May 22 '23 at 19:55floatrowis hardly a loss? It provides nice features, despite its age. – Denis Bitouzé May 22 '23 at 19:55floatrow, “little” in “little more effort” looks optimistic, isn't it? :) About the nasty side effects, none I'm aware of but pointers are welcome. – Denis Bitouzé May 23 '23 at 07:17