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

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

User avatar
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: 10348
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