I'm writing my thesis, and my university offers a LaTeX template for it.
In my first search on how to do it, I've came across this website: http://www.briandalessandro.com/blog/ho ... ss-in-lyx/. I've tried doing what it says (and indeed I can choose the new document class inside LyX) but I get the following error:
Code: Select all
Code, edit and compile here:
l.8 \usepackage {amsthm}The package inputenc has already been loaded with options:[ansinew]There has now been an attempt to load it with options[latin9]Adding the global options:ansinew,latin9to your \documentclass declaration may fix this.
Code: Select all
\RequirePackage{amsmath, amssymb, amsfonts, amsthm}
First of all, is this way of adding a new class to LyX fully functional? Or is there a safer, more consistent, way of doing so?
If this way works, what and where should I look to try to fix this error?
FYI, I'm using LyX 2.0.4 and MikTex 2.9.
The template can be found here: http://www.bu.ufsc.br/design/template.zip
Thanks in advance for any tip or guidance.