From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20164 Path: news.gmane.org!not-for-mail From: Frank Grieshaber Newsgroups: gmane.comp.tex.context Subject: ConTeXt oddities Date: Sun, 01 May 2005 17:57:30 +0200 Message-ID: <4274FC6A.7060207@online-resourcen.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114962770 2082 80.91.229.2 (1 May 2005 15:52:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 15:52:50 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun May 01 17:52:48 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 1DSGkK-0004H5-5K for gctc-ntg-context-518@m.gmane.org; Sun, 01 May 2005 17:52:40 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76FA2127A7; Sun, 1 May 2005 17:58:33 +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 31008-05-4; Sun, 1 May 2005 17:58:30 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2760C1278E; Sun, 1 May 2005 17:58:30 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CFB7E1278E for ; Sun, 1 May 2005 17:58:28 +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 31008-05-3 for ; Sun, 1 May 2005 17:58:28 +0200 (CEST) Original-Received: from server5.web4a.de (server5.web4a.de [82.149.231.244]) by ronja.ntg.nl (Postfix) with ESMTP id CED6F1278D for ; Sun, 1 May 2005 17:58:27 +0200 (CEST) Original-Received: from [85.178.21.57] (e178021057.adsl.alicedsl.de [85.178.21.57]) by server5.web4a.de (server5.web4a.de) with ESMTP id 3B6E3C817F for ; Sun, 1 May 2005 17:58:25 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: de-DE, de, en-us, en Original-To: ntg-context@ntg.nl 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20164 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20164 Dear fellow-ConTeXters, working with Context I noticed some small, strange behaviours: 1. I arranged pages in the following way: \definepapersize[myCustomLayout][width=12cm, height=19cm] \setuppapersize[myCustomLayout][A4,landscape] \setuparranging[2SIDE] now, when I use \showsetups I get the following values: paperhight: 18.9973cm paperwidth: 11.99829cm (happens with the rest of layout-definitions as well) well, sure enough nobody will see the difference in print... but nevertheless a bit annoying if you wanted to show the result of \showsetups to your clients (maybe the values are converted from cm to pt and back again?) 2. for control of orphans and widows I use the following: \clubpenalty=8000 \widowpenalty=8000 it seems, this has to be inserted after \starttext, which is - I think - not a too good place for such a global definition, shouldn't it be in the setup area before \starttext? but there I cant't get it working. Or am I doing something wrong with the commands? 3. if a command has lots of options it's better to sort of "pretty-print" those like the following: \setuplayout[ backspace=15mm, cutspace=10mm, ... grid=yes, marking=on, ] After some time (lots of time..) I figured out that the last "," is a must, without it, the last option is ignored - why is that? 4. I am well aware this has been asked before on this list, but no good solution came up: I need the footnote ref number to be beneath the main text, not in the small blank space between the text and the margin column. I managed to get it working with the hack by Paul Tremblay posted on this list some time ago and defined my own \myFootnote-command for it, but that is a "quick and dirty" solution, there has to be a better way, so I'd like to raise the question once again: How can this be done? Is it that difficult to change this kind of strange setting of footnotes? Many thanks for your answers, Frank