Command/section
From ConTeXt wiki
< Command
\section
Syntax
| \section[ref,ref,...]{...} | |
| [ref,ref,...] | |
| {...} | text |
Description
Hint: to remove section number (as might be needed for Introduction) use either \subject instead of \section, or utilize the fact that no section numbers are used in the front matter:
\starttext \startfrontmatter \section{Introduction} % not numbered ... \stopfrontmatter \startbodymatter \section{Problem Statement} % numbered ... \stopbodymatter \stoptext
Example
See also
Help from ConTeXt-Mailinglist/Forum
All issues with: