Hello Forum, I have managed to insert a custom .cls file into the LyX. It does reflect some of the characteristics new customized class that came along as a template from the University I am writing my thesis with.
http://www.control.isy.liu.se/student/exjobb/liuthesis/liuthesis.html I am trying to insert the title and some other parameter as LaTeX preamble from the LyX interface as follows: \setupThesis{ author={Tom & Jerry}, title={Heeee Heeeeee Heeee}, type=msc, department=itn } If I compile, the author, title, and other parameters are not shown, but rest of the chapters are shown with the format of the customized class which is imported into LyX by .layout file. Any hint to make it work ? Thanks