I have a specification for a chapter head that is so complex I have little hope of modifying the Context head within any reasonable time frame. But I still prefer to use the Context chapter head for TOC, numbering of figures and the like. So I decided to hand code the head but still use \chapter for these other purposes. Here is my current workaround: ------------------------------------------------------------------ \setuphead[chapter][command=\white,header=nomarking] ------------------------------------------------------------------------ I still have to use \noheaderandfooterlines as well for some reason. Just FYI. -- John Culleton Able Indexing and Typesetting Precision typesetting (tm) at reasonable cost. Satisfaction guaranteed. http://wexfordpress.com
On Wed, 14 Feb 2007 08:21:18 -0500
"John R. Culleton"
I have a specification for a chapter head that is so complex I have little hope of modifying the Context head within any reasonable time frame. But I still prefer to use the Context chapter head for TOC, numbering of figures and the like. So I decided to hand code the head but still use \chapter for these other purposes. Here is my current workaround: ------------------------------------------------------------------ \setuphead[chapter][command=\white,header=nomarking] ------------------------------------------------------------------------ I still have to use \noheaderandfooterlines as well for some reason. Just FYI.
Hi John, can you make a image how your head should look. To avoid headers and footer on chapter pages or to create special ones for these pages you can use (taken from page-txt). \definetext[chapter][footer][pagenumber] \setuphead[chapter][header=high,footer=chapter] Wolfgang
-- John Culleton Able Indexing and Typesetting Precision typesetting (tm) at reasonable cost. Satisfaction guaranteed. http://wexfordpress.com
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
On Wed, 14 Feb 2007, John R. Culleton wrote:
I have a specification for a chapter head that is so complex I have little hope of modifying the Context head within any reasonable time frame. But I still prefer to use the Context chapter head for TOC, numbering of figures and the like. So I decided to hand code the head but still use \chapter for these other purposes. Here is my current workaround: ------------------------------------------------------------------ \setuphead[chapter][command=\white,header=nomarking]
Maybe command=\gobbleoneargument instead of white. With \white, the head will still occupy space.
------------------------------------------------------------------------ I still have to use \noheaderandfooterlines as well for some reason. Just FYI.
Aditya
participants (3)
-
Aditya Mahajan
-
John R. Culleton
-
Wolfgang Schuster