Am 25.10.2013 um 11:40 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
<l...@pontex.cz>:

> Hello,
> 
> is there a default structure (if so, what is its name?) which would yield 
> \subsection when used inside \section, so:
> 
> \starttext
>  \section{Sec}
>    \startstructurelevel[title={SSec}] % This should give \subsection, but 
> gives \section (or higher)
>       aaa
>    \stopstructurelevel
> 
>    \startstructurelevel[a-name-of-default][title={SSec2}] % This should give 
> \subsection, but gives \section (or higher)
>       aaa
>    \stopstructurelevel
> \stoptext

You can’t mix sectionlevels and normal section command. When you want a \section
for the first level change the level settings with

\definesectionlevels
  [default]
  [section,
   subsection,
   subsubsection,
   subsubsubsection,
   subsubsubsubsection]

and use

\starttext

\startsectionlevel[title=Section]

\startsectionlevel[title=Subsection]

\startsectionlevel[title=Subsubsection]

\stopsectionlevel

\stopsectionlevel

\stopsectionlevel

\stoptext

in your document.

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to