data2
28-10-2009, 20:40
Hallo,
ich schreibe gerade ein Paper und bin daher STRICKT an die Formatvorgaben der Konferenz gebunden.
Ich habe folgendes Problem: Ich benutze das Package subfig, um captions für geschachtelte Bilder zu bekommen, welche nicht nummeriert sein sollen. Das kompiliert auch alles, ABER die Verwendung von subfig ändert die Formatierung aller Captions, auch für Table / Figure. Was kann ich dageben tun?
Folgendes mache ich (grob):
\usepackage{subfig}
\captionsetup[subfloat]{format=hang}
%....
\begin{figure}[!pt]
\centering
\begin{minipage}{\linewidth}
%\begin{minipage}{0.98\linewidth}
\centering
\begin{minipage}{\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/Reference.png}\vspace{-0.6em}\caption*{\footnotesize Reference}
\end{minipage}\\[0.7em]%
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/RgbColor.png}\vspace{-0.6em}\caption*{\footnotesize $RGB$ colour}
\end{minipage}\hfill
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/Variance2.png}\vspace{-0.6em}\caption*{\footnotesize Neighbourhood variance}
\end{minipage}\\[0.7em]%
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/FeatureDistance.png}\vspace{-0.6em}\caption*{\footnotesize Signed feature distance}
\end{minipage}\hfill
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/PrincipalAxis.png}\vspace{-0.6em}\caption*{\footnotesize First principal axis}
\end{minipage}\\[0.7em]%
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/Gradient.png}\vspace{-0.6em}\caption*{\footnotesize Gradient estimates}
\end{minipage}\hfill
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/Elongation.png}\vspace{-0.6em}\caption*{\footnotesize Elongation}
\end{minipage}\\[0.7em]%
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/SteerableFilters.png}\vspace{-0.6em}\caption*{\footnotesize Steerable filter responses}
\end{minipage}\hfill
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/CentroidOffset.png}\vspace{-0.6em}\caption*{\footnotesize Centroid offset}
\end{minipage}
\end{minipage}
\caption{Bla bla bla.}
\label{fig-MyFig}
\end{figure}
\begin{figure}[!tb]
\centering
\includegraphics[width=0.8\linewidth]{images2/ContourSamplesJaguar.pdf}
\caption{Bla blabla.}
\label{fig-AnotherFig}
\end{figure}
So, durch die erste Zeile in der Präambel werden die beiden Captions "bla blabla" anders formatiert, als sie laut vorgabe / document class sein sollten. Dies darf für ein Konferenz-Paper natürlich nicht sein.
Da ich die Deadline einhalten muss, wäre ich für Hilfe sehr sehr sehr sehr sehr sehr sehr dankbar :-)
ich schreibe gerade ein Paper und bin daher STRICKT an die Formatvorgaben der Konferenz gebunden.
Ich habe folgendes Problem: Ich benutze das Package subfig, um captions für geschachtelte Bilder zu bekommen, welche nicht nummeriert sein sollen. Das kompiliert auch alles, ABER die Verwendung von subfig ändert die Formatierung aller Captions, auch für Table / Figure. Was kann ich dageben tun?
Folgendes mache ich (grob):
\usepackage{subfig}
\captionsetup[subfloat]{format=hang}
%....
\begin{figure}[!pt]
\centering
\begin{minipage}{\linewidth}
%\begin{minipage}{0.98\linewidth}
\centering
\begin{minipage}{\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/Reference.png}\vspace{-0.6em}\caption*{\footnotesize Reference}
\end{minipage}\\[0.7em]%
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/RgbColor.png}\vspace{-0.6em}\caption*{\footnotesize $RGB$ colour}
\end{minipage}\hfill
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/Variance2.png}\vspace{-0.6em}\caption*{\footnotesize Neighbourhood variance}
\end{minipage}\\[0.7em]%
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/FeatureDistance.png}\vspace{-0.6em}\caption*{\footnotesize Signed feature distance}
\end{minipage}\hfill
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/PrincipalAxis.png}\vspace{-0.6em}\caption*{\footnotesize First principal axis}
\end{minipage}\\[0.7em]%
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/Gradient.png}\vspace{-0.6em}\caption*{\footnotesize Gradient estimates}
\end{minipage}\hfill
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/Elongation.png}\vspace{-0.6em}\caption*{\footnotesize Elongation}
\end{minipage}\\[0.7em]%
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/SteerableFilters.png}\vspace{-0.6em}\caption*{\footnotesize Steerable filter responses}
\end{minipage}\hfill
\begin{minipage}{0.49\textwidth}
\includegraphics[width=\linewidth]{images2/beans1-tomatoes/CentroidOffset.png}\vspace{-0.6em}\caption*{\footnotesize Centroid offset}
\end{minipage}
\end{minipage}
\caption{Bla bla bla.}
\label{fig-MyFig}
\end{figure}
\begin{figure}[!tb]
\centering
\includegraphics[width=0.8\linewidth]{images2/ContourSamplesJaguar.pdf}
\caption{Bla blabla.}
\label{fig-AnotherFig}
\end{figure}
So, durch die erste Zeile in der Präambel werden die beiden Captions "bla blabla" anders formatiert, als sie laut vorgabe / document class sein sollten. Dies darf für ein Konferenz-Paper natürlich nicht sein.
Da ich die Deadline einhalten muss, wäre ich für Hilfe sehr sehr sehr sehr sehr sehr sehr dankbar :-)