ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: local footnote (Tables) problem
@ 2009-11-21 13:43 Bowen Alan C.
  2009-11-23  7:49 ` Taco Hoekwater
  0 siblings, 1 reply; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-21 13:43 UTC (permalink / raw)
  To: mailing ConTeXt users list for

Please excuse my persistence. The following is a minimal file illustrating a problem that I am having with a multipage table with local footnotes. Setting split=yes or split=repeat in \setuptables produces obviously unsatisfactory results. What I need is a multipage table that has good page divisions and puts the table's label on the last page only. I have been unable to find  documentation that would help with this yet.

I am using MK2 in today’s Context in the Context Minimals.

Alan

\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptables
[bodyfont=9pt,
 width=\textwidth,
 rulethickness=0.03em,
 distance=big,
 split=repeat]

\placetable
[split,top,nonumber]
[tab:Table03]
{Table 3}
{\startlocalfootnotes[conversion=character,bodyfont=9pt]
 \placelegend
   {\startframedtext[frame=off,offset=none,width=fit]
    \starttablehead
    \HL[3]
    \NC \REF[c]{Column A} \NC \REF[c]{Column B} \NC\SR
    \HL
    \stoptablehead
    \starttable[|p(11.5pc)|p(11.5pc)|]
    \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
    \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
   \NC \input knuth                        \NC 	\NC\AR
  \NC                         \NC \input knuth	\NC\AR
      \NC \input knuth                        \NC 	\NC\AR
    \stoptable
    \stopframedtext}
   {\footnotetext[a]{A local footnote.}
    \footnotetext[b]{Another local footnote.}
    \hskip2pc\mbox{\placelocalfootnotes}}
 \stoplocalfootnotes}

\stop

\stoptext

___________________________________________________________________________________
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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-21 13:43 local footnote (Tables) problem Bowen Alan C.
@ 2009-11-23  7:49 ` Taco Hoekwater
  2009-11-23  7:51   ` Wolfgang Schuster
  0 siblings, 1 reply; 16+ messages in thread
From: Taco Hoekwater @ 2009-11-23  7:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Bowen Alan C. wrote:
> Please excuse my persistence. The following is a minimal file
> illustrating a problem that I am having with a multipage table with
> local footnotes. Setting split=yes or split=repeat in \setuptables
> produces obviously unsatisfactory results. What I need is a multipage
> table that has good page divisions and puts the table's label on the
> last page only. I have been unable to find  documentation that would
> help with this yet.

My guess is that you should be using TABLE:

  http://wiki.contextgarden.net/TABLE

it seems that TaBlE does not support splitting p() columns and
(iirc) TABLE does.

Best wishes,
Taco

___________________________________________________________________________________
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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-23  7:49 ` Taco Hoekwater
@ 2009-11-23  7:51   ` Wolfgang Schuster
  2009-11-23 22:15     ` Bowen Alan C.
                       ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Wolfgang Schuster @ 2009-11-23  7:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 23.11.2009 um 08:49 schrieb Taco Hoekwater:

> it seems that TaBlE does not support splitting p() columns and
> (iirc) TABLE does.

TABLE doesn't (each cell is a \framed) but tabulate does

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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-23  7:51   ` Wolfgang Schuster
@ 2009-11-23 22:15     ` Bowen Alan C.
  2009-11-23 22:26     ` Bowen Alan C.
  2009-11-23 22:26     ` Bowen Alan C.
  2 siblings, 0 replies; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-23 22:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang—

Using tabulate does seem, to help: I still get odd labeling and a no page break.

\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptabulate
[bodyfont=9pt,
width=\textwidth,
rulethickness=0.03em,
distance=big,
split=yes,
header=repeat]

\placetable
[split, top,nonumber]
[tab:Table03]
{Table 3}
{\startlocalfootnotes[conversion=character,bodyfont=9pt]
\placelegend
{\startframedtext[frame=off,offset=none,width=fit]
  \starttabulatehead
   \HL
   \NC {Column A} \NC {Column B} \NC\SR
   \HL
   \stoptabulatehead
   \starttabulate[|p(11.5pc)|p(11.5pc)|]
   \NC {1[4].341||345 [= F21.82||86]} \NC{6.29.3||4} \NC\SR
   \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
  \NC \input knuth                        \NC 	\NC\AR
 \NC                         \NC \input knuth	\NC\AR
     \NC \input knuth                        \NC 	\NC\AR
   \stoptabulate
   \stopframedtext}
  {\footnotetext[a]{A local footnote.}
   \footnotetext[b]{Another local footnote.}
   \hskip2pc\mbox{\placelocalfootnotes}
	}
\stoplocalfootnotes}

\stop

\stoptext

On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote:

> 
> Am 23.11.2009 um 08:49 schrieb Taco Hoekwater:
> 
>> it seems that TaBlE does not support splitting p() columns and
>> (iirc) TABLE does.
> 
> TABLE doesn't (each cell is a \framed) but tabulate does
> 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-23  7:51   ` Wolfgang Schuster
  2009-11-23 22:15     ` Bowen Alan C.
@ 2009-11-23 22:26     ` Bowen Alan C.
  2009-11-23 22:35       ` Fwd: " Bowen Alan C.
  2009-11-23 22:26     ` Bowen Alan C.
  2 siblings, 1 reply; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-23 22:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang—

I have switched the minimal example to tabulate. The problem is that this entails little progress because I can find no documentation that explains
(a) how to format (e.g., center) the content of specific cells---\REF does not seem to work any more.
(b) how to get weighted rules---\HL[3] no longer works
(c) how to avoid getting the label for the table on the first page
(d) how to get a decent page break.
I have checked Hans' MAPs article as we all as the wiki. There is reference to a new tabulate module that you were working on, but the link goes nowhere.

I can work around (a) and (b) if I have to, but (c) and (d) are crucial.

Alan


\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptabulate
[bodyfont=9pt,
width=\textwidth,
rulethickness=0.03em,
distance=big,
split=yes
header=repeat]

\placetable
[split, top,nonumber]
[tab:Table03]
{Table 3}
{\startlocalfootnotes[conversion=character,bodyfont=9pt]
\placelegend
{\startframedtext[frame=off,offset=none,width=fit]
  \starttabulatehead
   \HL
   \NC {Column A} \NC {Column B} \NC\SR
   \HL
   \stoptabulatehead
   \starttabulate[|p(11.5pc)|p(11.5pc)|]
   \NC {1[4].341||345 [= F21.82||86]} \NC{6.29.3||4} \NC\SR
   \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
  \NC \input knuth                        \NC 	\NC\AR
 \NC                         \NC \input knuth	\NC\AR
     \NC \input knuth                        \NC 	\NC\AR
   \stoptabulate
   \stopframedtext}
  {\footnotetext[a]{A local footnote.}
   \footnotetext[b]{Another local footnote.}
   \hskip2pc\mbox{\placelocalfootnotes}}
\stoplocalfootnotes}

\stop

\stoptext

On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote:

> 
> Am 23.11.2009 um 08:49 schrieb Taco Hoekwater:
> 
>> it seems that TaBlE does not support splitting p() columns and
>> (iirc) TABLE does.
> 
> TABLE doesn't (each cell is a \framed) but tabulate does
> 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-23  7:51   ` Wolfgang Schuster
  2009-11-23 22:15     ` Bowen Alan C.
  2009-11-23 22:26     ` Bowen Alan C.
@ 2009-11-23 22:26     ` Bowen Alan C.
  2 siblings, 0 replies; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-23 22:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang—

Using tabulate does seem, to help: I still get odd labeling and a no page break.

\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptabulate
[bodyfont=9pt,
width=\textwidth,
rulethickness=0.03em,
distance=big,
split=yes,
header=repeat]

\placetable
[split, top,nonumber]
[tab:Table03]
{Table 3}
{\startlocalfootnotes[conversion=character,bodyfont=9pt]
\placelegend
{\startframedtext[frame=off,offset=none,width=fit]
 \starttabulatehead
  \HL
  \NC {Column A} \NC {Column B} \NC\SR
  \HL
  \stoptabulatehead
  \starttabulate[|p(11.5pc)|p(11.5pc)|]
  \NC {1[4].341||345 [= F21.82||86]} \NC{6.29.3||4} \NC\SR
  \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
 \NC \input knuth                        \NC 	\NC\AR
\NC                         \NC \input knuth	\NC\AR
    \NC \input knuth                        \NC 	\NC\AR
  \stoptabulate
  \stopframedtext}
 {\footnotetext[a]{A local footnote.}
  \footnotetext[b]{Another local footnote.}
  \hskip2pc\mbox{\placelocalfootnotes}
	}
\stoplocalfootnotes}

\stop

\stoptext

On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote:

> 
> Am 23.11.2009 um 08:49 schrieb Taco Hoekwater:
> 
>> it seems that TaBlE does not support splitting p() columns and
>> (iirc) TABLE does.
> 
> TABLE doesn't (each cell is a \framed) but tabulate does
> 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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
___________________________________________________________________________________
___________________________________________________________________________________
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] 16+ messages in thread

* Fwd:  local footnote (Tables) problem
  2009-11-23 22:26     ` Bowen Alan C.
@ 2009-11-23 22:35       ` Bowen Alan C.
  0 siblings, 0 replies; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-23 22:35 UTC (permalink / raw)
  To: mailing ConTeXt users list for


[-- Attachment #1.1: Type: text/plain, Size: 3105 bytes --]

I apologize to the list for the second message. My keyboard and trackpad have gone sticky and unpredictable, and I misfired.

The message below (the first message) is the one that I wanted to send. Please ignore the second.

A.

Begin forwarded message:

> From: Bowen Alan C. <acbowen@Princeton.EDU>
> Date: 11 23, 2009 17:26:37 EST
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] local footnote (Tables) problem
> 
> Wolfgang—
> 
> I have switched the minimal example to tabulate. The problem is that this entails little progress because I can find no documentation that explains
> (a) how to format (e.g., center) the content of specific cells---\REF does not seem to work any more.
> (b) how to get weighted rules---\HL[3] no longer works
> (c) how to avoid getting the label for the table on the first page
> (d) how to get a decent page break.
> I have checked Hans' MAPs article as we all as the wiki. There is reference to a new tabulate module that you were working on, but the link goes nowhere.
> 
> I can work around (a) and (b) if I have to, but (c) and (d) are crucial.
> 
> Alan
> 
> 
> \showframe
> 
> \starttext
> 
> \dorecurse{3}{\input knuth\par}
> 
> \start
> 
> \setuptabulate
> [bodyfont=9pt,
> width=\textwidth,
> rulethickness=0.03em,
> distance=big,
> split=yes
> header=repeat]
> 
> \placetable
> [split, top,nonumber]
> [tab:Table03]
> {Table 3}
> {\startlocalfootnotes[conversion=character,bodyfont=9pt]
> \placelegend
> {\startframedtext[frame=off,offset=none,width=fit]
>  \starttabulatehead
>   \HL
>   \NC {Column A} \NC {Column B} \NC\SR
>   \HL
>   \stoptabulatehead
>   \starttabulate[|p(11.5pc)|p(11.5pc)|]
>   \NC {1[4].341||345 [= F21.82||86]} \NC{6.29.3||4} \NC\SR
>   \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
>  \NC \input knuth                        \NC 	\NC\AR
> \NC                         \NC \input knuth	\NC\AR
>     \NC \input knuth                        \NC 	\NC\AR
>   \stoptabulate
>   \stopframedtext}
>  {\footnotetext[a]{A local footnote.}
>   \footnotetext[b]{Another local footnote.}
>   \hskip2pc\mbox{\placelocalfootnotes}}
> \stoplocalfootnotes}
> 
> \stop
> 
> \stoptext
> 
> On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote:
> 
>> 
>> Am 23.11.2009 um 08:49 schrieb Taco Hoekwater:
>> 
>>> it seems that TaBlE does not support splitting p() columns and
>>> (iirc) TABLE does.
>> 
>> TABLE doesn't (each cell is a \framed) but tabulate does
>> 
>> 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
>> ___________________________________________________________________________________
> 


[-- Attachment #1.2: Type: text/html, Size: 6353 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-18 21:27   ` Wolfgang Schuster
@ 2009-11-18 22:26     ` Bowen Alan C.
  0 siblings, 0 replies; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-18 22:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks, Wolfgang! That is what I needed. But how does one prevent the label for the table from appearing on the first page?

Alan

On Nov 18, 2009, at 16;27,23 , Wolfgang Schuster wrote:

> 
> Am 18.11.2009 um 21:19 schrieb Alan BRASLAU:
> 
>> Alan
>> 
>> I believe that you need to use \starttables\stoptables
>> rather than \starttable\stoptable.
> 
> No, what you need is \placetable[split,...]{...}{...}.
> 
> You don't need starttables/stoptables because the table environment goes
> into the split mode itself when you set either \setuptable[split=yes] or
> \placetable[split].
> 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-18 20:19 ` Alan BRASLAU
  2009-11-18 20:54   ` Bowen Alan C.
@ 2009-11-18 21:27   ` Wolfgang Schuster
  2009-11-18 22:26     ` Bowen Alan C.
  1 sibling, 1 reply; 16+ messages in thread
From: Wolfgang Schuster @ 2009-11-18 21:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 18.11.2009 um 21:19 schrieb Alan BRASLAU:

> Alan
> 
> I believe that you need to use \starttables\stoptables
> rather than \starttable\stoptable.

No, what you need is \placetable[split,...]{...}{...}.

You don't need starttables/stoptables because the table environment goes
into the split mode itself when you set either \setuptable[split=yes] or
\placetable[split].

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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-18 20:19 ` Alan BRASLAU
@ 2009-11-18 20:54   ` Bowen Alan C.
  2009-11-18 21:27   ` Wolfgang Schuster
  1 sibling, 0 replies; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-18 20:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks, Alan.

I tried that---it is what I ordinarily use---and am sad to report that it makes no difference: the problem persists.

Alan

On Nov 18, 2009, at 15;19,00 , Alan BRASLAU wrote:

> Alan
> 
> I believe that you need to use \starttables\stoptables
> rather than \starttable\stoptable.
> 
> See:
> http://wiki.contextgarden.net/Tables_Overview
> 
> Alan
> 
> 
> On Wednesday 18 November 2009 20:20:06 Bowen Alan C. wrote:
>> Wolfgang—
>> 
>> I adapted  the file that you sent me so that the table extends beyond one
>> page.  But, as you will see, the table still prints on just one page.
>> Moreover, if I set  split=repeat, the header prints twice (?) more.
>> 
>> Alan
>> 
>> 
>> \showframe
>> 
>> \starttext
>> 
>> \dorecurse{3}{\input knuth\par}
>> 
>> \start
>> 
>> \setuptables
>> [bodyfont=9pt,
>>  width=\textwidth,
>>  rulethickness=0.03em,
>>  distance=big,
>>  split=yes]
>> 
>> \placetable
>> [top,nonumber]
>> [tab:Table03]
>> {Table 3}
>> {\startlocalfootnotes[conversion=character,bodyfont=9pt]
>>  \placelegend
>>    {\startframedtext[frame=off,offset=none,width=fit]
>>     \starttablehead
>>     \HL[3]
>>     \NC \REF[c]{Column A} \NC \REF[c]{Column B} \NC\SR
>>     \HL
>>     \stoptablehead
>>     \starttable[|p(11.5pc)|p(11.5pc)|]
>>     \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
>>     \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
>>    \NC \input knuth                        \NC 	\NC\AR
>>   \NC                         \NC \input knuth	\NC\AR
>>       \NC \input knuth                        \NC 	\NC\AR
>>     \stoptable
>>     \stopframedtext}
>>    {\footnotetext[a]{A local footnote.}
>>     \footnotetext[b]{Another local footnote.}
>>     \hskip2pc\mbox{\placelocalfootnotes}}
>>  \stoplocalfootnotes}
>> 
>> \stop
>> 
>> \stoptext
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-18 19:20 Bowen Alan C.
@ 2009-11-18 20:19 ` Alan BRASLAU
  2009-11-18 20:54   ` Bowen Alan C.
  2009-11-18 21:27   ` Wolfgang Schuster
  0 siblings, 2 replies; 16+ messages in thread
From: Alan BRASLAU @ 2009-11-18 20:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Alan

I believe that you need to use \starttables\stoptables
rather than \starttable\stoptable.

See:
http://wiki.contextgarden.net/Tables_Overview

Alan


On Wednesday 18 November 2009 20:20:06 Bowen Alan C. wrote:
> Wolfgang—
> 
> I adapted  the file that you sent me so that the table extends beyond one
>  page.  But, as you will see, the table still prints on just one page.
>  Moreover, if I set  split=repeat, the header prints twice (?) more.
> 
> Alan
> 
> 
> \showframe
> 
> \starttext
> 
> \dorecurse{3}{\input knuth\par}
> 
> \start
> 
> \setuptables
>  [bodyfont=9pt,
>   width=\textwidth,
>   rulethickness=0.03em,
>   distance=big,
>   split=yes]
> 
> \placetable
>  [top,nonumber]
>  [tab:Table03]
>  {Table 3}
>  {\startlocalfootnotes[conversion=character,bodyfont=9pt]
>   \placelegend
>     {\startframedtext[frame=off,offset=none,width=fit]
>      \starttablehead
>      \HL[3]
>      \NC \REF[c]{Column A} \NC \REF[c]{Column B} \NC\SR
>      \HL
>      \stoptablehead
>      \starttable[|p(11.5pc)|p(11.5pc)|]
>      \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
>      \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
>     \NC \input knuth                        \NC 	\NC\AR
>    \NC                         \NC \input knuth	\NC\AR
>        \NC \input knuth                        \NC 	\NC\AR
>      \stoptable
>      \stopframedtext}
>     {\footnotetext[a]{A local footnote.}
>      \footnotetext[b]{Another local footnote.}
>      \hskip2pc\mbox{\placelocalfootnotes}}
>   \stoplocalfootnotes}
> 
> \stop
> 
> \stoptext

___________________________________________________________________________________
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] 16+ messages in thread

* local footnote (Tables) problem
@ 2009-11-18 19:20 Bowen Alan C.
  2009-11-18 20:19 ` Alan BRASLAU
  0 siblings, 1 reply; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-18 19:20 UTC (permalink / raw)
  To: mailing ConTeXt users list for

Wolfgang—

I adapted  the file that you sent me so that the table extends beyond one page.  But, as you will see, the table still prints on just one page. Moreover, if I set  split=repeat, the header prints twice (?) more.

Alan


\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptables
 [bodyfont=9pt,
  width=\textwidth,
  rulethickness=0.03em,
  distance=big,
  split=yes]

\placetable
 [top,nonumber]
 [tab:Table03]
 {Table 3}
 {\startlocalfootnotes[conversion=character,bodyfont=9pt]
  \placelegend
    {\startframedtext[frame=off,offset=none,width=fit]
     \starttablehead
     \HL[3]
     \NC \REF[c]{Column A} \NC \REF[c]{Column B} \NC\SR
     \HL
     \stoptablehead
     \starttable[|p(11.5pc)|p(11.5pc)|]
     \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
     \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
    \NC \input knuth                        \NC 	\NC\AR
   \NC                         \NC \input knuth	\NC\AR
       \NC \input knuth                        \NC 	\NC\AR
     \stoptable
     \stopframedtext}
    {\footnotetext[a]{A local footnote.}
     \footnotetext[b]{Another local footnote.}
     \hskip2pc\mbox{\placelocalfootnotes}}
  \stoplocalfootnotes}

\stop

\stoptext

___________________________________________________________________________________
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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-15 16:16 ` Wolfgang Schuster
@ 2009-11-16 21:29   ` Bowen Alan C.
  0 siblings, 0 replies; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-16 21:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Many thanks, Wolfgang. This works perfectly.

I will try my hand at updating the wiki entry on local notes in Table(s), once I have worked your solution through more carefully.

Best, Alan

On Nov 15, 2009, at 11;16,29 , Wolfgang Schuster wrote:

> 
> Am 14.11.2009 um 17:05 schrieb Bowen Alan C.:
> 
>> After further experimentation, I am still stumped; so I am resending this.
> 
> \showframe
> 
> \starttext
> 
> \dorecurse{3}{\input knuth\par}
> 
> \start
> 
> \setuptables
>  [bodyfont=9pt,
>   width=\textwidth,
>   rulethickness=0.03em,
>   distance=big,
>   split=yes]
> 
> \placetable
>  [top,nonumber]
>  [tab:Table03]
>  {Table 3}
>  {\startlocalfootnotes[conversion=character,bodyfont=9pt]
>   \placelegend
>     {\startframedtext[frame=off,offset=none,width=fit]
>      \starttablehead
>      \HL[3]
>      \NC \REF[c]{\switchtobodyfont[11pt]Column A} \NC \REF[c]{\switchtobodyfont[11pt]Column B} \NC\SR
>      \HL
>      \stoptablehead
>      \starttable[|p(11.5pc)|p(11.5pc)|]
>      \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
>      \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
>      \stoptable
>      \stopframedtext}
>     {\footnotetext[a]{A local footnote.}
>      \footnotetext[b]{Another local footnote.}
>      \hskip2pc\mbox{\placelocalfootnotes}}
>   \stoplocalfootnotes}
> 
> \stop
> 
> \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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 16+ messages in thread

* Re: local footnote (Tables) problem
  2009-11-14 16:05 Bowen Alan C.
@ 2009-11-15 16:16 ` Wolfgang Schuster
  2009-11-16 21:29   ` Bowen Alan C.
  0 siblings, 1 reply; 16+ messages in thread
From: Wolfgang Schuster @ 2009-11-15 16:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 14.11.2009 um 17:05 schrieb Bowen Alan C.:

> After further experimentation, I am still stumped; so I am resending this.

\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptables
  [bodyfont=9pt,
   width=\textwidth,
   rulethickness=0.03em,
   distance=big,
   split=yes]

\placetable
  [top,nonumber]
  [tab:Table03]
  {Table 3}
  {\startlocalfootnotes[conversion=character,bodyfont=9pt]
   \placelegend
     {\startframedtext[frame=off,offset=none,width=fit]
      \starttablehead
      \HL[3]
      \NC \REF[c]{\switchtobodyfont[11pt]Column A} \NC \REF[c]{\switchtobodyfont[11pt]Column B} \NC\SR
      \HL
      \stoptablehead
      \starttable[|p(11.5pc)|p(11.5pc)|]
      \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
      \NC Text A\note[a]                        \NC Text B\note[b]    \NC\SR
      \stoptable
      \stopframedtext}
     {\footnotetext[a]{A local footnote.}
      \footnotetext[b]{Another local footnote.}
      \hskip2pc\mbox{\placelocalfootnotes}}
   \stoplocalfootnotes}

\stop

\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] 16+ messages in thread

* local footnote (Tables) problem
@ 2009-11-14 16:05 Bowen Alan C.
  2009-11-15 16:16 ` Wolfgang Schuster
  0 siblings, 1 reply; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-14 16:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

After further experimentation, I am still stumped; so I am resending this.

The attached file will compile only if I comment out

(a) 	header=2pc in \setuplayout
or
(b)  \setupbodyfont[lmodern,rm,10.5pt]
or
(c) \placelegend
or
(d) \dorecurse{3}{\input knuth}

I am running MK2 using the penultimate beta in the ConTeXt Minimals. There is no improvement when I run the file on the ConteXt wiki (latest beta).

Any help will be greatly appreciated.

Alan


[-- Attachment #2: LocalNotes.tex --]
[-- Type: application/octet-stream, Size: 1272 bytes --]

\setuplayout[
	topspace=3pc,					
	backspace=5pc,	
	height=48pc,			
		header=2pc,		
		textheight=48pc,	
		footer=4pc,				
	width=26pc,					
		leftmargin=3pc,				
		textwidth=26pc,			
		rightmargin=3pc,			
	rightmargindistance=0.25pc,		
	leftmargindistance=0.25pc]


\defineframed[noteframed]
\setupframed[noteframed]
 [width=\textwidth,
 frame=off,
 align=right,
 height=fit,
 top=\hbox\bgroup,
 bottom=\egroup]
 
\starttypescript [serif] [default] [size]
\definebodyfont [10.5pt,9.5pt] [rm] [default]
\stoptypescript
\setupbodyfont[lmodern,rm,10.5pt]

\showframe
\starttext
\dorecurse{3}{\input knuth}

{\startlocalfootnotes[conversion=character,bodyfont=9pt]
\setuptables[bodyfont=9pt,width=\textwidth,
	rulethickness=0.03em,distance=big]
\placetable[top,nonumber][tab:Table03]
{Table 3}
\placelegend
{\start\starttablehead
\HL[3]
\NC \REF[c]{\switchtobodyfont[11pt]Column A}
		\NC\REF[c]{\switchtobodyfont[11pt]Column B}\SR
\HL
\stoptablehead
\starttables[|p(11.5pc)|p(11.5pc)|]
\NC\REF[c]{1[4].341||345 [= F21.82||86]}
		\NC\REF[c]{6.29.3||4}
			\SR
\NC Text A\note[a]
	\NC Text B\note[b]
		\SR
\stoptables\stop}
{
\footnotetext[a]{A local footnote.}
\footnotetext[b]{Another local footnote.}
\hskip2pc\noteframed{\placelocalfootnotes}}
\stoplocalfootnotes}

\stoptext

[-- Attachment #3: Type: text/plain, Size: 486 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] 16+ messages in thread

* local footnote (Tables) problem
@ 2009-11-12 15:06 Bowen Alan C.
  0 siblings, 0 replies; 16+ messages in thread
From: Bowen Alan C. @ 2009-11-12 15:06 UTC (permalink / raw)
  To: mailing ConTeXt users list for

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

I am having a problem placing local footnotes in a table using\placelegend.  The attached file will compile only if I comment out

(a) 	header=2pc in \setuplayout
or
(b)  \setupbodyfont[lmodern,rm,10.5pt]
or
(c) \placelegend
or
(d) \dorecurse{3}{\input knuth}

I am stumped as to why this should be so. There is obviously something that I am just not seeing.

I am running MK2 using the latest beta in the ConTeXt Minimals.

Any help will be greatly appreciated.

Alan

[-- Attachment #2: LocalNotes.tex --]
[-- Type: application/octet-stream, Size: 1269 bytes --]

\setuplayout[
	topspace=3pc,					
	backspace=5pc,	
	height=48pc,			
%		header=2pc,		
		textheight=48pc,	
		footer=4pc,				
	width=26pc,					
		leftmargin=3pc,				
		textwidth=26pc,			
		rightmargin=3pc,			
	rightmargindistance=0.25pc,		
	leftmargindistance=0.25pc]


\defineframed[noteframed]
\setupframed[noteframed]
 [width=\textwidth,
 frame=off,
 align=right,
 height=fit,
 top=\hbox\bgroup,
 bottom=\egroup]
 
\starttypescript [serif] [default] [size]
\definebodyfont [10.5pt,9.5pt] [rm] [utf]
\stoptypescript
\setupbodyfont[lmodern,rm,10.5pt]

\showframe
\starttext
\dorecurse{3}{\input knuth}

{\startlocalfootnotes[conversion=character,bodyfont=9pt]
\setuptables[bodyfont=9pt,width=\textwidth,
	rulethickness=0.03em,distance=big]
\placetable[top,nonumber][tab:Table03]
{Table 3}
\placelegend
{\start\starttablehead
\HL[3]
\NC \REF[c]{\switchtobodyfont[11pt]Column A}
		\NC\REF[c]{\switchtobodyfont[11pt]Column B}\SR
\HL
\stoptablehead
\starttables[|p(11.5pc)|p(11.5pc)|]
\NC\REF[c]{1[4].341||345 [= F21.82||86]}
		\NC\REF[c]{6.29.3||4}
			\SR
\NC Text A\note[a]
	\NC Text B\note[b]
		\SR
\stoptables\stop}
{
\footnotetext[a]{A local footnote.}
\footnotetext[b]{Another local footnote.}
\hskip2pc\noteframed{\placelocalfootnotes}}
\stoplocalfootnotes}

\stoptext

[-- Attachment #3: Type: text/plain, Size: 486 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] 16+ messages in thread

end of thread, other threads:[~2009-11-23 22:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-21 13:43 local footnote (Tables) problem Bowen Alan C.
2009-11-23  7:49 ` Taco Hoekwater
2009-11-23  7:51   ` Wolfgang Schuster
2009-11-23 22:15     ` Bowen Alan C.
2009-11-23 22:26     ` Bowen Alan C.
2009-11-23 22:35       ` Fwd: " Bowen Alan C.
2009-11-23 22:26     ` Bowen Alan C.
  -- strict thread matches above, loose matches on Subject: below --
2009-11-18 19:20 Bowen Alan C.
2009-11-18 20:19 ` Alan BRASLAU
2009-11-18 20:54   ` Bowen Alan C.
2009-11-18 21:27   ` Wolfgang Schuster
2009-11-18 22:26     ` Bowen Alan C.
2009-11-14 16:05 Bowen Alan C.
2009-11-15 16:16 ` Wolfgang Schuster
2009-11-16 21:29   ` Bowen Alan C.
2009-11-12 15:06 Bowen Alan C.

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).