Two problems:

1)  With the following:

\setuphead[section][ownnumber=yes]
\setupbodyfont[cmr,12pt]
\starttext
\completecontent
\section{1a0101}{Objective}
There is no objective at this moment.
\stoptext


There is no spacing between the text "1a0101" and "Objective" in the table of 
contents---this looks really ugly.

However, what I really want is the ownnumber to apply to \title, not a 
\section.  So if I do this:

\setuphead[title][ownnumber=yes]
\setupbodyfont[cmr,12pt]
\starttext
\completecontent
\title{1a0101}{Minimum Radius Turn}
\section{Objective}
There is no objective at this moment.
\stoptext

Then the number 1a0101 does not appear right next to a title. (I only see 
"Minimum Radius Turn" as opposed to the expected "1a0101  Minimum Radius 
Turn".  Also my \section{Objective} has numbering.  I thought numbering was 
turned off by default on \title \section \subsection etc.


_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to