Command/section

From ConTeXt wiki
Jump to: navigation, search

\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:

C O N T E X T G A R D E N

Personal tools
Namespaces
Variants
Actions
Help
External Help
Installation
Navigation
Toolbox