Estou tentando criar uma tabela aninhada com três níveis. Eu fiz com que ficasse como eu queria quando defini a largura da tabela mais externa como algo menor que 0,7\textwidth. No entanto, eu queria aumentá-lo para que ocupasse a página inteira. Quando mudo isso para \textwidth ou mesmo .8\textwidth ou .9\textwidth, parece que as colunas estão ficando extremamente estreitas. E não tenho certeza do que está acontecendo!
\documentclass[a4paper,12pt, margin = .5]{article}
\usepackage{tabularx}
\newcolumntype{Y}{>{\small\raggedright\arraybackslash}X}
\newcolumntype{A}{>{\hsize=.80\hsize}Y}
\newcolumntype{Z}{>{\hsize=.35\hsize}Y}
\begin{document}
\renewcommand{\baselinestretch}{1.15}
\renewcommand{\baselinestretch}{1.15}
\begin{table}
\begin{tabularx}{.72\textwidth}{|Z|Y|}
\hline
\textbf{Analysis} & \textbf{Factors} \\
\hline
& \\
\textbf{Gender Generic Referents}
& {\begin{tabularx}{.5\textwidth}{|A|Y|Y|}
\cline{1-3}
& \textbf{Binary} & \textbf{Non-binary}\\ \cline{1-3}
\textbf{Ambig} & she-he & she-he\\ \cline{1-3}
\textbf{Unambig} & incongruent-congruent & incongruent-congruent\\ \cline{1-3}
\end{tabularx}} \\
& \\
\hline
& \\
\textbf{Gender Specific Referents}
& {\begin{tabularx}{.5\textwidth}{|A|Y|Y|}
\cline{1-3}
& \textbf{Binary} & \textbf{Non-binary}\\ \cline{1-3}
\textbf{Ambig} & she-he & she-he\\ \cline{1-3}
\textbf{Unambig} & incongruent-congruent & incongruent-congruent\\ \cline{1-3}
\end{tabularx}} \\
& \\
\hline
& \\
\textbf{Number Specific Referents}
& {\begin{tabularx}{\linewidth}{|A|Y|Y|}
\cline{1-3}
& \textbf{Binary} & \textbf{Non-binary}\\ \cline{1-3}
\textbf{Ambig}
& &\\
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}} \\
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}\\ \cline{1-3}
\textbf{Unambig}
& &\\
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}} \\
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}\\ \cline{1-3}
\end{tabularx}} \\
& \\
\hline
& \\
\textbf{Number Generic Referents}
& {\begin{tabularx}{\linewidth}{|A|Y|Y|}
\cline{1-3}
& \textbf{Binary} & \textbf{Non-binary}\\ \cline{1-3}
\textbf{Ambig}
& &\\
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}} \\
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}\\ \cline{1-3}
\textbf{Unambig}
& &\\
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}} \\
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}
& {\begin{tabularx}{\linewidth}{|Y|Y|}
\cline{1-2}
Sing & Plur \\ \cline{1-2}
\end{tabularx}}\\ \cline{1-3}
\end{tabularx}} \\
& \\
\hline
\end{tabularx}
\caption{Analysis Summary (Construal 1)}
\end{table}
\end{document}
Responder1
O tabularx
uso apresenta dois erros. o principal é que
\newcolumntype{Y}{>{\small\raggedright\arraybackslash}X}
\newcolumntype{Z}{>{\hsize=.35\hsize}Y}
\begin{tabularx}{.72\textwidth}{|Z|Y|}
quebra completamente o tabularx
cálculo da largura da coluna, pois tabularx
calculará as larguras das colunas necessárias para atingir uma largura total de 0,72\textwidth, mas então você ajusta uma das colunas e a torna apenas 35% da largura calculada, então o algoritmo nunca conseguirá atingir a largura total especificada.
Então o segundo erro está nas tabelas aninhadas. O externo tabularx
(mesmo que corrigido para resolver o problema acima) calcula dinamicamente as larguras das colunas, mas o conteúdo real da coluna é \begin{tabularx}{.5\textwidth}
sempre metade da largura da página, qualquer que seja a largura calculada da coluna externa da tabela.
tabularx
tem tudo a ver com ajustar a largura especificada para quebra de linha nas colunas, e você quase não tem quebra de linha aqui, você pode simplesmente usar tabular
. Alguns sugeririam usar menos regras verticais e horizontais, mas aqui eu as deixei principalmente e apenas mostrei os resultados do uso tabular
em vez de tabularx
.
\documentclass[a4paper,12pt]{article}%margin = .5
\usepackage{array}
\newcolumntype{P}{>{\raggedright\arraybackslash
\renewcommand\arraystretch{1}}m{2.45cm}}
\begin{document}
\renewcommand{\baselinestretch}{1.15}
\begin{table}
\centering
\setlength\tabcolsep{4pt}
\begin{tabular}{@{}|l|l|@{}}
\hline
\textbf{Analysis} & \textbf{Factors} \\
\hline
\textbf{Gender Generic Referents}
&
\renewcommand\arraystretch{1.7}
\begin{tabular}{@{}l|P|P@{}}
& \textbf{Binary} & \textbf{Non-binary}\\ \hline
\textbf{Ambig} & she-he & she-he\\ \hline
\textbf{Unambig} & incongruent-congruent & incongruent-congruent\\
\end{tabular} \\
\hline
\textbf{Gender Specific Referents}
&
\renewcommand\arraystretch{1.7}
\begin{tabular}{@{}l|P|P@{}}
& \textbf{Binary} & \textbf{Non-binary}\\ \hline
\textbf{Ambig} & she-he & she-he\\ \hline
\textbf{Unambig} & incongruent-congruent & incongruent-congruent\\
\end{tabular} \\
\hline
\textbf{Number Specific Referents}
& \renewcommand\arraystretch{1.7}
\begin{tabular}{@{}l|P|P@{}}
& \textbf{Binary} & \textbf{Non-binary}\\ \hline
\textbf{Ambig}
& \begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
&\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}\\\hline
\textbf{Unambig}
& \begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
&
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\end{tabular} \\
\hline
\textbf{Number Generic Referents}
& \renewcommand\arraystretch{1.7}
\begin{tabular}{@{}l|P|P@{}}
& \textbf{Binary} & \textbf{Non-binary}\\ \hline
\textbf{Ambig}
&
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular} &
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}\\
\hline
\textbf{Unambig}
& \begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
&\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\begin{tabular}{|l|l|}
\hline
Sing & Plur \\\hline
\end{tabular}
\end{tabular} \\
\hline
\end{tabular}
\caption{Analysis Summary (Construal 1)}
\end{table}
\end{document}