Graphics, Figures & TablesProblem with big Table in Landscape Mode

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
vikramfinavker
Posts: 1
Joined: Wed Jul 13, 2011 6:44 pm

Problem with big Table in Landscape Mode

Post by vikramfinavker »

Hi,

I am trying to put a table which for correlation between variables. there are many variables and due to that the table is really big. So, i tried to put the table in landscape mode. Now it works but my table is right aligned. I havent put any command for its position. PLease help me with my problem.The command i have used are as follow;

\begin{landscape}

\begin{tabular}{l * {17}{r} }

Variables & EDF5 & EDF1 & TD & FXD & IRD & Leverage & Profita bility & ER & AV & TA & CR \\ \hline \hline
EDF5YEAR & 1.0000 & \\
EDF1YEAR & 0.9861* & 1.0000 & \\
Total Derivatives & -0.0733* & -0.0739* & 1.0000 & \\
FX Derivatives & -0.1024* & -0.0969* & 0.7549* & 1.0000 & \\
IR Derivatives & -0.0068 & -0.0233* & 0.7417* & 0.2376* & 1.0000 & \\
Leverage & 0.4002* & 0.3710* & 0.1136* & -0.0168 & 0.2630* & 1.0000 & \\
Profitability & -0.4765* & -0.4527* & 0.1411* & 0.1739* & 0.0268* & -0.1853* & 1.0000 & \\
Excess Return & -0.4454* & -0.4285* & 0.0051 & 0.0316* & -0.0237* & -0.2222* & 0.2289* & 1.0000 & \\
Asset Volatility & 0.2235* & 0.2060* & -0.0900* & -0.0386* & -0.1293* & -0.3996* & -0.2682* & -0.1148* & 1.0000 & \\
Total Assets & -0.2215* & -0.2024* & 0.1617* & 0.1116* & 0.0827* & 0.3965* & 0.2156* & 0.0615* & -0.3785* & 1.0000 & \\
Current Ratio & -0.0277* & -0.0400* & -0.1338* & -0.0922* & -0.1761* & -0.2985* & -0.1436* & -0.0289* & 0.3194* & -0.3053* & 1.0000 \\

\end{tabular}

\end{landscape}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply