Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Sony Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 01-22-2011, 04:07 AM   #16
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,550
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by doreenjoy View Post
I've found that many EPUBs also use the page numbers of the printed versions. It's important to me for some texts because, like you, I need to cite references.
Are you referring to books which insert the original printed page numbers in the actual text of the book?
HarryT is offline   Reply With Quote
Old 01-22-2011, 12:01 PM   #17
SeaBookGuy
Can one read too much?
SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.SeaBookGuy ought to be getting tired of karma fortunes by now.
 
SeaBookGuy's Avatar
 
Posts: 2,029
Karma: 2487799
Join Date: Aug 2010
Location: Naples, FL
Device: Kindle PW 3, Sony 350 and 650
Quote:
Originally Posted by HarryT View Post
Are you referring to books which insert the original printed page numbers in the actual text of the book?
PDF books (scans of the hard copy) do that, but I've never seen that with an Epub!
SeaBookGuy is offline   Reply With Quote
Advert
Old 01-22-2011, 12:16 PM   #18
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
Quote:
Originally Posted by HarryT View Post
Are you referring to books which insert the original printed page numbers in the actual text of the book?
It is possible to use a paper book's pages as Adobe ePub pages, by adding a page-map file that looks like the following (from Adobe's EPUB Best Practices Guide):
Code:
<page-map xmlns=”http://www.idpf.org/2007/opf”>
          <page name=”” href=”OPS/cover.xhtml”/>
          <page name=”i” href=”OPS/preface.xhtml”/>
          <page name=”ii” href=”OPS/preface.xhtml#pg_ii”/>
          <page name=”iii” href=”OPS/preface.xhtml#pg_iii”/>
          <page name=”1” href=”OPS/chapter1.xhtml”/>
          <page name=”2” href=”OPS/chapter1.xhtml#pg_1”/>
          <page name=”3” href=”OPS/chapter1.xhtml#pg_2”/>
          <page name=”4” href=”OPS/chapter2.xhtml”/>
          <page name=”5” href=”OPS/chapter2.xhtml#pg_1”/>
</page-map>
If this file isn't present, then Abobe uses its "fake page" algorithm for pages. My impression has been that the page-break file is rarely present, but I don't typically have a paper version to compare to.
wallcraft is offline   Reply With Quote
Old 01-22-2011, 12:25 PM   #19
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,550
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by wallcraft View Post
It is possible to use a paper book's pages as Adobe ePub pages, by adding a page-map file that looks like the following (from Adobe's EPUB Best Practices Guide):
Code:
<page-map xmlns=”http://www.idpf.org/2007/opf”>
          <page name=”” href=”OPS/cover.xhtml”/>
          <page name=”i” href=”OPS/preface.xhtml”/>
          <page name=”ii” href=”OPS/preface.xhtml#pg_ii”/>
          <page name=”iii” href=”OPS/preface.xhtml#pg_iii”/>
          <page name=”1” href=”OPS/chapter1.xhtml”/>
          <page name=”2” href=”OPS/chapter1.xhtml#pg_1”/>
          <page name=”3” href=”OPS/chapter1.xhtml#pg_2”/>
          <page name=”4” href=”OPS/chapter2.xhtml”/>
          <page name=”5” href=”OPS/chapter2.xhtml#pg_1”/>
</page-map>
If this file isn't present, then Abobe uses its "fake page" algorithm for pages. My impression has been that the page-break file is rarely present, but I don't typically have a paper version to compare to.
Thanks. I've never seen a book that does that.
HarryT is offline   Reply With Quote
Old 01-22-2011, 12:26 PM   #20
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,550
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by SeaBookGuy View Post
PDF books (scans of the hard copy) do that, but I've never seen that with an Epub!
Lots of PG books have page numbers, normally in square brackets in the text. I always remove them - I find them to be distracting.
HarryT is offline   Reply With Quote
Advert
Old 01-23-2011, 07:54 AM   #21
Pinecone
Guru
Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.Pinecone ought to be getting tired of karma fortunes by now.
 
Posts: 902
Karma: 1660722
Join Date: Nov 2009
Location: Maryland
Device: PRS-650, PRS-600, PRS-350
What needs to be done is to move from page numbers and start labeling acedemic texts with outline numbering, so you can refer to specific paragraphs.

Time to move into the digital age.
Pinecone is offline   Reply With Quote
Old 01-29-2011, 01:33 PM   #22
meisterz
Junior Member
meisterz began at the beginning.
 
meisterz's Avatar
 
Posts: 6
Karma: 10
Join Date: Jul 2006
Device: TH55
Maybe it's because I come from pda's but I like the "page" number to change everytime I push the button. It doesn't feel like progress is being made when you are on the same epub page for 5 "page turns".
meisterz is offline   Reply With Quote
Old 01-29-2011, 11:02 PM   #23
elizilla
Addict
elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.elizilla ought to be getting tired of karma fortunes by now.
 
elizilla's Avatar
 
Posts: 271
Karma: 610286
Join Date: Nov 2010
Location: Michigan, USA
Device: Kobo Elipsa, Kindle Paperwhite, Kobo Sage, others
Quote:
Originally Posted by HarryT View Post
Lots of PG books have page numbers, normally in square brackets in the text. I always remove them - I find them to be distracting.
I've been working on books at Distributed Proofreaders (http://www.pgdp.net/c/). They clean up books converted from scans, and make nice clean copies available on Project Gutenberg (automatically generated copies, which PG also has, tend to have a lot of OCR and formatting errors). Anyway, DP has a perhaps-overly-ornate multiple stage process where each page is proofed by three different people, then formatting is done and checked by multiple people, and then it goes to post-processing where it's made into a text version and an html version, and then someone else checks that before it goes to PG. The epubs are automatically generated from the html versions, I believe, though there's talk of hand-massaging those too for the optimum results as well.

I have been working in post processing of late. The page numbers you describe are part of their standard. I just recently finished a book that had about 30 pages of index, with every reference pointing to a page number. I spent a lot of time building links so that you could click on each thing in the index and be taken to the right page in the book. I hope that when it is converted to epub, all that stuff will come along for the ride, with or without page numbers.
elizilla is offline   Reply With Quote
Old 01-30-2011, 04:58 PM   #24
erasure25
Connoisseur
erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.erasure25 ought to be getting tired of karma fortunes by now.
 
Posts: 63
Karma: 601321
Join Date: Jan 2007
Device: Sony PRS-950; PRS-505
Quote:
Originally Posted by meisterz View Post
Maybe it's because I come from pda's but I like the "page" number to change everytime I push the button. It doesn't feel like progress is being made when you are on the same epub page for 5 "page turns".
But the problem with this is that this would mean the "pagination" would depend on the screen size and the font size. A big font size would contain less words per page, thus more overall "pages" as you read the book.

The EPUB file standardizes this by creating actual pages, like a real book. But as you increase your font size or change screen sizes, you will end up with a page that spans across 1 or more eReader "screen flips." Alternatively, if you are using a very small font size or you have a huge screen, you could have multiple pages displayed on the screen. I get what you are saying in terms of feeling like you are making progress, but I much prefer how EPUB files standardize page numbering.
erasure25 is offline   Reply With Quote
Old 01-30-2011, 05:09 PM   #25
Solitaire1
Samurai Lizard
Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.
 
Solitaire1's Avatar
 
Posts: 14,927
Karma: 69500000
Join Date: Nov 2009
Device: NookColor, Nook Glowlight 4
Quote:
Originally Posted by Pinecone View Post
What needs to be done is to move from page numbers and start labeling acedemic texts with outline numbering, so you can refer to specific paragraphs.

Time to move into the digital age.
I agree that outline numbering is good for academic texts. Among its advantages is that it allows you to precisely locate the text you're looking for. It's also an already-existing and understood standard.

When it comes to traditional books, I think a better way to handle it is to use a percentage number, one that can be fine tuned based on the length of the text. Short ebooks might use full percentage numbers, while longer ebooks might add a few decimal places to allow precise location.

Regardless of the adjustments made to the text on the ebook reader (such as making the text larger), the percentage numbers should remain roughly the same. Plus, it doesn't have to be implemented within the ebook itself, it can be taken care of by the ereader itself.

It breaks away from the page paradigm that isn't as usable with books where the page length can vary based on a number of factors. Also, percentage is something that is easily understood and independent of specific ebook formatting.
Solitaire1 is offline   Reply With Quote
Old 03-09-2011, 05:48 PM   #26
varlokkur
Junior Member
varlokkur began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2011
Device: none
The keyword-search method works for finding terms, but it's not as helpful when the index refers to more abstract matter. I recently had to help a small publishing house update a book for a new edition, and we found this to be a problem. Sections about 'communism', for example, didn't always include the word 'communism' or any synonym thereof. It'd be nice if the publishers always took the time to make e-versions correspond to print. It IS the future.
varlokkur is offline   Reply With Quote
Old 03-10-2011, 04:10 AM   #27
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,550
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by varlokkur View Post
The keyword-search method works for finding terms, but it's not as helpful when the index refers to more abstract matter. I recently had to help a small publishing house update a book for a new edition, and we found this to be a problem. Sections about 'communism', for example, didn't always include the word 'communism' or any synonym thereof. It'd be nice if the publishers always took the time to make e-versions correspond to print. It IS the future.
In an eBook you handle that with hyperlinks. Page numbers are completely unnecessary for an index. eBooks should take advantage of the capabilities of an eBook, not attempt to "mirror" a printed book.
HarryT is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
page error on sony-readers tscamera Sigil 8 05-13-2011 02:31 AM
Is there a hack for displaying page numbers rather than location numbers? nesler Kindle Developer's Corner 16 02-15-2011 12:00 AM
Readers with page numbers? ShadowAuthor Which one should I buy? 20 02-10-2010 06:15 AM
Page numbers in iphone vs Real Kindle palex481 Amazon Kindle 26 03-16-2009 05:28 PM
PVI screen shipments: the real(?) numbers igorsk News 25 06-21-2008 02:25 PM


All times are GMT -4. The time now is 02:13 PM.


MobileRead.com is a privately owned, operated and funded community.