I'm interested to know whether nested sections are supported in the new structure code (strc-*)? Using the following to test, I don't get a section and subsection, but rather two sections. The log file notes a "missing \stopsection". \starttext \startsection{Section} \input tufte \startsection{Subsection} \input knuth \stopsection \stopsection \stoptext Am I missing a setup command somewhere in the new structure code that enables nested sections? Thanks, Kevin
Kevin D. Robbins wrote:
I'm interested to know whether nested sections are supported in the new structure code (strc-*)?
Using the following to test, I don't get a section and subsection, but rather two sections. The log file notes a "missing \stopsection".
\starttext \startsection{Section} \input tufte \startsection{Subsection} \input knuth \stopsection \stopsection \stoptext
Am I missing a setup command somewhere in the new structure code that enables nested sections?
nested sections are not supported but it's on my agenda to provide a relative scheme as well (the low level code is there but backward compatibility is higher on the agenda) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 21.02.2009 um 00:34 schrieb Kevin D. Robbins:
I'm interested to know whether nested sections are supported in the new structure code (strc-*)?
Using the following to test, I don't get a section and subsection, but rather two sections. The log file notes a "missing \stopsection".
\starttext \startsection{Section} \input tufte \startsection{Subsection} \input knuth \stopsection \stopsection \stoptext
Am I missing a setup command somewhere in the new structure code that enables nested sections?
It's not supported you need \startsubsection. Wolfgang
participants (3)
-
Hans Hagen
-
Kevin D. Robbins
-
Wolfgang Schuster