From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27342 Path: news.gmane.org!not-for-mail From: "Johan Sandblom" Newsgroups: gmane.comp.tex.context Subject: Re: footnotes in natural tables Date: Fri, 21 Apr 2006 16:14:18 +0200 Message-ID: <97a06f070604210714u6b4af7f3l65cc1073328c816c@mail.gmail.com> References: <97a06f070604201500v28f856b8o6b39669dd83fb6e3@mail.gmail.com> <4448E45A.3090001@wxs.nl> Reply-To: johan.sandblom@ki.se, mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145628877 21823 80.91.229.2 (21 Apr 2006 14:14:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Apr 2006 14:14:37 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 21 16:14:35 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1FWwOy-0005XS-NR for gctc-ntg-context-518@m.gmane.org; Fri, 21 Apr 2006 16:14:28 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 43373127A2; Fri, 21 Apr 2006 16:14:28 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24993-04; Fri, 21 Apr 2006 16:14:23 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DDBE81279F; Fri, 21 Apr 2006 16:14:22 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 591B01279F for ; Fri, 21 Apr 2006 16:14:21 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25059-01 for ; Fri, 21 Apr 2006 16:14:19 +0200 (CEST) Original-Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.236]) by ronja.ntg.nl (Postfix) with SMTP id 3C9391277B for ; Fri, 21 Apr 2006 16:14:18 +0200 (CEST) Original-Received: by wproxy.gmail.com with SMTP id i11so570585wra for ; Fri, 21 Apr 2006 07:14:18 -0700 (PDT) Original-Received: by 10.65.254.5 with SMTP id g5mr1038556qbs; Fri, 21 Apr 2006 07:14:18 -0700 (PDT) Original-Received: by 10.64.232.7 with HTTP; Fri, 21 Apr 2006 07:14:18 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <4448E45A.3090001@wxs.nl> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27342 Archived-At: I tried putting this in the testfile itself but got a complaint about a missing \endcsname. So following some previous advice I put this in texmf-local/tex/context/base/cont-loc.tex and rebuilt the format. Processing the testfile did not generate an error but also no improvement. How should I use this code? Johan 2006/4/21, Hans Hagen : > Johan Sandblom wrote: > > With the following file the footnotes are typeset on top of each > > other. What am I doing wrong? > > > > Johan > > > > \starttext > > \startlocalfootnotes[n=0, location={text, none}] > > \bTABLE > > \bTR \bTD Sinuit \eTD > > \bTD penicillin V \eTD > > \bTD amoxicillin, pivampicillin, cefalosporin\footnote[cef]{Ej > > cefadroxil eller cefalexin pga H infl}, doxycyklin, > > trim-sulfa \eTD \eTR > > \bTR \bTD Otit \eTD > > \bTD penicillin V \eTD > > \bTD amoxicillin, pivampicillin, makrolid\footnote{Endast vid > > allergi}, cefalosporin\note[cef], trim-sulfa \eTD \eTR > > \eTABLE\stoplocalfootnotes%} > > \placelocalfootnotes > > \stoptext > > > \def\doplacelocalnotes[#1][#2]% > {\bgroup > \processnotes > {\dolocalsetupnotes{#1}{#2}% > \expanded{\doifinsetelse{\v!none}{\noteparameter\c!location}} > \placenotesasnone\placenotesintext\localpostponednotes}% > \egroup > \checknotes} > > still not what it should do but already better > > ----------------------------------------------------------------- > 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 > ----------------------------------------------------------------- > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > -- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell