View Single Post
Old 05-18-2010, 04:54 AM   #41
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,561
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Code:
papersize={4in,6in}
That's wrong. The screen is 6 inches, but that's diagonal, and you're specifying a 6 inch high page, so the page is zoomed out to display on your Nook.

You want to use:

Code:
papersize={9cm,12cm}
or the equivalent in inches (3.5in,4.7in).
Jellby is offline   Reply With Quote