Hello,

When a reference is set to \head, a space after the square brackets  
appears in the output. Shouldn't it be ignored? Applying a reference to  
\item does not show the problem.

Besides, what is the best way to put item or head text in square brackets?  
Using \relax works but I'm not sure if it's the recommended method.

Here is an example:

\starttext

\startitemize[n][headstyle=bold]
\head Head1 \par
       Body1
\head         Head2 \par
       Body2
\head[u]Head3 \par
       Body3
\head[v] Head4 \par
       Body4
\head[v]      Head4 \par
       Body4
\head\relax[Head in brackets] \par
       Body5
\head\relax  [Head in brackets] \par
       Body6
\item Item1
\item   Item2
\item[w]Item3
\item[x] Item4
\item[y]     Item4
\item\relax[Item in bracket]
\item\relax  [Item in bracket]
\stopitemize

\stoptext

Regards,
BG
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to