From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75089 Path: news.gmane.org!not-for-mail From: =?iso-8859-2?B?UHJvY2jhemthIEx1a+G5IEluZy4gLSBQb250ZXggcy4gci4gby4=?= Newsgroups: gmane.comp.tex.context Subject: Re: Footnotes in formulas Date: Thu, 15 Mar 2012 15:23:10 +0100 Message-ID: References: <20120315124853.GE863@smoon> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1331821404 22416 80.91.229.3 (15 Mar 2012 14:23:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Mar 2012 14:23:24 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 15 15:23:21 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S8BaL-0000ZW-F9 for gctc-ntg-context-518@m.gmane.org; Thu, 15 Mar 2012 15:23:21 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9F03D101E4; Thu, 15 Mar 2012 15:23:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id J3Aw7ZzB15W4; Thu, 15 Mar 2012 15:23:18 +0100 (CET) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8AE48101DF; Thu, 15 Mar 2012 15:23:18 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 72BB7101DF for ; Thu, 15 Mar 2012 15:23:17 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id SvRjKG2DiAn0 for ; Thu, 15 Mar 2012 15:23:16 +0100 (CET) Original-Received: from filter2-nij.mf.surf.net (filter2-nij.mf.surf.net [195.169.124.153]) by balder.ntg.nl (Postfix) with ESMTP id 5E5EF101DE for ; Thu, 15 Mar 2012 15:23:16 +0100 (CET) Original-Received: from mail.pontex.cz (mail.pontex.cz [89.233.168.98]) by filter2-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q2FENC8x027534 for ; Thu, 15 Mar 2012 15:23:15 +0100 Original-Received: from localhost ([127.0.0.1]) by mail.pontex.cz (Kerio MailServer 6.6.2) for ntg-context@ntg.nl; Thu, 15 Mar 2012 15:23:10 +0100 In-Reply-To: <20120315124853.GE863@smoon> User-Agent: Opera Mail/11.61 (Win32) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=89.233.168.98; country=CZ; latitude=49.7500; longitude=15.5000; http://maps.google.com/maps?q=49.7500,15.5000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0aGJOnc4N - b060ac467a08 - 20120315 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.153 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:75089 Archived-At: ... Actually, I'm using \st-formula to center members on the line. Somethin= g similar to what you get using: \hbox to\textwidth{\hfil a\hfil b\hfil c\hfil} I was thinking about \st-combination, too: \startcombination[3*1] {a} {b} {c} \stopcombination But \st-combination doesn't work with non-floats. Lukas On Thu, 15 Mar 2012 13:48:53 +0100, Vladimir Lomov wro= te: > Hello, > ** Proch=E1zka Luk=E1=B9 Ing. - Pontex s. r. o. [2012-03-15 09:34:03 +010= 0]: > >> Hello, > >> what is the good way how to use footnotes in formulas? > >> This code lowers the "Bbb" text: > >> ---- >> \starttext >> \startformula >> Aaa\footnote{Some footnote text} >> \qquad >> Bbb >> \stopformula >> \stoptext >> ---- > >> Example 2: > >> ---- >> \starttext >> \startformula >> Ccc{\footnote{Footnote C}} >> \qquad >> Aaa\footnote{Some footnote text} >> \qquad >> Bbb >> \stopformula >> \stoptext >> ---- > >> In this case, the footnote after "Ccc" doesn't lower next text; >> but "Footnote C" is not listed in the bottom of the page (?). > >> So - how to add a footnote to formula scope? Or to avoid it? > > Sorry, but in which book did you see footnote in mathematical formula? > > >> Best regards, > > > --- > WBR, Vladimir Lomov > -- = Ing. Luk=E1=B9 Proch=E1zka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezov=E1 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038 ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________