How do I get marks with user defined heads? Minimal example: \definehead[lecture][section-1] \starttext \lecture{test} Marking is not working: \getmarking[lecture]? \stoptext Thanks, Aditya
Am 18.07.2011 um 21:35 schrieb Aditya Mahajan:
How do I get marks with user defined heads?
Minimal example:
\definehead[lecture][section-1]
\definehead[lecture][section=section-1]
\starttext
\lecture{test}
Marking is not working: \getmarking[lecture]?
Marking is not working: \placerawheadtext[lecture]? Use marks only for elements which are added after the page is finished, e.g. headers and footers. Wolfgang
On Mon, 18 Jul 2011, Wolfgang Schuster wrote:
Am 18.07.2011 um 21:35 schrieb Aditya Mahajan:
How do I get marks with user defined heads?
Minimal example:
\definehead[lecture][section-1]
\definehead[lecture][section=section-1]
D'oh. Thanks.
\starttext
\lecture{test}
Marking is not working: \getmarking[lecture]?
Marking is not working: \placerawheadtext[lecture]?
Use marks only for elements which are added after the page is finished, e.g. headers and footers.
I needed the marks for headers and footers. For the minimal example, I added the marks in text. Thanks a lot. Aditya
On 18-7-2011 9:35, Aditya Mahajan wrote:
How do I get marks with user defined heads?
Minimal example:
\definehead[lecture][section-1]
\starttext
\lecture{test}
Marking is not working: \getmarking[lecture]?
\stoptext
\definehead[lecture][chapter] \setupheadertexts[lecture] \starttext \lecture{testa} Marking is working \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Wolfgang Schuster