Re: [NTLK] bookmaker-patch

From: Anton Balaban (anton_at_balaban.ru)
Date: Wed Feb 12 2003 - 14:19:29 PST


On Wednesday, Feb 12, 2003, at 23:23 Europe/Moscow,
"eschneck_at_mindspring.com" <eschneck_at_mindspring.com> wrote:
>
> Could you tell me what values to change in the output file?
>
> Luckily, I dont need to change the font and so forth, because the books
> will contain only pictures
>

In Bookmaker output file find a line containing "// Pages" (without
quotes). Right below it there should be a bunch of lines that look
something like this:

pageList := {pageSize: {left: 0, top: 0, right: 240, bottom: 340}

Number of such lines depends on the number of TOC entries. Change the
last two values in each line to "right: 320, bottom: 432", so it will
look like this:

pageList := {pageSize: {left: 0, top: 0, right: 320, bottom: 432}

then compile the book in NTK.

Anton

-- 
This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries
List FAQ/Etiquette/Terms: http://www.newtontalk.net/faq.html
Official Newton FAQ: http://www.chuma.org/newton/faq/


This archive was generated by hypermail 2.1.5 : Wed Feb 12 2003 - 15:30:00 PST