Like the title says, how do you create this table since this was taken from a book and I want to include it into my dissertation.
Any suggestions would be appreciative. Thanks
Like the title says, how do you create this table since this was taken from a book and I want to include it into my dissertation.
Any suggestions would be appreciative. Thanks
This can be achieved by using the package "rotating" and the tags are:
\usepackage[figuresright]{rotating}
\begin{sidewaystable} ....table matter... \end{sidewaystable}
You can look at this answer by rcs
It explains how to landscape a particular page using the lscape package.
Edit: after further research, you can have a look at the examples provided in this PDF by Sebastian Rahtz and Leonor Barroca, it should give you some ideas.