- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 18 anni, 10 mesi fa da .
-
Topic
-
Ciao a tutti!
Come scritto in un’altra discussione sono al mio primo tentativo con la classe classicthesis.
Il problema è legato all’utilizzo di subfigure. Per abilitare l’utilizzo di subfigure utilizzo l’opzione supfigure:
`\usepackage[drafting,subfigure,eulermath,eulerchapternumbers,pdfspacing]{classicthesis}`
Poi carico il pacchetto subfigure:
`\usepackage{subfigure}`
E lo utilizzo:
`\begin{figure}[htpb]
\centering
\subfigure[Proiezione transassiale coronarica sagittale dell'area di Broadmann nelle pazienti anoressiche]{\includegraphics[width=0.75\textwidth]{neuroima1}}\\
\subfigure[Esempio di una paziente anoressica comparato con un controllo anatomico normale preso dalla popolazione in studio]{\includegraphics[width=0.75\textwidth]{neuroima2}}
\caption{Neuroimaging nell'anoressia nervosa \citep{receptorbinding}}
\label{fig:neuroima}
\end{figure}`Ho però il seguente errore:
`[PDFLaTeX] main.tex => main.pdf (pdflatex)
[PDFLaTeX] finished with exit status 1
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:113:Command \c@subfigure already defined. \newcounter{subfigure}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:123:Command \l@subfigure already defined. …xxxline{\ext@subfigure}{2}{3.8em}{2.5em}}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:124:Command \c@lofdepth already defined. \newcounter{lofdepth}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:126:Command \c@subtable already defined. \newcounter{subtable}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:136:Command \l@subtable already defined. …dxxxline{\ext@subtable}{2}{3.8em}{2.5em}}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:137:Command \c@lotdepth already defined. \newcounter{lotdepth}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:294:Command \listsubcaptions already defined. {\@listsubcaptions{\@captype}}}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:305:Command \@listsubcaptions already defined. \gdef\@subfigcaptionlist{}}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:358:Command \@dottedxxxline already defined. \fi}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:386:Command \subfloat@label already defined. … \@nameuse{thesub\@captype}.)}}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:411:Command \sf@@sub@label already defined. \@esphack}
/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty:413:Command \subref already defined. \ref{sub@#1}}
main.tex:0: Citation `receptorbinding' on page 7 undefined on inputline 76.
main.tex:0: Citation `receptorbinding' on page 7 undefined on inputline 76.
main.tex:0: There were undefined citations.
[PDFLaTeX] 12 errors, 3 warnings, 0 badboxes`So che dovrei usare subfig in quanto subfigure è obsoleto ma non risulta supportato dall’attuale versione di classicthesis a mia disposizione.
Grazie a tutti per la pazienza e l’aiuto
- Devi essere connesso per rispondere a questo topic.