From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10753 Path: main.gmane.org!not-for-mail From: Guy Worthington Newsgroups: gmane.comp.tex.context Subject: Re: Lost in the murky detail of designing a page layout Date: 05 Feb 2003 16:07:17 +0800 Sender: ntg-context-admin@ntg.nl Message-ID: References: <87wukg5qi1.fsf@gundla.ch> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044431998 8170 80.91.224.249 (5 Feb 2003 07:59:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 07:59:58 +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 18gKTN-00027d-00 for ; Wed, 05 Feb 2003 08:59:57 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5227E10B40; Wed, 5 Feb 2003 09:01:52 +0100 (MET) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by ref.ntg.nl (Postfix) with ESMTP id 4160810B13 for ; Wed, 5 Feb 2003 09:00:41 +0100 (MET) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18gKS8-00024u-00 for ; Wed, 05 Feb 2003 08:58:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ref.ntg.nl Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18gKS7-00024l-00 for ; Wed, 05 Feb 2003 08:58:39 +0100 Original-Lines: 45 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:10753 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10753 Thanks Patrick for the example. It's a start (the A4 typesetting area looks good). Now I need to flesh out some of the details. If I explain how I'd go about it using Hans diagram on pg 30 of the english ConTeXt manual, maybe I'll make myself clearer (well at least clearer than my initial correspondence). 1) define A4 typesetting area width = 2.5 times the length of the lowercase alphabet in the default font -- lucida-bright at 12pt height = golden-ratio times width this is the inclusive area header + text + footer. 2) If you look at the figure on page 30 of the english ConTeXt manual, Hans has drawn a hatched area called "footer". I'd like the distance between the baseline of the last line of text in the main text area and the baseline of the footer to be equal to two times the leading of the main font in white space plus the leading of the footer line: footer = 2 * \baselineskip whitespace + \baselineskip footer text 3) If you look at the hatched area on page 30 called "header" I'd like the distance from the top of the header to baseline of line 1 of the main text to be the twice the leading of the main font in white space plus the height of a one strutbox. header = \baseline header text + 2 * \baselineskip whitespace + \ht\strutbox main text 4) If you look at the area on page 30 called text, I'd like the text area to 41 lines. height = 41 \baselineskip 5) I'd like any whitespace needed to compensate for underfull \vbox messages to be divided equally between the whitespace separating the header and the text and the footer and the text. 5) I'd like backspace and topspace margins to be equal to the width divided by seven.