ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnotes in formulas
@ 2012-03-15  8:34 Procházka Lukáš Ing. - Pontex s. r. o.
  2012-03-15 12:48 ` Vladimir Lomov
  0 siblings, 1 reply; 6+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-03-15  8:34 UTC (permalink / raw)
  To: ConTeXt

[-- Attachment #1: Type: text/plain, Size: 850 bytes --]

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

[-- Attachment #2: t-Foot.mkiv --]
[-- Type: application/octet-stream, Size: 167 bytes --]

\starttext
  \startformula
    Ccc{\footnote{Some footnote text}}
    \qquad
    Aaa\footnote{Some footnote text}
    \qquad
    Bbb
  \stopformula
\stoptext

[-- Attachment #3: t-Foot.pdf --]
[-- Type: application/pdf, Size: 15743 bytes --]

[-- Attachment #4: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Footnotes in formulas
  2012-03-15  8:34 Footnotes in formulas Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-03-15 12:48 ` Vladimir Lomov
  2012-03-15 14:23   ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Lomov @ 2012-03-15 12:48 UTC (permalink / raw)
  To: ntg-context

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.
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Footnotes in formulas
  2012-03-15 12:48 ` Vladimir Lomov
@ 2012-03-15 14:23   ` Procházka Lukáš Ing. - Pontex s. r. o.
  2012-03-15 14:34     ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-03-15 14:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

... 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 <lomov.vl@gmail.com> wrote:

> 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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Footnotes in formulas
  2012-03-15 14:23   ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-03-15 14:34     ` Wolfgang Schuster
  2012-03-15 16:15       ` Procházka Lukáš Ing. - Pontex s. r. o.
  2012-03-15 16:24       ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 2 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2012-03-15 14:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Footnotes in formulas
  2012-03-15 14:34     ` Wolfgang Schuster
@ 2012-03-15 16:15       ` Procházka Lukáš Ing. - Pontex s. r. o.
  2012-03-15 16:24       ` Procházka Lukáš Ing. - Pontex s. r. o.
  1 sibling, 0 replies; 6+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-03-15 16:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

... OK, it works!

On Thu, 15 Mar 2012 15:34:43 +0100, Wolfgang Schuster <schuster.wolfgang@googlemail.com> wrote:

> 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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Footnotes in formulas
  2012-03-15 14:34     ` Wolfgang Schuster
  2012-03-15 16:15       ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-03-15 16:24       ` Procházka Lukáš Ing. - Pontex s. r. o.
  1 sibling, 0 replies; 6+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-03-15 16:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 789 bytes --]

... 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 <schuster.wolfgang@googlemail.com> wrote:

> \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

[-- Attachment #2: t-Foot2.mkiv --]
[-- Type: application/octet-stream, Size: 113 bytes --]

\starttext
  \startcombination[1*1]
    {A \unit{50 t}\footnote{A footnote}}{}
  \stopcombination
\stoptext

[-- Attachment #3: t-Foot2.pdf --]
[-- Type: application/pdf, Size: 6448 bytes --]

[-- Attachment #4: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-15 16:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-15  8:34 Footnotes in formulas Procházka Lukáš Ing. - Pontex s. r. o.
2012-03-15 12:48 ` Vladimir Lomov
2012-03-15 14:23   ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-03-15 14:34     ` Wolfgang Schuster
2012-03-15 16:15       ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-03-15 16:24       ` Procházka Lukáš Ing. - Pontex s. r. o.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).