On 2016-01-04, Sajjad wrote: > [-- Type: text/plain, Encoding: --]
> 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 ? You may try to start your document with \maketitle as ERT (raw LaTeX, press Ctrl-L and write the command). Normally, LyX automatically inserts this command if you use author or title layouts. So, alternatively, you may try to specify them "the normal way". Günter > Thanks > [-- Skipped Type: text/html --]
