> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> On Mon, 26 Jul 1999, Jean-Marc Lasgouttes wrote:
>> > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> [...] \author{} is supported by some but not all LaTeX
Allan> classes. Others may use different commands or even
Allan>
On Wed, 28 Jul 1999, Allan Rae wrote:
> We could just add an Insert->Special Char->\and{} which is only active in
> an Author paragraph.
I kludged this in the AASTeX layout by making an "and" format entry which
generates an empty paragraph and keeps it. The only thing written to the
LaTeX file is
On Mon, 26 Jul 1999, Jean-Marc Lasgouttes wrote:
> > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
[...]
> Allan> \author{} is supported by some but not all LaTeX classes.
> Allan> Others may use different commands or even environments. The
> Allan> use of \and is therefore only appropri
> "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.
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> On Sun, 25 Jul 1999, Yoni Elhanani wrote:
>> Hello.
>>
>> I have noticed that in LyX multiple authors are impossible to have,
>> [...] without manually putting "\and{}" in them.
>>
>> I made an AuthorListItem and AuthorList classes t
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
On Sun, 25 Jul 1999, Yoni Elhanani wrote:
> Hello.
>
> I have noticed that in LyX multiple authors are impossible to have,
> [...] without manually putting "\and{}" in them.
>
> I made an AuthorListItem and AuthorList classes to overcome this
> problem, however I could not find where to put them