Is there any way to create a custom style that maps to a latex command with
more than 2 arguments?
I'm thinking of something like Description, except the first word would become
argument 1, the second word would become argument 2, ... the nth word would
become argument n, and the rest of the words would become argument n+1.
i.e. if you formatted the paragraph
one two three rest of the paragraph
in a style "Foo", it might translate to a latex command like this:
\foo{one}{two}{three}{rest of the paragraph}
Is this possible, or am I stuck using ERTs?
Nathan