6 Jun
2010
6 Jun
'10
9:15 p.m.
Am 06.06.10 22:57, schrieb Vyatcheslav Yatskovsky:
Hello,
It might be 100 time this question appears on the list, but I cannot find the answer.
I need Introduction to have no number, and next section to have number 1, so on. My current solution gives me number 2, instead.
1. Use \subject for the introduction. 2. Use ConTeXt’s document strcuture: \setuphead[section][textstyle=WORD] \starttext \startfrontmatter \section{Introduction} ... \stopfrontmatter \startbodymatter \section{Reference notes} ... \stopbodymatter \stoptext Wolfgang