I think that there is a bug in the definition of the
afourwide macro:

% Use @afourwide to print on European A4 paper in wide format.
\def\afourwide{\afourpaper
\changepagesizes{9.5in}{6.5in}{\hoffset}{\normaloffset}{\bindingoffset}{7mm}}

It should be:

% Use @afourwide to print on European A4 paper in wide format.
\def\afourwide{\afourpaper
\changepagesizes{6.5in}{9.5in}{\hoffset}{\normaloffset}{\bindingoffset}{7mm}}

(note that the vsize and hsize parameters have been inverted)

Pascal.


--|-----------------------------------------------------
--| Pascal Obry                          Team-Ada Member
--| 45 rue Gabriel Peri - 78114 Magny les Hameaux FRANCE
--|-----------------------------------------------------
--| http://ourworld.compuserve.com/homepages/pascal_obry
--|
--| "The best way to travel is by means of imagination"

Reply via email to