tabelle

  • Creatore
    Topic
  • #28895
    Up
    0
    Down
    ::


    Ciao a tutti,
    ho un problema con una tabella, in particolare con i footnote. Premetto che nel testo una volat compilato mi appare più o meno accettabile, però continua a segnalarmi errori nel file di log.
    ecco la tabella, scusate in anticipo se è un po’ incasinata…

    \begin{table}[p]
    \centering
    \begin{tabular}{c c c c}
    \toprule
    GPR17 & Structural domain & GPCR (type/family) & Shared features\footmark[a] \\
    \midrule
    N49-D77-G290 & TM1-TM2-TM7 & \textit{b}Rh & 1.50-2.50-7.46 \\
    \hline
    Y38-S287 & TM1-TM7 & P2Y & 1.39-7.43 \\
    \hline
    N114-D293 & TM3-TM7 & P2Y & 3.35-7.49 \\
    \hline
    H72-TRP156 & TM2-TM4 & \textit{b}Rh & 2.45-4.50 \\
    \hline
    D128-R129 & TM3-TM3 & \textit{b}Rh,P2Y,CysLT\footmark & 3.49-3.50-3.51 \\
    R129-TM6 & TM3-TM6 & P2Y,CysLT\footmark & 3.50-6.30 \\
    & & & D/E-R-Y/W \\
    \hline
    A233-M236 & & \textit{b}Rh & 2.33-2.36 \\
    \hline
    \multirow{2}{*}{H252-X-X-R255}
    & TM6 & P2Y, CysLT & 6.52-X-X-6.55\\
    & & & H-X-X-R\footmark[c] \\
    \hline
    \multirow{2}{*}{N77-N289-D293}
    & D2.50-N7.45-D7.49 & \textit{b}Rh & D2.50-N7.45-D7.49 \\
    & & & N/D-P-X-X-Y \\
    \hline
    G10-L17 & Nt,EL2 & \textit{b}Rh & Plug $\beta$-hairpin \\
    V173-L182 & Nt,EL2 & \textit{b}Rh & Plug $\beta$-hairpin \\
    \hline
    S118-water & TM3 & \textit{b}Rh & 3.39-water \\
    \hline
    C104-C181 & TM3-EL2 & All \acp{GPCR} & disulphide bridge \\
    \hline
    C23-C269 & Nt-EL3 & P2Y,CysLT & disulphide bridge \\
    \bottomrule
    \end{tabular}
    \caption[\bfseries{Comparison of functionally important motifs/residues conserved in GPR17 and related receptors}]{Comparison of functionally important motifs/residues conserved in GPR17 and related receptors}
    \footnotetex[a]{See Ballestero and Weinstein’s numbering system for residue index \cite{Ballesteros1995}}\\
    \footnotetex{in \textit{b}Rh R of the DRY motif interacts with acidic residue in 6.30 (maintains the ground state) GPR17, P2Y, CysLT receptors have a basic residue in 6.30}\\
    \footnotetex[c]{P2Y, CysLT receptors in P2Y agonists mediate receptor activation/coordination of the phosphate moiety}
    \label{comparison}
    \end{table}

    l’errore è di questo tipo, x ciascuna footnote:

    [68]
    ! Undefined control sequence.
    l.315 … & Shared features\footmark
    [a] \\
    ?
    ! Undefined control sequence.
    l.325 … & \textit{b}Rh,P2Y,CysLT\footmark
    & 3.49-3.50-3.51 \\
    ?
    ! Undefined control sequence.
    l.326 … & TM3-TM6 & P2Y,CysLT\footmark
    & 3.50-6…

    qualcuno sa essermi utile?
    Grazie mille in anticipo!

    Chia

Visualizzazione 2 filoni di risposte
  • Autore
    Risposte
    • #28896
      Up
      0
      Down
      ::

      Ciao a tutti,
      ho un problema con una tabella, in particolare con i footnote. Premetto che nel testo una volat compilato mi appare più o meno accettabile, però continua a segnalarmi errori nel file di log.


      `! Undefined control sequence.
      l.315 … & Shared features\footmark
      [a] \\
      ?
      …`
      qualcuno sa essermi utile?

      Usare \footnotemark invece dell’inesistente \footmark potrebbe essere utile. Non esiste nemmeno \footnotetex, ci manca una “t” finale. Ma quell’input non potrà mai funzionare, perché le note messe all’interno di un ambiente table non vengono prodotte, per ottimi motivi. L’argomento opzionale a \footnotemark e \footnotetext deve comunque essere un numero.

      Che cosa si può fare? Intanto butta via multirow, che in quella tabella non ha alcuna utilità. Secondo, marca la nota che vuoi come “a” con \rlap{\textsuperscript{~(\textit{a})}} (analogamente per gli altri) e aggiungi alla versione lunga della didascalia
      ` (a)~See Ballestero and Weinstein's numbering system for residue index \cite{Ballesteros1995}; (b)~…`
      Probabilmente un comando come
      `\newcommand{\tablenotemark}[1]{\rlap{\textsuperscript{~(\textit{#1})}}}`
      ti può risparmiare fatica.

      Ciao
      Enrico

    • #28897
      Up
      0
      Down
      ::


      Grazie mille per i tuoi consigli, vedo se riesco a sistemarla.
      Buona giornata!
      Chiara

    • #28898
      lorenzo.pantieri
      Partecipante
        Up
        0
        Down
        ::

        ho un problema con una tabella, in particolare con i footnote.

        http://www.lorenzopantieri.net/LaTeX_files/ArteLaTeX.pdf

        Paragrafo sulle tabelle, in particolare a pag. 81.

        Ciao,
        L.

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

    Go to top