On Thu, 02 Feb 2006 01:28:24 -0000, "secant47" 
<[EMAIL PROTECTED]> wrote:
>hi 

Hello Jon,

        [snip]
>this format to work. The first page is ok, but the 2nd column gets 
>messed up on the second page: it starts BELOW the end of the first 
>column, on the other (righthand) side of the page...  subsequent 
        [snip]

Oops, sorry, this was a bug! It will be fixed in the next release
of abcm2ps, I think on next Monday.

If you may recompile the program, here is a patch. In the file parse.c
at line 1753, replace the sequence:

        if ((bposy = get_bposy()) == 0) {
                PUT0("%%");     /* initialize the output */
                bposy = get_bposy();
        }

by:

        if (!in_page)
                PUT0("%%");     /* initialize the output */
        bposy = get_bposy();

Best regards.

-- 
Ken ar c'hentaƱ |             ** Breizh ha Linux atav! **
Jef             |               http://moinejf.free.fr/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/abcusers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to