Two more layout questions (to which I'm pretty sure but not positive
that I know the answers, and which will likely put paid to my efforts to
write a layout for INFORMS journals):
1. Is there currently a way to specify that a Command style has
multiple required (not optional) arguments? (I'm guessing there is not.)
2. Is there a way to specify that a style can only be used when nested
inside another style? (Again, I'm guessing not.) To clarify by
example, INFORMS wants authorship and affiliation done as follows (where
the LaTeX commands in upper case are supplied in their class file):
\ARTICLEAUTHORS{%
\AUTHOR{Joe Blow}
\AFF{University of Nowhere, [EMAIL PROTECTED]
\AUTHOR{Jane Doe, Tom Roe}
\AFF{Western Nowhere School of Mines, [EMAIL PROTECTED],
[EMAIL PROTECTED]
}
So \AUTHOR and \AFF should only be used inside \ARTICLEAUTHORS, and
\EMAIL should only be used inside \AFF. (The required use of commas
inside \AFF would be another headache, but I'm pretty sure a layout for
this is already infeasible. ERT, here I come!)
TIA,
Paul