Graphics, Figures & Tablesrotating | Option Clash

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Michael Mancini
Posts: 2
Joined: Fri Dec 09, 2011 7:49 pm

rotating | Option Clash

Post by Michael Mancini »

I've seen in the forum had a solution to turn the figures (sidewayfigure) in the same side always right or left.

Code: Select all

\usepackage[figuresright]{rotating}
But when I use it I get an error:

The package rotating've already been loader with options:
[,]
There have now Been an Attempt to load it WITH OPTIONS
[figuresright]
Adding the global options:
,, figuresright
to your \ documentclass declaration May fix this.
Try typing <return> to proceed.

Has anyone else have gotten the same problem before?
Someone can help me, is very important, I need to submit the thesis within 3 days.
Thank you very much for any help!
Last edited by Stefan Kottwitz on Fri Dec 09, 2011 8:21 pm, edited 1 time in total.

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

rotating | Option Clash

Post by localghost »

Please submit a minimal example that exactly reproduces the described misbehaviour.


Best regards and welcome to the board
Thorsten
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

rotating | Option Clash

Post by Stefan Kottwitz »

Hi Michael,

welcome to the board!

You could try

Code: Select all

\PassOptionsToPackage{figuresright}{rotating}
at the beginning, before \documentclass. Have a look at Thorstens link though, because usually the code is necessary to get help.

Stefan
LaTeX.org admin
Post Reply