ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* display current section number in \writestatus
@ 2017-03-09  3:39 Rik Kabel
  2017-03-09 21:20 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Rik Kabel @ 2017-03-09  3:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: display current section number in \writestatus
  2017-03-09  3:39 display current section number in \writestatus Rik Kabel
@ 2017-03-09 21:20 ` Hans Hagen
  2017-03-09 22:05   ` Rik Kabel
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2017-03-09 21:20 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: display current section number in \writestatus
  2017-03-09 21:20 ` Hans Hagen
@ 2017-03-09 22:05   ` Rik Kabel
  0 siblings, 0 replies; 3+ messages in thread
From: Rik Kabel @ 2017-03-09 22:05 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1448 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 2469 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-09 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-09  3:39 display current section number in \writestatus Rik Kabel
2017-03-09 21:20 ` Hans Hagen
2017-03-09 22:05   ` Rik Kabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).