I am new to Lyx and LaTeX, I have tried to search for the answer in other posts but did not find it.
I want to write my thesis in Lyx but the template provided by the university is for for LaTeX.
So, here is what I did:
1. Created a new layout file called "mithesis.layout"
2. Created a class document called "mitheis.cls" in MikTex containing the same code as the cls file provided by the university.
3. Copied the tex file preamble options into lyx documents's preamble.
Everything is working fine, except for figure floats because I get an error saying "There's an option clash for package graphicx":
Code: Select all
The package graphicx has already been loaded with options:
[]
There has now been an attempt to load it with options
[pdftex]
Adding the global options:
,pdftex
to your \documentclass declaration may fix this.
Try typing <return> to proceed.
Any idea where else can the package be loaded from? Or any idea on how to solve this kind of issue?
Thanks,
Rgandum
Question has also been posted in https://tex.stackexchange.com/questions ... lash-error