9 Sep
2005
9 Sep
'05
5:55 p.m.
Elliot Clifton wrote:
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..
You do exactly the same thing with your new section types: \definesection[Abschnitt][section] \Abschnitt{whatever the title is supposed to be} http://wiki.contextgarden.net/Titles contains some examples; also see http://archive.contextgarden.net/message/20030115.202301.b3898ec2.en.html and note that you can define a command for both the actual title and the toc entry formatting, so you can get the authors' names to there, too. Christopher