Re: Didascalie tabelle

#21445
Stemby
Partecipante
    Up
    0
    Down
    ::

    `%%% nel preambolo
    \usepackage{caption}
    \captionsetup[table]{position=top}
    %%% nel documento
    \begin{table}[htp]
    \caption{Didascalia di questa tabella}\label{tabella}
    \centering
    \begin{tabular}{…}

    \end{tabular}

    \medskip

    Fonte: …
    \end{table}`

    Mmmm, mi dà questo errore (che non capisco…):

    Tesi.tex:139: The definition of \@makecaption has been changed,(frenchb.ldf) frenchb will NOT customize it;(frenchb.ldf) reported on input line 139. The definition of \@makecaption has been changed,(frenchb.ldf) frenchb will NOT customize it;(frenchb.ldf) reported

    Cosa significa? La didascalia non me l’ha spostata. Alla riga 139 c’è il \begin{document}

    Grazie!

    [edit]
    Come non detto, non avevo spostato la caption al di sopra dell’ambiente tabular. Che brutto però che si debba intervenire a mano tabella per tabella: è molto poco “alla LaTeX”. O mi sbaglio?

    L’errore (in realtà non è un errore ma un avvertimento) continua ad esserci: cosa significa?
    [/edit]
    Grazie mille.

    Notte
    Carlo

    Go to top