Hi Scott,
Thanks a lot for your response. I think I'll just export it to .tex and change the package options and compile manually from there. I think sommerfee's answer pretty much sums it up. So until LyX provides more options in their GUI for things like hyperref and titlesec etc, this seems to ...
Search found 3 matches
- Tue Apr 09, 2013 9:47 pm
- Forum: LyX
- Topic: Option Clash Errors
- Replies: 6
- Views: 11477
- Tue Apr 09, 2013 7:39 pm
- Forum: LyX
- Topic: Option Clash Errors
- Replies: 6
- Views: 11477
Option Clash Errors
Thank you for your response.
\PassOptionsToPackage needs to be moved to a place within the document preamble where the package is not loaded yet. (Usually \PassOptionsToPackage will be placed as very first line, before \documentclass .)
This is easy to do in LaTeX, because all you need to do is ...
\PassOptionsToPackage needs to be moved to a place within the document preamble where the package is not loaded yet. (Usually \PassOptionsToPackage will be placed as very first line, before \documentclass .)
This is easy to do in LaTeX, because all you need to do is ...
- Mon Apr 08, 2013 11:43 pm
- Forum: LyX
- Topic: Option Clash Errors
- Replies: 6
- Views: 11477
Option Clash Errors
Hi everyone. This is my first time posting, and I read the guidelines, but sorry if I'm making any mistakes.
I'm using lyx to write my thesis. I'm trying to do some fancy stuff, like setting the chapter title fonts etc. The problem is, whenever I try to use a package with specific options, if the ...
I'm using lyx to write my thesis. I'm trying to do some fancy stuff, like setting the chapter title fonts etc. The problem is, whenever I try to use a package with specific options, if the ...