Strange bug with arranging
Hi, I am using MkIV 2011.03.30, and arranging is not working correctly. For example, \setuppapersize[A5][A4,landscape] \setuparranging[2SIDE] \starttext \subject{One} \dorecurse{4}{\input knuth\relax} \subject{Two} \dorecurse{4}{\input tufte\relax} \stoptext which gives the attached output. Notice that page 4 (right hand page of actual page 2) is empty and the text is moved to page 5. Any idea what is going on? Aditya
Hi Aditya, Your code gives the ame result here both in mkii and mkiv with ConTeXt version 2011.04.13 09:23 (from the minimals, LuaTeX version beta-0.65.0-2010121316, on MacOS 10.6.7) I remember some time ago an analogous issue was reported on the list, but it seems that the problem is solved by now. Best regards: OK On 19 avr. 2011, at 22:55, Aditya Mahajan wrote:
Hi,
I am using MkIV 2011.03.30, and arranging is not working correctly. For example,
\setuppapersize[A5][A4,landscape] \setuparranging[2SIDE]
\starttext \subject{One} \dorecurse{4}{\input knuth\relax}
\subject{Two} \dorecurse{4}{\input tufte\relax} \stoptext
which gives the attached output. Notice that page 4 (right hand page of actual page 2) is empty and the text is moved to page 5. Any idea what is going on?
Aditya
___________________________________________________________________________________ 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 ___________________________________________________________________________________
%%%%%%%%%%%%%%%%%% Otared Kavian Département de Mathématiques Université de Versailles Saint-Quentin Bâtiment Fermat 45 avenue des Etats Unis 78035 Versailles cedex Téléphone: +33 1 39 25 46 42 Secrétariat: +33 1 39 25 46 44 Secrétariat: +33 1 39 25 46 46 e-mail: Otared.Kavian@math.uvsq.fr
Hi Otared, Thanks for testing. I am in the middle of a project and did not want to upgrade, but it seems that now I will have to. Aditya On Wed, 20 Apr 2011, Otared Kavian wrote:
Hi Aditya,
Your code gives the ame result here both in mkii and mkiv with ConTeXt version 2011.04.13 09:23 (from the minimals, LuaTeX version beta-0.65.0-2010121316, on MacOS 10.6.7)
I remember some time ago an analogous issue was reported on the list, but it seems that the problem is solved by now.
Best regards: OK
On 19 avr. 2011, at 22:55, Aditya Mahajan wrote:
Hi,
I am using MkIV 2011.03.30, and arranging is not working correctly. For example,
\setuppapersize[A5][A4,landscape] \setuparranging[2SIDE]
\starttext \subject{One} \dorecurse{4}{\input knuth\relax}
\subject{Two} \dorecurse{4}{\input tufte\relax} \stoptext
which gives the attached output. Notice that page 4 (right hand page of actual page 2) is empty and the text is moved to page 5. Any idea what is going on?
Aditya
___________________________________________________________________________________ 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 ___________________________________________________________________________________
%%%%%%%%%%%%%%%%%% Otared Kavian Département de Mathématiques Université de Versailles Saint-Quentin Bâtiment Fermat 45 avenue des Etats Unis 78035 Versailles cedex
Téléphone: +33 1 39 25 46 42 Secrétariat: +33 1 39 25 46 44 Secrétariat: +33 1 39 25 46 46
e-mail: Otared.Kavian@math.uvsq.fr
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-- Aditya Mahajan | Assistant Professor, McGill University http://www.mcgill.ca/~amahaj1 | Ph: (514)-398-8088
On 20-4-2011 4:30, Otared Kavian wrote:
Hi Aditya,
Your code gives the ame result here both in mkii and mkiv with ConTeXt version 2011.04.13 09:23 (from the minimals, LuaTeX version beta-0.65.0-2010121316, on MacOS 10.6.7)
I remember some time ago an analogous issue was reported on the list, but it seems that the problem is solved by now.
You can patch \setuplayout[location=] as this was set to middle for a while as side effect of the map onto itself addition. Actually that feature (for aditya) is also tricky as it does not yet listen to landscape, but i just wait till aditya runs into that side effect before fixing it. 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 -----------------------------------------------------------------
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Otared Kavian