Re: [NTG-context] display current section number in \writestatus

2017-03-09 Thread Rik Kabel

On 2017-03-09 16:20, Hans Hagen wrote:

On 3/9/2017 4:39 AM, Rik Kabel wrote:

ConTeXters,

What is the best way to get the current section number in a basic format
(pt.ch.s.ss... as displayed in the log in structure sectioning entries)
for display in a custom log entry (via \writestatus)? I have tried
\fullheadnumber and such, but cannot find something appropriate.


\writestatus{!!}{\getfullstructurenumber{\thenamedheadlevel{subsection}}} 





Nope. With commands like these:

   \starttexdefinition LogNote #NOTETEXT
   
\writestatus{Note}{{\getfullstructurenumber{\thenamedheadlevel{section}}:p.\pagenumber}
   #NOTETEXT}
   \stoptexdefinition

   \LogNote{See http://www.thelatinlibrary.com/ter.eunuchus.html for
   the original.}

and the note is in a section, I get:

   Note> {\oldstylenumerals {1}\color
   [red]{A·}\oldstylenumerals {8}:p.19} See
   http://www.thelatinlibrary.com/ter.eunuchus.html for the original.


which reflects the formatting of the chapter and section numbers. But 
worse, I have to track the section depth, because if the note is at a 
different level there is nothing displayed for the sectioning. I want 
the unformatted numbers as displayed in


   structure   > sectioning > section @ level 3 : 1.3.5 -> Group
   authorship and works for hire


and if I do not have to track the level and recurse to pick up each 
component that would be better.


--
Rik
___
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
___

Re: [NTG-context] display current section number in \writestatus

2017-03-09 Thread Hans Hagen

On 3/9/2017 4:39 AM, Rik Kabel wrote:

ConTeXters,

What is the best way to get the current section number in a basic format
(pt.ch.s.ss... as displayed in the log in structure sectioning entries)
for display in a custom log entry (via \writestatus)? I have tried
\fullheadnumber and such, but cannot find something appropriate.


\writestatus{!!}{\getfullstructurenumber{\thenamedheadlevel{subsection}}}



--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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
___

[NTG-context] display current section number in \writestatus

2017-03-08 Thread Rik Kabel

ConTeXters,

What is the best way to get the current section number in a basic format 
(pt.ch.s.ss... as displayed in the log in structure sectioning entries) 
for display in a custom log entry (via \writestatus)? I have tried 
\fullheadnumber and such, but cannot find something appropriate.


--
Rik

___
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
___