Come suggeritomi da little, sto provando longtable in ambiente landscape per creare tabelle larghe e lunghe (e poi eventualmente con note).
Questo è una parte di codice di ciò che sono riuscito a fare (la tabella intera è molto piu lunga):
`
\documentclass[a4paper,12pt]{article}
\usepackage{rotating}
\usepackage{longtable, pdflscape}
\begin{document}
\begin{landscape}\footnotesize
\begin{center}
\begin{longtable}{*{11}{c}}
\caption{Main properties for MIRO galaxies detected by Chandra.}
\hline\hline
\textbf{ID} & \textbf{Model} & $F_{0.5-2}$ & $F_{2-10}$ & $L_{2-10}$ & $L^{in}_{2-10}$ & $C_\textup{Line}$ & $C_\textup{NoLine}$ & $N_H$ & $\Gamma$ & \textbf{EW} \\
& & (\un{erg\,cm^{-2}\,s^{-1}}) & (\un{erg\,cm^{-2}\,s^{-1}}) & (\un{erg\,s^{-1}}) & (\un{erg\,s^{-1}}) & & & (\un{cm^{-2}}) & & (\un{keV})\\ \hline
\endfirsthead
\multirow{4}*{D461} & $\Gamma_\textup{free}$ & 2.09e-16 & 5.95e-16 & 5.98e+42 & 6.53e+42 & 513.14 & 514.38 & 1.15$_{-1.16}^{+1.51}$ & 1.63$_{-0.47}^{+0.64}$ & 0.16 (0.00 — 0.43) \\
& $\Gamma_\textup{fix}$ & 2.07e-16 & 5.20e-16 & 5.85e+42 & 6.69e+42 & 513.16 & 514.68 & 1.73$_{-1.23}^{+1.65}$ & 1.80 & 0.17 (0.00 — 0.45) \\
& $N_{H} = 0$ & 2.22e-16 & 6.73e-15 & 1.48e+43 & 1.49e+43 & 514.18 & 515.59 & 0. & 1.39$_{-0.31}^{+0.28}$ & 0.17 (0.00 — 0.45) \\
& Reflection & 9.04e-17 & 1.92e-15 & 5.82e+42 & – & 579.12 & – & – & 1.80 & 0.04 (0.00 — 0.22) \\
\hline
\multirow{4}*{D540} & $\Gamma_\textup{free}$ & 5.27e-16 & 8.63e-15 & 6.79e+43 & 1.36e+44 & 555.82 & 555.82 & 21.54$_{-7.22}^{+9.52}$ & 0.87$_{0.23}^{+0.25}$ & 0.00 (0.00 — 0.01) \\
& $\Gamma_\textup{fix}$ & 5.51e-16 & 6.14e-15 & 7.21e+43 & 3.78e+44 & 587.24 & 587.22 & 54.31$_{-5.18}^{+6.98}$ & 1.80 & 0.00 (0.00 — 0.01) \\
& $N_{H} = 0$ & 5.71e-16 & 1.12e-15 & 5.51e+43 & 5.55e+43 & 603.13 & 603.12 & 0. & 0.18$_{-0.11}^{+0.09}$ & 0.00 (0.00 — 0.04) \\
\hline\hline
\label{tab:MIRO}
\end{longtable}
\begin{center}
\end{landscape}
`
Questa viene compilata quasi esattamente come voglio io, ma ricevo i seguenti errori (che mi sfuggono):
`
! Misplaced \noalign.
\hline ->\noalign
{\ifnum 0=`}\fi \penalty \@M \futurelet \@let@token \LT@@h…
l.5 \hline
\hline
I expect to see \noalign only after the \cr of
an alignment. Proceed, and I'll ignore this case.
! Misplaced \omit.
\multispan ->\omit
\@multispan
l.5 \hline\hline
I expect to see \omit only after tab marks or the \cr of
an alignment. Proceed, and I'll ignore this case.
! Extra alignment tab has been changed to \cr.
\endtemplate
l.5 \hline\hline
You have given more \span or & marks than there were
in the preamble to the \halign or \valign now in progress.
So I'll assume that you meant to type \cr instead.
[48
]
! LaTeX Error: \begin{center} on input line 2 ended by \end{landscape}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H
…
l.92 \end{landscape}
Your command was ignored.
`
Non mi sembra di riscontrare questi errori, ad esempio l’ultimo di questi dice che chiudo l’ambiente landscape con center giusto? Ma come è possibile?