Angus Leeming wrote:
How do I write a subfigure caption so that it appears

(a) The initial, random network

the is the subfigure number and done by the package!

$N_{\text{terminal}}=138$, $\bar{\ell}}=13.3$

Ie, I want a line break after 'network' so that the formulae appear on
their own line.

I've tried '\\' but that gives latex errors.

\newline

Herbert

ps: I prefer an additonal \hspace in the second line

\documentclass[12pt]{article}

\usepackage{subfigure}
\newsavebox\CBox
\begin{document}

\begin{figure}
\centering
\subfigure[The initial, random network\newline
\hspace*{1.5em}$N_{\mbox{terminal}}=138$, $\bar{\ell}=13.3$]{\rule{5cm}{4cm}}
\hfill
\subfigure[The initial, random network\newline
$N_{\mbox{terminal}}=138$, $\bar{\ell}=13.3$]{\rule{5cm}{4cm}}
\caption{the main caption}



\end{figure}

\end{document}




Reply via email to