From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29708 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: indentnext for footnotes wanted (solved) Date: Wed, 26 Jul 2006 18:23:32 +0200 Message-ID: References: <627813FD-9BFF-41D3-BFEF-5D8A5B6FC511@st.estfiles.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1153931055 5486 80.91.229.2 (26 Jul 2006 16:24:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Jul 2006 16:24:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jul 26 18:24:12 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 1G5mAm-0007FU-OQ for gctc-ntg-context-518@m.gmane.org; Wed, 26 Jul 2006 18:23:48 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3783E1FDDB; Wed, 26 Jul 2006 18:23:48 +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 02150-02; Wed, 26 Jul 2006 18:23:43 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 177E41FD09; Wed, 26 Jul 2006 18:23:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A9FBE1FD09 for ; Wed, 26 Jul 2006 18:23:40 +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 02137-04 for ; Wed, 26 Jul 2006 18:23:37 +0200 (CEST) Original-Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.18.43]) by ronja.ntg.nl (Postfix) with SMTP id 7CDD31FCBB for ; Wed, 26 Jul 2006 18:23:36 +0200 (CEST) Original-Received: (qmail 2106 invoked from network); 26 Jul 2006 16:23:35 -0000 Original-Received: from unknown (HELO [217.184.22.136]) (698580@[217.184.22.136]) (envelope-sender ) by smtprelay05.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 26 Jul 2006 16:23:35 -0000 In-Reply-To: <627813FD-9BFF-41D3-BFEF-5D8A5B6FC511@st.estfiles.de> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:29708 Archived-At: ...just taking a break and wandering trough the GARDEN I found the = answer =96 Vit's solution from last summer: \let\footnoteO\footnote \def\footnote{\dosingleempty\mydofootnote} \long\def\mydofootnote[#1]#2{% \iffirstargument \footnoteO[#1]{\setupindenting[small,yes]#2}% \else \footnoteO{\setupindenting[small,yes]#2}% \fi } Beautiful, isn't it? Steffen Am 26.07.2006 um 11:07 schrieb Steffen Wolfrum: > Hi, > > I need an indentnext=3Dauto for footnotes having more than one = > paragraph. > But the assumed command don't work - see below. > > Someone knows the solution? > > > \setupheads[indentnext=3Dauto] > \setupindenting[small,yes] > \setupitemize [indentnext=3Dauto] > \setuptyping [indentnext=3Dauto] > \setupformulas[indentnext=3Dauto] > > \setupfootnotes[numbercommand=3D\quad] > \setupfootnotedefinition[distance=3D1em,location=3Dserried,indentnext=3Dy= es] > \starttext > > text\footnote{\input knuth\par \input knuth\par } > > \stoptext > > > > Thank you, > Steffen > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >