Re: Multiple Authors

1999-07-28 Thread Jean-Marc Lasgouttes
> "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>

Re: Multiple Authors

1999-07-27 Thread mressler
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

Re: Multiple Authors

1999-07-27 Thread Allan Rae
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

Re: Multiple Authors

1999-07-26 Thread Jean-Marc Lasgouttes
> "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.

Re: Multiple Authors

1999-07-26 Thread Jean-Marc Lasgouttes
> "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

Re: Multiple Authors

1999-07-26 Thread Yoni Elhanani
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

Re: Multiple Authors

1999-07-25 Thread Allan Rae
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