Hey all,
I am inserting a table in landscape format, using the following code:
In my preamble:
\usepackage{lscape}
In my chapter:
\begin{landscape}
\begin{table}[!ht]
.
.
.
\end{table}
\end{landscape}
but the table appears on the far left column. Is there some way to put it into the centre? I have tried using "\Centering"
with no luck.
Any suggestions would be most helpful, thanks!
Graphics, Figures & Tables ⇒ Inserting a "landscape" oreintated table
-
- Posts: 24
- Joined: Tue Dec 02, 2008 11:45 pm
Re: Inserting a "landscape" oreintated table
Is \Centering what you actually used? If so, it should be \centering.
Regards.
Regards.
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
-
- Posts: 24
- Joined: Tue Dec 02, 2008 11:45 pm
Re: Inserting a "landscape" oreintated table
no I used the lower case, but thanks for the suggestion.
Inserting a "landscape" oreintated table
1,1,2,3,5,8,13,21,34,55,89,144,233,...
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Inserting a "landscape" oreintated table
Use the sidewaystable environment provided by the rotating package. This environment starts a new page and reserves it completely for the table.Noobix Cube wrote:Hey all,
I am inserting a table in landscape format, using the following code:
[...]
but the table appears on the far left column. Is there some way to put it into the centre? I have tried using "\Centering" with no luck.
Any suggestions would be most helpful, thanks!
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1