>>>>> "Mike" == <[EMAIL PROTECTED]> writes:
Mike> So, that said, here are some questions. AASTeX still follows
Mike> more of a plain TeX philosophy for some commands than a LaTeX
Mike> philosophy.
That's a problem...
Mike> 1) How would I implement commands like \and and
Mike> \acknowledgements? \and is an author divider that has a specific
Mike> formatting function. One would use it in LaTeX like
Mike> \author{Mike Ressler} \and \author{John Q. Docwriter}
This can be done with some hideous macros, but the result will not use
the intended syntax.
Mike> \acknowledgements simply adds some space between the last
Mike> paragraph of the text and the acknowledgement paragraphs. It is
Mike> written as a simple stretchable vertical space. It is NOT an
Mike> environment. Is it possible to implement argument-less LaTeX
Mike> commands in the layout?
You can use 'KeepEmpty 1' and instruct the author to leave an empty
Acknowledgements paragraph, but this looks a bit weird.
Mike> 2) I would like to implement things like \altaffilmark,
Mike> \notetoeditor, etc. to appear like regular footnotes, but
Mike> obviously to generate the above commands. How do I do that?
Mike> 3) I would like to use the natbib citation mechanism of \citet
Mike> and \citep. How might I do that?
Unfortunately, I do not have a good solution for any of these
problems.
JMarc