Quite similar to this question but not exact.
I am writing a thesis, and I would like to create a table that holds information in a tree shape. I was able to fit the table within the page, but I would like it to be on the same margins that the text have at that page. Look in the following picture how is my table looks like:
The code that I have written to create it is the following:
\begin{table}[H]
\centering
\begin{tabular}{|l|l|l|l|}
\hline
\multicolumn{1}{|c|}{Premise 1} & \multicolumn{1}{c|}{Premise 2} & \multicolumn{1}{c|}{=\textgreater} & \multicolumn{1}{c|}{hypothesis} \\ \hline
\texttt{\small [are:VX [?Y:NN [both:DT]} & \texttt{\small [?Y:NN [?X:JJ]} & & \texttt{\small [are:VX [?Y:NN [both:DT]} \\
\hspace*{7.4em}\texttt{\small [?X:JJ]]} & \hspace*{3.5em}\texttt{\small [are:VX [who:WP]} & $\Rightarrow$ & \hspace*{7.4em}\texttt{\small [?X:JJ]]} \\
\hspace*{3.8em}\texttt{\small [?Z:JJ]]} & \hspace*{7.6em}\texttt{\small [?Z:JJ]} & & \hspace*{3.8em}\texttt{\small [?A:JJ]]} \\
& \hspace*{7.2em}\texttt{\small [are:VX[?A:JJ]]]]} & & \\ \hline
\end{tabular}
\caption{The dependency tree for a multi-premise FraCaS rule}
\label{showDTreeFraCaS}
\end{table}
Any clues?



\scaleboxdirective) is of rather questionable value. At the very least, if you give such advice, you should also mention some of its severe drawbacks, such as running the risk of making the table undecipherable because the font is effectively too small. In short, linear shrinking should be contemplated only as a last-resort, desperate measure, not as the first step. – Mico Aug 26 '17 at 05:47