From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13086 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: spacing in heads Date: Thu, 04 Sep 2003 21:25:35 +0200 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: References: <3F5785B1.40204@arcor.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062705067 1922 80.91.224.253 (4 Sep 2003 19:51:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2003 19:51:07 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Sep 04 21:51:05 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19v08G-00061C-00 for ; Thu, 04 Sep 2003 21:51:04 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6984710B90; Thu, 4 Sep 2003 21:51:01 +0200 (MEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ref.ntg.nl (Postfix) with ESMTP id 6981D10B7F for ; Thu, 4 Sep 2003 21:28:46 +0200 (MEST) Original-Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19uzmf-0004Lr-00; Thu, 04 Sep 2003 21:28:45 +0200 Original-Received: from [62.72.92.84] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19uzme-0007Ge-00; Thu, 04 Sep 2003 21:28:45 +0200 Original-Received: from [192.168.1.2] (helo=burger.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 19uzjT-0000rM-00; Thu, 04 Sep 2003 21:25:27 +0200 Original-Received: from schnee.local (localhost [127.0.0.1]) by burger.local (8.12.9/8.12.9) with ESMTP id h84JPZhX022305; Thu, 4 Sep 2003 21:25:35 +0200 (CEST) Original-Received: (from pg@localhost) by schnee.local (8.12.9/8.12.2/Submit) id h84JPZLA022304; Thu, 4 Sep 2003 21:25:35 +0200 (CEST) X-Authentication-Warning: schnee.local: pg set sender to patrick@gundla.ch using -f Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: <3F5785B1.40204@arcor.de> (Peter Rolf's message of "Thu, 04 Sep 2003 20:34:25 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk 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:13086 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13086 Peter Rolf writes: Hello Peter, thanks for the answer, I was actually using the visual debugger, but I wasn't able to tell what the small sqare was for. So one other question: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \showmakeup \starttext \setuphead[section][textcommand=\framed,before=] \hbox{\framed[width=5cm,height=5cm,align={middle,high},offset=0pt]{% offset=0pt hp\section{Hello} why is there so much space above the word hello??} \framed[width=5cm,height=5cm,align={middle,high},offset=none]{% offset=none hp\section{Hello} why is there so much space above the word hello??}} \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% what is the difference between offset=0pt and offset=none? I thought that it would only insert a strut, but then again I thought that a strut has the height and the depth of the font. This is clearly not the case here, since the f (or h) should be the highest char and p pretty deep. But compared to the right example there is some space above the f and below the p. Patrick