Page Layout ⇒ Rotating a table in a Latex Template
Rotating a table in a Latex Template
I am using the Masters-Doctoral-Thesis-Template [https://www.overleaf.com/latex/templates/template-for-a-masters-slash-doctoral-thesis/mkzrzktcbzfl#.Wa35pdN95Bx]
The table in coded as:
\begin{table}
\centering
\caption{Variable names and description}
\label{tab:vardescrip}
\hspace*{-1.5cm}\begin{tabular}{ll}
\hline
\textbf{Variable name} & \textbf{Description} \\ \hline
A1 & 4 \\
A2 & 6 \\
A3 & 2 \\ \hline
\end{tabular}\hspace*{-1.5cm}
\end{table}
Please can you offer any suggestions to rotate this table. Thank you.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Rotating a table in a Latex Template
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Rotating a table in a Latex Template
Please show what you tried and tell us why it did not work. Otherwise it may happen that, without knowing what commands did not work for you, we may suggest the same commands. It's usually easier when you show us what did not work and we fix it.Jordanb wrote:I have tried multiple commands suggested on other forum pages
Stefan