texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] [RFC][PATCH] make kghostview move back through pages


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] [RFC][PATCH] make kghostview move back through pages
Date: Tue, 5 Nov 2002 14:54:48 +0100 (MET)

> +/*
>     body << "\n%%Page: " << as_string (cur_page) << " "
>          << as_string (nr_pages) << "\n"
>          << as_string (cur_page) << " "
>          << as_string (cur_page-1) << " bop\n";
> +*/
> +  body << "\n%%Page: " << as_string (cur_page) << " "
> +       << as_string (cur_page) << "\n"
> +       << as_string (cur_page) << " "
> +       << as_string (cur_page-1) << " bop\n";

This is incorrect. Postscript expects "x y" with
"x= nr of page" and "y = out of".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]