Graphics, Figures & Tables ⇒ Inserting a "landscape" oreintated table
-
- Posts: 24
- Joined: Tue Dec 02, 2008 11:45 pm
Inserting a "landscape" oreintated table
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!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Inserting a "landscape" oreintated table
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
Inserting a "landscape" oreintated table
- localghost
- Site Moderator
- Posts: 9202
- 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¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10