Re: [NTG-context] local footnotes and captions

2022-06-16 Thread Henning Hraban Ramm via ntg-context
If I combine the examples from the different threads (see attachment) – local and postponed footnotes – the local footnotes get repeated in global scope after the postponing. Hraban footnote-local.tex Description: TeX document ___

Re: [NTG-context] local footnotes and captions

2022-06-16 Thread Denis Maier via ntg-context
\stoptable} {\placelocalfootnotes} \stopplacetable \stoplocalfootnotes ? Best, Denis > -Ursprüngliche Nachricht- > Von: ntg-context Im Auftrag von Hans Hagen > via ntg-context > Gesendet: Donnerstag, 16. Juni 2022 14:13 > An: Denis Maier via ntg-context > Cc: Hans Hag

Re: [NTG-context] local footnotes and captions

2022-06-16 Thread Hans Hagen via ntg-context
On 6/16/2022 12:43 PM, Denis Maier via ntg-context wrote: Hi, another experiment with footnotes in captions, this time local footnotes : %%% \setupcaptions[location=top] \starttext     \startlocalfootnotes     \placetable     % The

[NTG-context] local footnotes and captions

2022-06-16 Thread Denis Maier via ntg-context
Hi, another experiment with footnotes in captions, this time local footnotes : %%% \setupcaptions[location=top] \starttext \startlocalfootnotes \placetable % The caption {A breakfast table.\footnote{asdf}} % the table

Re: [NTG-context] Local footnotes

2011-11-10 Thread Andreas Harder
On 10.11.2011, at 14:27, Wolfgang Schuster wrote: > > Am 10.11.2011 um 10:47 schrieb Andreas Harder: > >> Hi Hans, >> >> here is the minimal example which shows the problem with local footnotes. >> >> \starttext >> \startlocalfootnotes >> \dorecurse{23}{footnote\footnote{footnote}\par} % er

Re: [NTG-context] Local footnotes

2011-11-10 Thread Wolfgang Schuster
Am 10.11.2011 um 10:47 schrieb Andreas Harder: > Hi Hans, > > here is the minimal example which shows the problem with local footnotes. > > \starttext > \startlocalfootnotes >\dorecurse{23}{footnote\footnote{footnote}\par} % error >% \dorecurse{22}{footnote\footnote{footnote}\par} % OK

[NTG-context] Local footnotes

2011-11-10 Thread Andreas Harder
Hi Hans, here is the minimal example which shows the problem with local footnotes. \starttext \startlocalfootnotes \dorecurse{23}{footnote\footnote{footnote}\par} % error % \dorecurse{22}{footnote\footnote{footnote}\par} % OK \placelocalfootnotes \stoplocalfootnotes \stoptext Re

Re: [NTG-context] local footnotes

2009-02-23 Thread Albrecht Kauffmann
cht- > Von: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] Im > Auftrag von Albrecht Kauffmann > Gesendet: Freitag, 20. Februar 2009 09:18 > An: mailing list for ConTeXt users > Betreff: [NTG-context] local footnotes > > Hi all, > > please have a look to the

[NTG-context] local footnotes

2009-02-20 Thread Albrecht Kauffmann
Hi all, please have a look to the following small table with its own footnotes: \setupoutput[pdftex] \starttext \startlocalfootnotes[n=0,conversion=characters] \placetable[here][]{} \placelegend { \tfx \setupTABLE [frame=off] \bTABLE \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR \bTR\bTD 2.\footnote[f

Re: [NTG-context] local footnotes

2009-02-20 Thread Thomas Floeren
Kauffmann Gesendet: Freitag, 20. Februar 2009 09:18 An: mailing list for ConTeXt users Betreff: [NTG-context] local footnotes Hi all, please have a look to the following small table with its own footnotes: \setupoutput[pdftex] \starttext \startlocalfootnotes[n=0,conversion=characters] \placetable

Re: [NTG-context] local footnotes

2009-02-13 Thread Thomas Floeren
-Ursprüngliche Nachricht- Von: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] Im Auftrag von Albrecht Kauffmann Gesendet: Mittwoch, 11. Februar 2009 16:35 An: mailing list for ConTeXt users Betreff: [NTG-context] local footnotes Hi all, please have a look to the following

[NTG-context] local footnotes

2009-02-13 Thread Albrecht Kauffmann
Hi all, please have a look to the following small table with its own footnotes: \setupoutput[pdftex] \starttext \startlocalfootnotes[n=0,conversion=characters] \placetable[here][]{} \placelegend { \tfx \setupTABLE [frame=off] \bTABLE \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR \bTR\bTD 2.\footnote[f

[NTG-context] Local footnotes: note in caption, text below table

2005-08-24 Thread Tobias Burnus
Hello, I'd like to have: TABLE 1.1: Some caption¹ -- table -- ¹ footnote text I tried \startlocalfootnotes[conversion=character,textstyle=\it] \placetable[][realSH]{Real... \footnote{Taken from...}} {\starttable[|c|c|c|c|] % \stoptable \place