Hi, I'm a ConTeXt newbie. I've read the read the chapter of the manual on sectioning. I understand that it is possible to create a new type of section using \definesection and setup section but how do I insert an instance of my new section into my documents? With predefined sections I can use commands such as \section, \chapter, etc.. The reason I want to define and use a new section is so that I may use it as a substitute for LaTeX's \author. I'm publishing an academic journal for which I need to be able to include author's' names in the header and in the TOC. Defining a new section seemed to be the obvious solution, but I don't know how to put it into practice. If create a new section how do I put it to use in my documents? Any suggestions? Elliot