tabella e sua caption

  • Creatore
    Topic
  • #108595
    Up
    0
    Down
    ::


    Salve,

    nell’arte di Pantieri non ho trovato come inserire la caption in basso ad una tabella in ambiente tabular. Ho il seguente codice:

    `
    \begin{table}[!htb]
    \centering
    \begin{tabular}{llll}
    \hline
    parameter &notation &value &u.m. (SI) \\
    \hline \\ [-1.5ex]
    $\mathit{M_f}$ &mass of front frame &$30.6472$ &\si{\kilo\gram} \\
    $\mathit{M_r}$ &mass of rear frame &$217.4492$ &\si{\kilo\gram} \\
    $\mathit{Z_f}$ &front vertical force &$-1005.3$ &\si{\newton} \\
    $\mathit{I_{r_x}}$ &rear frame inertia $x$ axis &$31.184$ &\si{\kilo\gram\square\metre} \\
    $\mathit{I_{r_z}}$ &rear frame inertia $z$ axis &$21.069$ &\si{\kilo\gram\square\metre} \\
    $\mathit{C_{rxz}}$ &product of inertia $xz$ &$1.7354$ &\si{\kilo\gram\square\metre} \\
    $\mathit{I_{f_x}}$ &front frame inertia $x$ axis &$1.2338$ &\si{\kilo\gram\square\metre} \\
    $\mathit{I_{f_z}}$ &front frame inertia $z$ axis &0.442
    &\si{\kilo\gram\square\metre} \\
    $\mathit{\epsilon}$ &caster angle &0.4715 &\si{\radian} \\
    $\mathit{a}$ &distance between A and B &0.9485 &\si{\metre} \\
    $\mathit{b}$ &distance between A and P &0.4798 &\si{\metre} \\
    $\mathit{e}$ &$\mathit{x}$ position of $\mathit{G_r}$ &0.024384 &\si{\metre} \\
    $\mathit{f}$ &$\mathit{z}$ position of $\mathit{G_f}$ &0.028347 &\si{\metre} \\
    $\mathit{h}$ &$\mathit{z}$ position of $\mathit{G_r}$ &0.6157 &\si{\metre} \\
    $\mathit{R_r}$ &rear wheel radius &0.3048 &\si{\metre} \\
    $\mathit{R_f}$ &front wheel radius &0.3048 &\si{\metre} \\
    $\mathit{t}$ &trail &0.11582 &\si{\metre} \\
    [0.5ex]
    \hline
    \end{tabular}
    \label{tabella_sharp71}
    \end{table}
    `

    Dove si inserisce correttamente la caption sotto alla tabella?

    Riccardo

Visualizzazione 3 filoni di risposte
  • Autore
    Risposte
    • #108596
      Massimiliano
      Partecipante
        Up
        0
        Down
        ::


        Ciao dearick,

        basta mettere \caption{} come nelle figure.

        Spero di esserti stato utile.

      • #108597
        Up
        0
        Down
        ::


        Ciao Marluxia,

        avendo due ambienti, tabular e table non ho capito dove inserire il comando di caption in modo che compaia sotto la tabella.

        Riccardo

      • #108598
        Massimiliano
        Partecipante
          Up
          0
          Down
          ::


          Ok, non avevo compreso bene la domanda.
          Il comando \caption va messo dopo \end{tabular}:
          `
          \end{tabular}
          \caption{Nome da mettere}
          \label{tabella_sharp71}
          \end{table}
          `
          così dovresti ottenere l’effetto desiderato.

        • #108599
          Up
          0
          Down
          ::


          Grazie Marluxia, gentilmente mi daresti una mano con il post che ho inserito ieri?

          Riccardo

      Visualizzazione 3 filoni di risposte
      • Devi essere connesso per rispondere a questo topic.

      Go to top