I would like for my section headers to have the following format:

Section 1 -- First Section
Section 2 -- Second Section
...

and I would also like for enumeration lists, for example

\startitemize[n]
   \item Foo
   \item Bar
\stopitemize

to look like

1-1 Foo
1-2 Bar

where the "1-" is the section number in which the itemize resides.

Thanks,

Troy Henderson