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? Best regards, Lukas -- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038
Hello, ** Procházka Lukáš Ing. - Pontex s. r. o. [2012-03-15 09:34:03 +0100]:
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 -- Consultant, n.: [From con "to defraud, dupe, swindle," or, possibly, French con (vulgar) "a person of little merit" + sult elliptical form of "insult."] A tipster disguised as an oracle, especially one who has learned to decamp at high speed in spite of a large briefcase and heavy wallet.
... Actually, I'm using \st-formula to center members on the line. Something 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
Hello, ** Procházka Lukáš Ing. - Pontex s. r. o. [2012-03-15 09:34:03 +0100]:
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áš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038
Am 15.03.2012 um 15:23 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
... Actually, I'm using \st-formula to center members on the line. Something 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.
What’s a “non-float” and why can’t you use combinations? \starttext \midaligned {\startcombination[3*1] {A}{} {B}{} {C}{} \stopcombination} \stoptext Wolfgang
... OK, it works!
On Thu, 15 Mar 2012 15:34:43 +0100, Wolfgang Schuster
What’s a “non-float” and why can’t you use combinations?
I missed the other command for each "tile" of the combination - its caption; that's why my example didn't work.
\startcombination[3*1] {a} {b} {c} \stopcombination
So I deduced "... This command can be used with figures, tables or other floats." (http://wiki.contextgarden.net/Command/startcombination) actually means "this command REQUIRES figures, floats...", i.e. it doesn't work with non-floats. Sorry for misunderstanding - my fault.
\starttext
\midaligned {\startcombination[3*1] {A}{} {B}{} {C}{} \stopcombination}
\stoptext
Wolfgang
And thanks for the solution. Best regards, Lukas -- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038
... Anyway, footnote doesn't appear even when using \st-combination:
----
\starttext
\startcombination[1*1]
{A \unit{50 t}\footnote{A footnote}}{}
\stopcombination
\stoptext
----
- There is no footnote #1 ("A footnote") at the bottom of the page.
So what is the problem?
Best regards,
Lukas
On Thu, 15 Mar 2012 15:34:43 +0100, Wolfgang Schuster
\starttext
\midaligned {\startcombination[3*1] {A}{} {B}{} {C}{} \stopcombination}
\stoptext
Wolfgang
-- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038
participants (3)
-
Procházka Lukáš Ing. - Pontex s. r. o.
-
Vladimir Lomov
-
Wolfgang Schuster