Hi, did I misunderstood something ... or is this simply a bug?! In that example below \getmarking uses the value of title ... and not of mark! (is there an other command to access the value of mark?) Steffen ------- \def\KolumneL{\headnumber[chapter]\enskip\getmarking[chapter]} \def\KolumneR{\headnumber[section]\enskip\getmarking[section]} \setuppagenumbering [alternative=doublesided,location=] \setupheader[align=middle] \setupheadertexts [\vtop{\startalignment[center]\KolumneR\stopalignment}] [pagenumber] [pagenumber] [\vtop{\startalignment[center]\KolumneL\stopalignment}] \starttext \startchapter[] test \stopchapter \startsection[ title={title}, bookmark={bookmark}, mark={mark}, list={list}] test\page test \page test \stopsection \stoptext
Am 27.09.2010 um 17:50 schrieb Wolfgang Schuster:
Am 27.09.2010 um 17:36 schrieb Steffen Wolfrum:
Hi,
did I misunderstood something ... or is this simply a bug?!
In that example below \getmarking uses the value of title ... and not of mark!
The name of the key is "marking”.
I don't understand. In context-excursion it says ... "After the definition texts can be marked by: \marking[.1.]{.2.} .1. name .2. text and recalled by: \getmarking[.1.][.2.]" But in MkIv sections there is already text marked ... \startsection[ title={title}, bookmark={bookmark}, mark={mark}, list={list}] At least it looks as if there were some text marked by mark={mark}! Just, how can it be accessed?? Steffen
Am 27.09.2010 um 18:16 schrieb Steffen Wolfrum:
In that example below \getmarking uses the value of title ... and not of mark!
The name of the key is "marking”.
I don't understand.
In context-excursion it says ...
"After the definition texts can be marked by: \marking[.1.]{.2.} .1. name .2. text and recalled by: \getmarking[.1.][.2.]"
But in MkIv sections there is already text marked ...
\startsection[ title={title}, bookmark={bookmark}, mark={mark}, list={list}]
At least it looks as if there were some text marked by mark={mark}!
\startsection[...,marking=mark,...] ... \stopsection Wolfgang
Am 27.09.2010 um 18:21 schrieb Wolfgang Schuster:
Am 27.09.2010 um 18:16 schrieb Steffen Wolfrum:
In that example below \getmarking uses the value of title ... and not of mark!
The name of the key is "marking”.
I don't understand.
In context-excursion it says ...
"After the definition texts can be marked by: \marking[.1.]{.2.} .1. name .2. text and recalled by: \getmarking[.1.][.2.]"
But in MkIv sections there is already text marked ...
\startsection[ title={title}, bookmark={bookmark}, mark={mark}, list={list}]
At least it looks as if there were some text marked by mark={mark}!
\startsection[...,marking=mark,...]
...
\stopsection
"Time is fleeting, madness takes its toll." ... and I swear: last year in April it was \startchapter[label=...,title={...},bookmark={...},mark={...},list={...},reference={...}] Thanks Wolfgang! Steffen
participants (2)
-
Steffen Wolfrum
-
Wolfgang Schuster