>>>>> "Yoni" == Yoni Elhanani <[EMAIL PROTECTED]> writes:
Yoni> Allan Rae wrote:
>>
>>
>> > I'm attaching the code for what I did (it includes an example).
>>
>> The above doesn't mean your code is wasted though. Some internal
>> support for the scripting languages will certainly be needed. So
>> what we need is a more generalised solution that doesn't hardcode
>> the "\author" or the "\and" into LyX.
Yoni> Actually, that shouldn't be any problem. Afterall these classes
Yoni> are no more than linked lists that can return a string.
Yoni> Modifying the string they return should be quite simple.
This will not work because your author names are not strings, but
chunks of text (for example with a footnote for affiliation, or the
fiamily name set in smallcaps). I think the solution is in extending
the .layout file format (as described in Customixation.lyx).
JMarc