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: Igor V. Kovalenko
Subject: Re: [Texmacs-dev] [RFC][PATCH] make kghostview move back through pages
Date: Tue, 05 Nov 2002 17:18:55 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020809

Joris van der Hoeven wrote:
+/*
   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".


Well, then something in kghostview is broken. Thanks for the explanation!

--
Regards,
Igor V. Kovalenko    mailto: iko at crec dot mipt dot ru





reply via email to

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