I would appreciate it if you could please help me with the following issue: I want to write a dissertation in Lyx using university provided LaTex template. The provided class file, dissertation.cls, includes everything, which is based on a report layout. I therefore tried to create a custom layout by something like
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[dissertation]{custom made}
# Read the definitions from report.layout
Input report.layout
I save it locally, and therefore I can pass it to lyx by selecting it. It seems that, it partially works, because I can compile the thesis, however, spacing and sizing is not the same as what is provided in the class file. I am very confused at this point. Thanks in advance.