- Questo topic ha 7 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 13 anni, 7 mesi fa da .
-
Topic
-
Salve a tutti,ho necessità di far sì che le due tabelle che ho creato non vengano separate da pdfLatex. Cioè, esistono come due tabelle distinte ma vorrei che restassero visualizzate consecutivamente (una sotto l’altra) e non spostate a scelta del compilatore.
Come posso fare?Grazie in anticipo, Arekhname
Allego la tabella:
`\begin{subtables}
\begin{table}\centering
\caption{Nominal wavelengths (in \SI{}{\nm}) at characteristic emission lines of four different lamps}\label{tab:nominal}
\begin{tabular}{cccc} \hline
\toprule
{Sodium} & {Mercury} & {Cadmium} & {Helium}\\
\midrule
{588.995} & {404.66} & {467.81} & {447.15}\\
{589.59} & {435.83} & {479.99} & {501.57}\\
{} & {546.07} & {508.58} & {587.56}\\
{} & {579.07} & {643.65} & {667.82}\\
{} & {} & {} & {706.52}\\
\bottomrule
\end{tabular}
\end{table}
\begin{table}\centering
\caption{Measured wavelengths (in \SI{}{\nm}) at characteristic emission lines of the same lamps}\label{tab:measured}
\begin{tabular}{cccc} \hline
\toprule
{Sodium} & {Mercury} & {Cadmium} & {Helium}\\
\midrule
{589} & {406} & {468} & {447}\\
{592} & {436} & {480} & {502}\\
{} & {546} & {509} & {587}\\
{} & {579} & {644} & {668}\\
{} & {} & {} & {707}\\
\bottomrule
\end{tabular}
\end{table}
\end{subtables}`
- Devi essere connesso per rispondere a questo topic.