ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Imposition eats footnote numbers (on the latest beta)
@ 2011-11-10 17:20 Marco Pessotto
  2011-11-10 21:08 ` Willi Egger
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Pessotto @ 2011-11-10 17:20 UTC (permalink / raw)
  To: ntg-context


Hello there.

With the latest beta, the following example fails to show the footnote
number. Commenting the setuparranging shows it again.

%% start minimal example
\setuppapersize[A5][A4,landscape]
\setuparranging[2UP]

\starttext

test\footnote{this is the note}

\stoptext
%% stop.

Current (2011.05.18) is not affected.

Best wishes

-- 
Marco

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

* Re: Imposition eats footnote numbers (on the latest beta)
  2011-11-10 17:20 Imposition eats footnote numbers (on the latest beta) Marco Pessotto
@ 2011-11-10 21:08 ` Willi Egger
  2011-11-15 10:33   ` Marco Pessotto
  0 siblings, 1 reply; 7+ messages in thread
From: Willi Egger @ 2011-11-10 21:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

Thanks for spotting this. I tested with my project where there are only few footnotes, indeed the reference-numbers are gone once arranging is set on.

Willi
On 10 Nov 2011, at 18:20, Marco Pessotto wrote:

> 
> Hello there.
> 
> With the latest beta, the following example fails to show the footnote
> number. Commenting the setuparranging shows it again.
> 
> %% start minimal example
> \setuppapersize[A5][A4,landscape]
> \setuparranging[2UP]
> 
> \starttext
> 
> test\footnote{this is the note}
> 
> \stoptext
> %% stop.
> 
> Current (2011.05.18) is not affected.
> 
> Best wishes
> 
> -- 
> Marco
> 
> ___________________________________________________________________________________
> 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] 7+ messages in thread

* Re: Imposition eats footnote numbers (on the latest beta)
  2011-11-10 21:08 ` Willi Egger
@ 2011-11-15 10:33   ` Marco Pessotto
  2011-11-15 10:35     ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Pessotto @ 2011-11-15 10:33 UTC (permalink / raw)
  To: ntg-context; +Cc: Willi Egger

Willi Egger <context@boede.nl> writes:

> Hi,
>
> Thanks for spotting this. I tested with my project where there are only few footnotes, indeed the reference-numbers are gone once arranging is set on.
>

It looks like it's a in-margin material problem, not a footnote one. See
the next example:

%% start minimal example

\setuppapersize[A5][A4,landscape]
\setuparranging[2UP]

\setupnotedefinition[footnote][location=serried]

\showframe


\starttext

test\footnote{\input knuth}
\inmargin{this is in the margin}

\stoptext
%% stop.

All the in-margin material has been eaten during the imposition.

Best wishes

-- 
Marco

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

* Re: Imposition eats footnote numbers (on the latest beta)
  2011-11-15 10:33   ` Marco Pessotto
@ 2011-11-15 10:35     ` Hans Hagen
  2011-11-15 10:42       ` Marco Pessotto
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2011-11-15 10:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Willi Egger, Marco Pessotto

On 15-11-2011 11:33, Marco Pessotto wrote:
> Willi Egger<context@boede.nl>  writes:
>
>> Hi,
>>
>> Thanks for spotting this. I tested with my project where there are only few footnotes, indeed the reference-numbers are gone once arranging is set on.
>>
>
> It looks like it's a in-margin material problem, not a footnote one. See
> the next example:
>
> %% start minimal example
>
> \setuppapersize[A5][A4,landscape]
> \setuparranging[2UP]
>
> \setupnotedefinition[footnote][location=serried]
>
> \showframe
>
>
> \starttext
>
> test\footnote{\input knuth}
> \inmargin{this is in the margin}
>
> \stoptext
> %% stop.
>
> All the in-margin material has been eaten during the imposition.

depends on how you run ... --arrange will take care of it normally

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 7+ messages in thread

* Re: Imposition eats footnote numbers (on the latest beta)
  2011-11-15 10:35     ` Hans Hagen
@ 2011-11-15 10:42       ` Marco Pessotto
  2011-11-15 16:18         ` Willi Egger
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Pessotto @ 2011-11-15 10:42 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users, Willi Egger

Hans Hagen <pragma@wxs.nl> writes:

>> %% start minimal example
>>
>> \setuppapersize[A5][A4,landscape]
>> \setuparranging[2UP]
>>
>> \setupnotedefinition[footnote][location=serried]
>>
>> \showframe
>>
>>
>> \starttext
>>
>> test\footnote{\input knuth}
>> \inmargin{this is in the margin}
>>
>> \stoptext
>> %% stop.
>>
>> All the in-margin material has been eaten during the imposition.
>
> depends on how you run ... --arrange will take care of it normally
>
> Hans

With current all is OK. 

With the latest beta even with the --arrange switch the margin material
is lost.

Best wishes


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

* Re: Imposition eats footnote numbers (on the latest beta)
  2011-11-15 10:42       ` Marco Pessotto
@ 2011-11-15 16:18         ` Willi Egger
  2011-11-18 15:22           ` Imposition eats footnote numbers (on the latest beta) [FIXED] Marco Pessotto
  0 siblings, 1 reply; 7+ messages in thread
From: Willi Egger @ 2011-11-15 16:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 15 Nov 2011, at 11:42, Marco Pessotto wrote:

> Hans Hagen <pragma@wxs.nl> writes:
> 
>>> %% start minimal example
>>> 
>>> \setuppapersize[A5][A4,landscape]
>>> \setuparranging[2UP]
>>> 
>>> \setupnotedefinition[footnote][location=serried]
>>> 
>>> \showframe
>>> 
>>> 
>>> \starttext
>>> 
>>> test\footnote{\input knuth}
>>> \inmargin{this is in the margin}
>>> 
>>> \stoptext
>>> %% stop.
>>> 
>>> All the in-margin material has been eaten during the imposition.
>> 
>> depends on how you run ... --arrange will take care of it normally
>> 
>> Hans
> 
> With current all is OK. 
> 
> With the latest beta even with the --arrange switch the margin material
> is lost.

I played with the beta of 2011-11-14.
If no setup is used i.e. if the default coming with ConTeXt is used, then the numbers are placed in the margin. Those numbers are lost when arranging is on, using context --arrange test.tex
If \setupnotedefinition[footnote][location=page] %serried,text is used, then the footnote numbers are preserved while arranging is on.

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

* Re: Imposition eats footnote numbers (on the latest beta) [FIXED]
  2011-11-15 16:18         ` Willi Egger
@ 2011-11-18 15:22           ` Marco Pessotto
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Pessotto @ 2011-11-18 15:22 UTC (permalink / raw)
  To: ntg-context


On version: 2011.11.17 23:31 it works again. Thanks Hans!

-- 
Marco

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

end of thread, other threads:[~2011-11-18 15:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-10 17:20 Imposition eats footnote numbers (on the latest beta) Marco Pessotto
2011-11-10 21:08 ` Willi Egger
2011-11-15 10:33   ` Marco Pessotto
2011-11-15 10:35     ` Hans Hagen
2011-11-15 10:42       ` Marco Pessotto
2011-11-15 16:18         ` Willi Egger
2011-11-18 15:22           ` Imposition eats footnote numbers (on the latest beta) [FIXED] Marco Pessotto

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