From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15851 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: more footnotes:-) Date: Wed, 28 Jul 2004 15:51:49 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <4107AF75.2060603@wxs.nl> References: <41085553@webmail.colostate.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1091022730 7505 80.91.224.253 (28 Jul 2004 13:52:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2004 13:52:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jul 28 15:51:57 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 1Bpoqb-0004gK-00 for ; Wed, 28 Jul 2004 15:51:57 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B9ABF12788; Wed, 28 Jul 2004 15:51:56 +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 17751-03; Wed, 28 Jul 2004 15:51:54 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EE4E012778; Wed, 28 Jul 2004 15:51:53 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E3C0512778 for ; Wed, 28 Jul 2004 15:51:51 +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 17854-01 for ; Wed, 28 Jul 2004 15:51:51 +0200 (CEST) Original-Received: from mailrelay02.solcon.nl (unknown [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id 4B665126F8 for ; Wed, 28 Jul 2004 15:51:51 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i6SDpmcp014856 for ; Wed, 28 Jul 2004 15:51:48 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 868411B39D; Wed, 28 Jul 2004 15:51:50 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 90EEF1856D for ; Wed, 28 Jul 2004 13:51:49 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <41085553@webmail.colostate.edu> X-Virus-Scanned: clamd / ClamAV version 0.75, clamav-milter version 0.75 on mailrelay02 X-Virus-Status: Clean 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:15851 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15851 ishamid wrote: >Dear partners in crime, > > % program=aleph output=dvipdfmx % the next texexec will automatically generate pdf which is handy for scit eusers -) \setupcolors[state=start] \starttext \pagedir TRT \bodydir TRT \pardir TRT \textdir TRT \mathdir TRT test {\red test} test\footnote{oeps} \framed{oeps} \page \appendtoks \pardir TLT \textdir TLT \mathdir TLT \to \everypagebody \appendtoks \pardir TLT \textdir TLT \mathdir TLT \to \everyforgetall test {\red test} test\footnote{oeps} \framed{oeps} \stoptext so what we need is a decent model for directions - text - graphics - math - footnotes - ...? any ideas on what kind of control is needed? >I have come across a situation where, in a left-to-right document, I need to >make the footnotes operate right to left: that is, the footnote numeral and >rule should be on the right side of the page. Now when using the global >direction changes that eomega/Gamma offers, this is trivial for a global >right-to-left document (\pagedir TRT and \bodydir TRT are the global >settings), but in a globally left-to-right document I have not been able to >get this to work locally. > >To explain: > >\textdir TRT > >and > >\pardir TRT > >locally switch the text and paragraph directions respectively, but not the >footnote markers and rule. This is correct behavior of course. But I have an >article that includes a long right-to-left extract with footnotes, and those >footnotes need to be RL in the sense described above (numeral + rule). Is >there any way to add a parameter option to \setupfoonotes which, >between---say, a \start-\stop---that can locally switch the location of the >numeral and marker to RL? > >Please help: I'm supposed to send this thing to the printer next week:-)) > >Best >Idris > >PS \pagedir TRT and \bodydir TRT don't seem to help this proble when applied >in a local context. > > >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > >================================================================ >Deze e-mail is door E-mail VirusScanner van Planet Internet gecontroleerd op virussen. >Op http://www.planet.nl/evs staat een verwijzing naar de actuele lijst waar op wordt gecontroleerd. > > > > > -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------