Hello,

how do I shift unnumbered ToC entry (here: \subsubsection)? My attempt:

----
\setuphead[subsubsection][number=no]
\setuplist[subsubsection][distance=20mm,width=20mm]

\starttext
  \placecontent
  \page
  \section{S}
    \subsection{Ss}
      \subsubsection{Sss}
\stoptext
----

I'm getting:

"
1. S
1.1  Ss
Sss
"

but I'd rather see:

"
1. S
1.1  Ss
        Sss
"

How to achieve this?

Best regards,

Lukas
\setuphead[subsubsection][number=no]
\setuplist[subsubsection][distance=20mm,width=20mm]

\starttext
  \placecontent
  \page
  \section{S}
    \subsection{Ss}
      \subsubsection{Sss}
\stoptext

Attachment: t.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to