Imposition eats footnote numbers (on the latest beta)
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
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 ___________________________________________________________________________________
Willi Egger
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
On 15-11-2011 11:33, Marco Pessotto wrote:
Willi Egger
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 -----------------------------------------------------------------
Hans Hagen
%% 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
On 15 Nov 2011, at 11:42, Marco Pessotto wrote:
Hans Hagen
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
On version: 2011.11.17 23:31 it works again. Thanks Hans! -- Marco
participants (3)
-
Hans Hagen
-
Marco Pessotto
-
Willi Egger