Eu tenho uma tabela muito ampla em um dos meus apêndices LaTeX, então queria colocá-la de lado. Porém, quando uso sidewaystable
, a tabela é colocada em outra página logo após meu apêndice, deixando meu documento com uma página quase em branco com apenas o nome do meu apêndice. Eu sei que a mesa invertida pode ser colocada ali, mas o LaTeX decide não fazê-lo por algum motivo.
Usei então hvfloat
, mas não consigo alterar o estilo das legendas para caber no estilo das minhas outras tabelas normais.
Também usei rotating
, que foi a melhor opção para isso. No entanto, a tabela contém números no próximo formato (2.6 $\pm$ 5.6)$\cdot 10^{-4}$
que não consigo alinhar corretamente. Eu costumava siunitx
fazer isso, mas não conseguia descobrir como acertar no centro. Então, neste momento, estou preso a muitos ajustes manuais que dão muito trabalho e parecem feios:
\documentclass{report}
\usepackage{hvfloat,rotating}
\usepackage[dutch]{babel}
\usepackage[latin1]{inputenc}
\usepackage{caption}
\usepackage[table]{xcolor}
\usepackage[perpage]{footmisc}
\usepackage[T1]{fontenc}
\usepackage[fleqn]{mathtools}
\usepackage{a4wide, afterpage, amsmath, amssymb, babelbib, booktabs, cite, color, colortbl, dcolumn, emptypage, eurosym, graphicx, float, footmisc, hyperref, hvfloat ,natbib, listings, lmodern, longtable, pdflscape, rotating, siunitx, subcaption, tablefootnote, threeparttable, titlesec, url}
\definecolor{lightgray}{gray}{0.9}
\begin{document}
\begin{table}[H]
\rowcolors{7}{}{lightgray}
\centering
\rotatebox{90}{
\begin{minipage}{0.7\paperheight}
\caption{Overzicht van de concentraties en hun standaardeviaties van pesticiden in mg/kg in de (on)behandelde wortelen en de meelwormen gekweekt op deze wortelen. Bij NA lag de concentratie onder de detectielimiet van de LCMS-MS.} \label{conc_carrot_meal}
\scalebox{0.8}{
\begin{tabular}{c*{6}{r@{.}l@{ $\pm$ }r@{.}l}}
\hline
\textbf{Pesticiden} & \multicolumn{24}{c}{\textbf{Concentraties pesticiden (mg/kg)}} \\ \cmidrule{2-25}
& \multicolumn{12}{c}{\textbf{Onbehandeld}} & \multicolumn{12}{c}{\textbf{Behandeld}} \\ \cmidrule{2-13} \cmidrule(lr){14-25}
& \multicolumn{4}{c}{\textbf{Wortel}} & \multicolumn{4}{c}{\begin{tabular}{c}
\textbf{ Meelwormen } \\
\textbf{(voor gut-loading)} \\
\end{tabular}} & \multicolumn{4}{c}{\begin{tabular}{c}
\textbf{ Meelwormen} \\
\textbf{(na gut-loading)} \\
\end{tabular}} & \multicolumn{4}{c}{\textbf{Wortel}} & \multicolumn{4}{c}{\begin{tabular}{c}
\textbf{ Meelwormen} \\
\textbf{(voor gut-loading)} \\
\end{tabular}} & \multicolumn{4}{c}{\begin{tabular}{c}
\textbf{ Meelwormen} \\
\textbf{(na gut-loading)} \\
\end{tabular}} \\
\hline \hline
2,4-D & \hspace{2ex}(2&55 & 2&6)$\cdot 10^{-4}$ & \hspace{2ex}(9&73 & 6&39)$\cdot 10^{-4}$ & \hspace{2ex}(8&24 & 2&77)$\cdot 10^{-4}$ & \hspace{2ex}(8&36 & 0&841) & \hspace{2ex}(5&01 & 0&542)$\cdot 10^{-4}$ & \hspace{2ex}(6&77 & 1&86)$\cdot 10^{-4}$\\
Bentazon & \multicolumn{4}{c}{\hspace{2.5ex}NA} & \multicolumn{4}{c}{\hspace{2.5ex}NA} & \hspace{2ex}(1&59 & 2&76)$\cdot 10^{-5}$ & \hspace{2ex}(0&919 & 0&117) & \multicolumn{4}{c}{\hspace{2.5ex}NA} & \multicolumn{4}{c}{\hspace{2.5ex}NA} \\
Bifenthrin & \hspace{2ex}(1&66 & 0&146)$\cdot 10^{-3}$ & \hspace{2ex}(2&84 & 1&15)$\cdot 10^{-3}$ & \hspace{2ex}(3&04 & 1&30)$\cdot 10^{-3}$ & \hspace{2ex}(0&808 & 0&104) & (2&22 & 0&769)$\cdot 10^{-3}$ & \hspace{2ex}(1&93 & 0&151)$\cdot 10^{-3}$ \\
Clopyralid & \hspace{2ex}(9&18 & 0&149)$\cdot 10^{-5}$ & \multicolumn{4}{c}{\hspace{2.5ex}NA} & \hspace{2ex}(4&61 & 7&99)$\cdot 10^{-5}$ & \hspace{2ex}(1&75 & 0&155) & \hspace{2ex}(1&07 & 0&686)$\cdot 10^{-2}$ & \hspace{2ex}(6&84 & 2&40)$\cdot 10^{-3}$ \\
\hline
\end{tabular}}
\end{minipage}}
\end{table}
\end{document}
Isso funciona, mas preciso que as linhas fiquem na cor cinza, mas por causa disso, alguns números estão desaparecendo:
.
Eu realmente não sei que outras soluções posso usar e isso está me deixando louco depois de várias horas procurando por ela.
Responder1
O problema do desaparecimento intermitente dos números é causado pela complicada estrutura tabular. Sugiro que você simplifique drasticamente o código da tabela, reduzindo o número de colunas de 25 para 7 no processo. As posições de algumas células podem ser ajustadas com \phantom{0}
declarações criteriosamente fornecidas. A propósito, esse ajuste fino seria totalmente desnecessário se você simplesmente listasse todos os números com exatamente dois dígitos após o marcador decimal.
Eu também gostaria de sugerir que você (re)organize um pouco mais o cabeçalho da tabela. Pessoalmente, não sou fã de renderizar cada célula do cabeçalho emaudacioso. O resultado de muitos gritos (visuais) é que a mensagem se torna muito difícil de ouvir.
Com esses ajustes, a tabelapor muito poucocabe dentro do bloco de texto disponível mesmo quando definido no modo paisagem. Ele não caberá em uma página com cabeçalho de capítulo ou seção, a menos que você faça algo (potencialmente feio), como reduzir o tamanho da fonte usada na tabela.
\documentclass{report}
%%% I've commented out packages that are either loaded automatically by
%%% other packages or conflict with other packages.
%%% Note that "hyperref" should generally be loaded _last_
%\usepackage{hvfloat,rotating}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[dutch]{babel}
%\usepackage{caption}
\usepackage[table]{xcolor}
\usepackage[perpage]{footmisc}
\usepackage[fleqn]{mathtools}
\usepackage[table]{xcolor}
\usepackage{a4wide, afterpage, %amsmath,
amssymb, babelbib, booktabs, cite, %color, colortbl,
dcolumn, emptypage, eurosym, %graphicx,
float, footmisc, hvfloat ,%natbib,
listings, lmodern, longtable, pdflscape, rotating,
siunitx, subcaption, tablefootnote, threeparttable,
titlesec, url, hyperref}
\definecolor{lightgray}{gray}{0.9}
\newcommand\PA{\phantom{0}} % shortcut macro
\begin{document}
\begin{sidewaystable}
\rowcolors{7}{}{lightgray}
\caption[Overzicht van de concentraties en hun standaardeviaties van pesticiden]{Overzicht van de concentraties en hun standaardeviaties van pesticiden in mg/kg in de (on)behandelde wortelen en de meelwormen gekweekt op deze wortelen. Bij NA lag de concentratie onder de detectielimiet van de LCMS-MS.}
\label{conc_carrot_meal}
\centering
\begin{tabular}{ l *{6}{c} }
\toprule
{Pesticiden} & \multicolumn{6}{c}{{Concentraties pesticiden (mg/kg)}} \\
\cmidrule(l){2-7} &
\multicolumn{3}{c}{{Onbehandeld}} & \multicolumn{3}{c}{{Behandeld}} \\
\cmidrule(lr){2-4} \cmidrule(l){5-7}
&{Wortel} &\multicolumn{2}{c}{{Meelwormen}} &{Wortel} &\multicolumn{2}{c}{{Meelwormen}}\\
\cmidrule(lr){3-4} \cmidrule(l){6-7}
& & voor gut-loading & na gut-loading & & voor gut-loading & na gut-loading\\
\midrule
2,4-D & $(2.55 \pm 2.6\PA\PA){\cdot} 10^{-4}$
& $(9.73 \pm 6.39){\cdot} 10^{-4} $
& $(8.24 \pm 2.77 ){\cdot} 10^{-4}$
& $(8.36\PA\pm 0.841) $
& $(5.01 \pm 0.542 ){\cdot} 10^{-4}$
& $(6.77 \pm 1.86\PA){\cdot} 10^{-4}$\\
Bentazon & NA
& NA
& $(1.59 \pm 2.76){\cdot} 10^{-5}$
& $(0.919 \pm 0.117)$
& NA
& NA \\
Bifenthrin & $(1.66 \pm 0.146){\cdot} 10^{-3}$
& $(2.84 \pm 1.15){\cdot} 10^{-3}$
& $(3.04 \pm 1.30){\cdot} 10^{-3}$
& $(0.808 \pm 0.104) $
& $(2.22 \pm 0.769){\cdot} 10^{-3}$
& $(1.93 \pm 0.151){\cdot} 10^{-3}$ \\
Clopyralid & $(9.18 \pm 0.149){\cdot} 10^{-5}$
& NA
& $(4.61 \pm 7.99){\cdot} 10^{-5}$
& $(1.75\PA\pm 0.155)$
& $(1.07 \pm 0.686){\cdot} 10^{-2}$
& $(6.84 \pm 2.40\PA){\cdot} 10^{-3}$ \\
\bottomrule
\end{tabular}
\end{sidewaystable}
\end{document}
Termo aditivo: É possível definir toda a tabela em retrato, ou seja, sem rotação, alterando o tamanho da fonte para \footnotesize
, mostrando apenas dois dígitos após os marcadores decimais, e utilizando um tabular*
ambiente.
\documentclass{report}
%%% I've commented out packages that are either loaded
%%% automatically by or conflict with other packages.
%%% Note that "hyperref" should generally be loaded _last_.
%\usepackage{hvfloat,rotating}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[dutch]{babel}
%\usepackage{caption}
\usepackage[table]{xcolor}
\usepackage[perpage]{footmisc}
\usepackage[fleqn]{mathtools}
\usepackage[table]{xcolor}
\definecolor{lightgray}{gray}{0.9}
\usepackage{a4wide, afterpage, %amsmath,
amssymb, babelbib, booktabs, cite, %color, colortbl,
dcolumn, emptypage, eurosym, %graphicx,
float, footmisc, hvfloat ,%natbib,
listings, lmodern, longtable, pdflscape, rotating,
siunitx, subcaption, tablefootnote, threeparttable,
titlesec, url, hyperref}
\begin{document}
\begin{table}
\setlength\tabcolsep{0pt} % let LaTeX figure out intercolumn space
\footnotesize
\captionsetup{size=footnotesize}
\caption[Overzicht van de concentraties en hun standaardeviaties van pesticiden]{Overzicht van de concentraties en hun standaardeviaties van pesticiden in mg/kg in de (on)behandelde wortelen en de meelwormen gekweekt op deze wortelen. Bij NA lag de concentratie onder de detectielimiet van de LCMS-MS.}
\label{conc_carrot_meal}
\begin{tabular*}{\textwidth}{ l@{\extracolsep{\fill}} *{6}{c} }
\toprule
{Pesticiden} & \multicolumn{6}{c}{{Concentraties pesticiden (\si[per-mode = symbol]{\milli\gram\per\kilo\gram})}} \\
\cmidrule(l){2-7} &
\multicolumn{3}{c}{{Onbehandeld}} &
\multicolumn{3}{c}{{Behandeld}} \\
\cmidrule(lr){2-4} \cmidrule(l){5-7}
&{Wortel} &\multicolumn{2}{c}{{Meelwormen}}
&{Wortel} &\multicolumn{2}{c}{{Meelwormen}}\\
\cmidrule{3-4} \cmidrule{6-7}
& & voor gut-loading & na gut-loading
& & voor gut-loading & na gut-loading\\
\midrule
2,4-D & $(2.55 {\pm} 2.60){\cdot} 10^{-4}$
& $(9.73 {\pm} 6.39){\cdot} 10^{-4} $
& $(8.24 {\pm} 2.77 ){\cdot} 10^{-4}$
& $8.36 {\pm} 0.84 $
& $(5.01 {\pm} 0.54 ){\cdot} 10^{-4}$
& $(6.77 {\pm} 1.86){\cdot} 10^{-4}$\\
Bentazon & NA
& NA
& $(1.59 {\pm} 2.76){\cdot} 10^{-5}$
& $0.92 {\pm} 0.12$
& NA
& NA \\
Bifenthrin & $(1.66 {\pm} 0.15){\cdot} 10^{-3}$
& $(2.84 {\pm} 1.15){\cdot} 10^{-3}$
& $(3.04 {\pm} 1.30){\cdot} 10^{-3}$
& $0.81 {\pm} 0.10 $
& $(2.22 {\pm} 0.77){\cdot} 10^{-3}$
& $(1.93 {\pm} 0.15){\cdot} 10^{-3}$ \\
Clopyralid & $(9.18 {\pm} 0.15){\cdot} 10^{-5}$
& NA
& $(4.61 {\pm} 7.99){\cdot} 10^{-5}$
& $1.75 {\pm} 0.16$
& $(1.07 {\pm} 0.69){\cdot} 10^{-2}$
& $(6.84 {\pm} 2.40){\cdot} 10^{-3}$ \\
\bottomrule
\end{tabular*}
\end{table}
\end{document}
Responder2
Um truque rápido e simples: você pode digitar a tabela como um documento de página inteira por conta própria e incluí-la como uma figura girada. Manter um arquivo tex separado para a tabela seria irritante, mas com que frequência você editaria uma tabela?
\begin{figure}[h]
\centering
\includegraphics[angle=90]{figure}
\caption{The caption goes here}
\end{figure}