>>>>> "Guanglin" == Guanglin Tong <[EMAIL PROTECTED]> writes:
Guanglin> Hi, I had a problem in importing the thesis.cls file that
Guanglin> was given to me by the university to handle the formatting.
Guanglin> I created a thesis.layout file in the ~/.lyx/layout/
Guanglin> according to the "Customization" document. The following is
Guanglin> the thesis.layout file.
Guanglin> #% Do not delete the line below; configure depends on this #
Guanglin> \DeclareLaTeXClass[thesis.cls,report]{thesis}
Guanglin> I add the report because the thesis.cls load it, is it
Guanglin> necessary? what elase shold I put into this file? Would
Guanglin> anybody please point me an address on how to write layout?
Hello,
I think (I should know because I wrote the code, but...) that you
should write:
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[thesis,report]{thesis}
The problem is that the configure script does not like when .cls is
explicitely given for the first file name...
JMarc