>>>>> "Oliver" == Oliver Eichler <[EMAIL PROTECTED]> writes:
Oliver> Does anyone know how the tag \maketitle is placed? How does
Oliver> Lyx know the end of my title section. I would like to achieve
Oliver> something like:
Oliver> \newcommand Dummy[1]{\def\@dummy{#1}} ... \title{dddddd}
Oliver> \author{sssss} \Dummy{ffffff} \date{kkkkk}
Oliver> now Lyx should set \maketitle, however it will place it after
Oliver> \author. How can I make Lyx aware of \Dummy? (given the case
Oliver> my *.cls file is aware of \@dummy)
In the layout files, the layouts that should appear before \maketitle
are marked with
InTitle 1
So you should do the same for your Dummy layout.
Hope this helps.
JMarc