\hbox insuficiente (maldade 10000) no parágrafo da legenda da figura

\hbox insuficiente (maldade 10000) no parágrafo da legenda da figura

Acho que a origem do erro `Hbox insuficiente (maldade 10000) no parágrafo' no MWE é a insuficiência de texto.

\documentclass{llncs}
\usepackage{graphicx}

\begin{document}

\begin{figure}[t]
\begin{minipage}[b]{0.25\textwidth}
\centering
\caption{Interface among Processor, RAM and TPM in a Hybrid System}
\end{minipage}
\end{figure}

\end{document}

Responder1

Definir palavras longas em uma coluna estreita pode ser complicado, você pode ajudar um pouco no texto:

\documentclass{llncs}
\usepackage{graphicx}

\begin{document}

\begin{figure}[t]
\begin{minipage}[b]{0.25\textwidth}
\centering
\caption
[Interface among Processor, RAM and TPM in a Hybrid System]
{\protect\raggedright Interface among Processor, RAM and TPM in a Hybrid System}
\end{minipage}
\end{figure}

\end{document}

informação relacionada