From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24593 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: How to setup this type of header? Date: Wed, 21 Dec 2005 18:56:37 +0100 Message-ID: <43A99755.50408@elvenkind.com> References: <43A98126.5060001@touchtelindia.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135187995 8942 80.91.229.2 (21 Dec 2005 17:59:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 17:59:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 21 18:59:53 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ep8CE-0000wB-EZ for gctc-ntg-context-518@m.gmane.org; Wed, 21 Dec 2005 18:56:14 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 37B14128A2; Wed, 21 Dec 2005 18:56:14 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32748-01-8; Wed, 21 Dec 2005 18:56:10 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 07C861287A; Wed, 21 Dec 2005 18:56:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2421A1287A for ; Wed, 21 Dec 2005 18:56:09 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32748-01-7 for ; Wed, 21 Dec 2005 18:56:08 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with ESMTP id 364EC12877 for ; Wed, 21 Dec 2005 18:56:07 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:53676 helo=[192.168.1.3]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1Ep8C7-000OSE-Nm for ntg-context@ntg.nl; Wed, 21 Dec 2005 17:56:07 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43A98126.5060001@touchtelindia.net> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24593 Archived-At: R S Ananda Murthy wrote: > How to setup this type of header? I do not want dashed line below the > header. Header should not be printed on a page where a chapter is starting. > > My body text should be in postscript Times Roman font. Here you go. This is not the only solution (maybe not even the nicest) but it works for me. % \setuppagenumbering [location=, % .. of the automatically placed page number alternative=doublesided] % so left and right are different % pair 1 = left side of odd pages % pair 2 = right side of odd pages (empty) % pair 3 = left side of even pages % pair 4 = right side of even pages (empty) \setupheadertexts [\rlap{\the\pageno}\centerline{Put your title here}] [] [\centerline{\getmarking[chapter]}\llap{\the\pageno}] [] % no headers above chapter titles: \setuphead[chapter][header=empty] % load psnfss definitions % Uncomment the next if you have not installed cont-fnt.zip, % but instead have a working LaTeX installation. % \usetypescript[adobekb][ec] % register the times typescript \usetypescript[times][ec] % and start using it \setuptobodyfont[times] > Thanks for your help. > > Anand > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context