PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit der Caption



Chrigi
29-10-2008, 22:24
Hallo

Ich schreibe gerade ein Paper und habe ein Problem mit einer Figur oder besser gesagt mit einer caption. In meinem Artikel baue ich etwa 20 Figuren ein und alle funktionieren bis auf eine oder zwei, obwohl ich überall genau derselbe Code für die Figuren verwende ist. Der Code ist Folgender:

\begin{figure}
\epsscale{1}\plotone{plots/n_corr_mass.eps}
\figcaption{Correlation between $N_{\rm corr}(-20)$ and $\hat M$ for the 10k groups. Shown are all groups in the central region having a redshift $z < 0.8$, so that the sample is volume limited for $M_{\rm b,lim}(z)$. The solid line is a linear regression through the points, and the dashed line is the same quantity for the reconstructed groups. The dotted line shows the linear regression for the $N_{\rm true}(-20)$-$M$-relation for the real groups in the mocks. Taking into account the overestimation of $N_{\rm corr}$ of about $100 \%$ (see text), the dotted curve is consistent with the solid one.}
\label{fig:n_corr_mass}
\end{figure}

Und so sieht es aus:

2507

Warum ist da nach der Caption kein Abstand, bevor der reguläre Text weitergeht? Bei allen meinen anderen Figuren ist der gewöhnliche Abstand vorhanden. Ändere ich aber z.B. das eps file, das hier geladen wird, dann kann ev. ein Abstand entstehen, obwohl die neue Figur sehr ähnlich ist und dieselbe Grösse hat. Dieses neue eps file, das hier funktioniert, kann aber an einer anderen Stelle im Paper wieder genau dasselbe Problem erzeugen. (Ich habe dasselbe eps file zwei mal im Text geladen, einmal war das Problem da, einmal nicht.) Zudem ändert sich hier nichts, wenn ich \figcaption in \caption umwandele oder statt \plotone \includefigure verwendet. Ich weiss daher wirklich nicht, woran es liegen könnte. Bin völlig ratlos.

Für eine Antwort wäre ich dankbar.

Liebe Grüsse,
Christian

Chrigi
31-10-2008, 11:26
Hat niemand eine Idee, woran es liegen könnte?

voss
31-10-2008, 11:33
Hallo

Ich schreibe gerade ein Paper und habe ein Problem mit einer Figur oder besser gesagt mit einer caption. In meinem Artikel baue ich etwa 20 Figuren ein und alle funktionieren bis auf eine oder zwei, obwohl ich überall genau derselbe Code für die Figuren verwende ist. Der Code ist Folgender:

\begin{figure}
\epsscale{1}\plotone{plots/n_corr_mass.eps}
\figcaption{Correlation between $N_{\rm corr}(-20)$ and $\hat M$ for the 10k groups. Shown are all groups in the central region having a redshift $z < 0.8$, so that the sample is volume limited for $M_{\rm b,lim}(z)$. The solid line is a linear regression through the points, and the dashed line is the same quantity for the reconstructed groups. The dotted line shows the linear regression for the $N_{\rm true}(-20)$-$M$-relation for the real groups in the mocks. Taking into account the overestimation of $N_{\rm corr}$ of about $100 \%$ (see text), the dotted curve is consistent with the solid one.}
\label{fig:n_corr_mass}
\end{figure}

Und so sieht es aus:

2507

Warum ist da nach der Caption kein Abstand, bevor der reguläre Text weitergeht? Bei allen meinen anderen Figuren ist der gewöhnliche Abstand vorhanden. Ändere ich aber z.B. das eps file, das hier geladen wird, dann kann ev. ein Abstand entstehen, obwohl die neue Figur sehr ähnlich ist und dieselbe Grösse hat. Dieses neue eps file, das hier funktioniert, kann aber an einer anderen Stelle im Paper wieder genau dasselbe Problem erzeugen. (Ich habe dasselbe eps file zwei mal im Text geladen, einmal war das Problem da, einmal nicht.) Zudem ändert sich hier nichts, wenn ich \figcaption in \caption umwandele oder statt \plotone \includefigure verwendet. Ich weiss daher wirklich nicht, woran es liegen könnte. Bin völlig ratlos.


du solltest das caption-Paket benutzen und dann ganz normal \caption{...}
verwenden.