Graphics, Figures & TablesTable manual rotation

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
seba7207
Posts: 7
Joined: Thu Oct 06, 2011 10:47 am

Table manual rotation

Post by seba7207 »

Hi, I have a mwbk (book style) file. In some pages I have a long tables. How I can rotate in the even pages that there tables are the same in odd pages (it is better to read). When I use \begin{sidewaystables} it automatically rotates and it is difficult to read. Thanks
Sebastian

Recommended reading 2024:

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

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

seba7207
Posts: 7
Joined: Thu Oct 06, 2011 10:47 am

Table manual rotation

Post by seba7207 »

Hi,
I found it. Before documentclass this command should be written:

Code: Select all

\PassOptionsToPackage{figuresright}{rotating}
end it works perfectly
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: Table manual rotation

Post by Stefan Kottwitz »

Hi Sebastian,

thank you for posting the solution!

Maybe next time we too come up with a quick idea. :-)

Stefan
LaTeX.org admin
Post Reply