From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10766 Path: main.gmane.org!not-for-mail From: Idris S Hamid Newsgroups: gmane.comp.tex.context Subject: disappearing headers Date: Tue, 04 Feb 2003 19:39:59 -0700 Sender: ntg-context-admin@ntg.nl Message-ID: <3E40797F.A6A95749@lamar.colostate.edu> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044464109 12993 80.91.224.249 (5 Feb 2003 16:55:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 16:55:09 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gSpH-0003NK-00 for ; Wed, 05 Feb 2003 17:55:07 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2DCF210B79; Wed, 5 Feb 2003 17:57:07 +0100 (MET) Original-Received: from mesa.acns.ColoState.EDU (mesa.acns.colostate.edu [129.82.100.130]) by ref.ntg.nl (Postfix) with ESMTP id D53CF10AE8 for ; Wed, 5 Feb 2003 03:40:00 +0100 (MET) Original-Received: from lamar.colostate.edu (lamar.acns.colostate.edu [129.82.100.75]) by mesa.acns.ColoState.EDU (AIX4.3/8.9.3/8.9.3) with ESMTP id TAA49576 for ; Tue, 4 Feb 2003 19:39:59 -0700 Original-Received: from lamar.colostate.edu (ihamid.libarts.colostate.edu [129.82.187.166] (may be forged)) by lamar.colostate.edu (AIX5.1/8.11.0/8.8.8) with ESMTP id h152dxV588788 for ; Tue, 4 Feb 2003 19:39:59 -0700 X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en Original-To: ntg-context Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: ishamid@colostate.edu List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:10766 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10766 Dear crew, Another e-TeX culprit? Try this in plain tex mode: the heading corresponding to \title disappears, but works in pdfetex: =========== \starttext \setupheadertexts% [][title][\Author][]% \setupheader[style=\sc,state=high] \setuppagenumbering[alternative=doublesided, location={footer,marginedge}] \title{Test Chapter1} \def\Author{Author 1} \dorecurse{10}{\input tufte \input knuth \par} \title{Test Chapter2} \def\Author{Author 1} \stoptext =========== A related problem: I tried doing each article manually, e.g., \setupheadertexts% [][An Article][\Author][]% but the headings start 2 pages earlier than needed. So the last few pages of Article~1 contain the headings for Article~2! Aside from fixing the original problem I'd like to be understand how to handle this manually as well. Idris