SoONicK” post=61648Grazie mille.
Vorrei un altro chiarimento però. Ho cercato sulla documentazione del pacchetto e non trova nulla riguardo a textpm, quindi lo chiedo a te: lo spazio dopo il secondo backslah ci deve essere o no?EDIT: sea \pm sostituisco \textpm\ (con o senza spazio dopo il secondo backslash) l’errore rimane…
Ma hai aggiustato la tabella con i vari $…$? L’esempio che hai fornito non era neanche compilabile, perché \un è un comando che io non ho da nessuna parte, e l’ho sostituito con il semplice \unit.
Questo si compila senza problemi:
`\documentclass[a4paper,11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{textcomp}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{multirow}
%\usepackage{siunitx}
\begin{document}
\begin{sidewaystable}\footnotesize
\caption{Main properties for BzK-selected galaxies detected by Chandra.}
\centering
\begin{tabular}{*{11}{c}}
\toprule
\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} \\
&
&
$(\unit{erg\,cm^{-2}\,s^{-1}})$ &
$(\unit{erg\,cm^{-2}\,s^{-1}})$ &
$(\unit{erg\,s^{-1}})$ &
$(\unit{erg\,s^{-1}})$ &
&
&
$(\unit{cm^{-2}})$ &
&
$(\unit{keV})$ \\
\midrule
\multirow{4}*{7} &
$\Gamma_\textup{free}$ &
6.08e-17 &
7.17e-16 &
7.65e+42 &
6.21e+43 &
414.35 &
417.29 &
$80.20\textpm^{85.04}_{31.96}$ &
$1.92\textpm^{1.71}_{1.55}$ &
0.16 (0.03 — 0.75) \\
\bottomrule
\end{tabular}
\label{tab:BzK}
\end{sidewaystable}
\end{document}`
Ciao
Orlando