From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16003 Path: main.gmane.org!not-for-mail From: Eros Albertazzi Newsgroups: gmane.comp.tex.context Subject: Re: Re: howto overlayers on section head Date: Tue, 10 Aug 2004 13:54:38 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <4118B77E.5080604@bo.imm.cnr.it> References: <41188A2F.9060601@bo.imm.cnr.it> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1092139091 21370 80.91.224.253 (10 Aug 2004 11:58:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2004 11:58:11 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 10 13:58:02 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 1BuVGU-0000qx-00 for ; Tue, 10 Aug 2004 13:58:02 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DC90A1276B; Tue, 10 Aug 2004 13:58:01 +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 02750-08; Tue, 10 Aug 2004 13:58:01 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 075D91276D; Tue, 10 Aug 2004 13:54:39 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 133FC1276D for ; Tue, 10 Aug 2004 13:54:37 +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 02912-02 for ; Tue, 10 Aug 2004 13:54:36 +0200 (CEST) Original-Received: from lotto.bo.imm.cnr.it (unknown [192.167.170.7]) by ronja.ntg.nl (Postfix) with ESMTP id 8FFDA1276B for ; Tue, 10 Aug 2004 13:54:36 +0200 (CEST) Original-Received: from [192.167.170.15] (psyche.bo.imm.cnr.it [192.167.170.15]) by lotto.bo.imm.cnr.it (Postfix) with ESMTP id C8AE6660020; Tue, 10 Aug 2004 13:54:33 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: 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:16003 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16003 Patrick Gundlach wrote: > and down to the last item and take a look at > > http://levana.de/emacs/refcard/emacs.pdf > > The sources are avialable there. > > > I have made some MP graphic around the section heading. Thanks a lot. I think I start to grasp. I have experimented with some other graphics but if I use "chapter" instead of "subject" as section heading the result is different. I believe it depends on your \def\HeadTitle#1#2{\hbox to \hsize% {\hfil% \framed[frame=off, background=myhead, offset=overlay, align=middle]{#1#2}\hfil}} tighted to the latter heading and not to the former . Am I right? Deeply down to low level TeX at this point? Is just a question to redefine a command adding background=something-of-mine ? Then where these command are discribed? regards