On Thu, Apr 24, 2008 at 2:55 PM, Steffen Wolfrum
I don't know how the section number (with/without previous number) is build internally, but I hope there could be a hack, with ...
setupsection[...][previousnumber=yes]% so that referencing gets the full path
... but a section-design like "previousnumber=no", made with ...
\setuphead[...][command=\PreviousNumberNo]
Could this be done?
I hope we get a better interface in the future. \def\CurrentChapterNumber#1#2% {\countervalue{@@sesection-2}:#2} \def\CurrentSectionNumber#1#2% {\countervalue{@@sesection-3}:#2} \setuphead[chapter][command=\CurrentChapterNumber] \setuphead[section][command=\CurrentSectionNumber] \starttext \chapter{text} \section[label]{text} \section{text} \section{text} \chapter{text} \in{Section}[label] \section{text} \section{text} \section{text} \stoptext Wolfgang