From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16532 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: picture in \chapter Date: Thu, 23 Sep 2004 10:48:53 +0200 Organization: Elvenkind Sender: ntg-context-bounces@ntg.nl Message-ID: <20040923104853.6ce574f2@glenlivet.elvenkind.com> References: <20040922233604.13786.qmail@server266.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1095929350 2780 80.91.229.6 (23 Sep 2004 08:49:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2004 08:49:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 23 10:48:58 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CAPHe-0001Om-00 for ; Thu, 23 Sep 2004 10:48:58 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 077B91278D; Thu, 23 Sep 2004 10:48:58 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31166-01; Thu, 23 Sep 2004 10:48:57 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CC6A412775; Thu, 23 Sep 2004 10:48:56 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ED5BD12775 for ; Thu, 23 Sep 2004 10:48:54 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31087-05 for ; Thu, 23 Sep 2004 10:48:54 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com (unknown [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id 6535912772 for ; Thu, 23 Sep 2004 10:48:54 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 258B8124F2; Thu, 23 Sep 2004 10:48:10 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12304-01; Thu, 23 Sep 2004 10:48:09 +0200 (CEST) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with SMTP id 5FD28118B9; Thu, 23 Sep 2004 10:48:09 +0200 (CEST) Original-To: ciro , mailing list for ConTeXt users In-Reply-To: <20040922233604.13786.qmail@server266.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i586-mandrake-linux-gnu) X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: by 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16532 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16532 There will no doubt be a clean solution using \setuphead, but I do not know off-hand how to and have not enough time to try things. You could use a hack like this: \chapter{\llap{\externalfigure[mini.png]~~}whatever} which is not nice, but more or less functional. \setuphead[chapter][margin=1in] can be used to control the left indent. On Wed, 22 Sep 2004 23:36:04 , ciro wrote: > How do I include a picture in the \chapter definition? > I want a picture included in between the chapter number and the > chapter name, and would like to control its position as well. -- groeten, Taco