View Single Post
Old 04-01-2023, 06:03 PM   #4
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Paolo Carnovalin View Post
The best readability of the book is achieved in 'vertical scrolling' mode. But I ask you: is it a common feature for all ereaders to be able to set reading in vertical scrolling mode?
No. The main reading method of ebooks is "pagination", similar to a physical book.

It is not like a website, where you have infinite scrolling down.

Like Turtle/Quoth have said, some ebook readers have an option to enable "vertical scrolling", but that's in the extreme minority.

(And all physical readers—like Kindles, Kobos, etc.—do not have vertical scroll.)

Quote:
Originally Posted by Paolo Carnovalin View Post
I am creating an ebook (reflowable epub3) that contains many tables of different sizes.
Can you give examples of the tables?

Quote:
Originally Posted by Turtle91 View Post
There have been a couple discussions here about tables and proper best-practice formatting (Tex will pop in here in a little bit with the links ).

Quote:
Originally Posted by Turtle91 View Post
Generally speaking, 2 - 3 columns max is acceptable for text that really needs to be in a table; [...]
Yes, that's about right.

Remember, in ebooks, people can read with HUGE FONTS and on very tiny screens (cellphones).

So, what can fit on a huge 7"x10" page in a physical book, cannot physically be squished down into a cellphone-sized screen.

You'd then have to reformat or Transpose/Verticalize your information, like the example I gave in 2021:

Quote:
Originally Posted by Tex2002ans View Post
Transposing/Verticalization, where you flip the X- + Y-axis, can also be used. For example:

6x3

Code:
Name    Color  Cool?  Number  Tabs  # Teas
Tex     Red    Very        1    15      30
Turtle  Gray   Meh         2    99       5
3x6

Code:
Name    Tex   Turtle
Color   Red   Gray
Cool?   Very  Meh
Number     1    2
Tabs      15   99
# Teas    30    5
You may want to do this in your ebooks if you get to ~4-5+ columns, depending on the data.
Quote:
Originally Posted by Turtle91 View Post
try and display the text in an alternate (reflowable friendly) format if possible.
Yes. In some cases, you may have to split your big tables/data into pieces.

Quote:
Originally Posted by Turtle91 View Post
If the table must be larger than that, then it's better to embed an image of the table.
I strongly recommend against images-of-tables. It's a mess. See the previous discussion in those links above for more detailed information.

Try to HTML-ize your tables as much as possible.

Quote:
Originally Posted by Turtle91 View Post
BEWARE: Audio listeners will lose the information presented if you do this.
Yes. Text-to-Speech is very important, so try your best to do your HTML tables as good as possible.

Last edited by Tex2002ans; 04-01-2023 at 06:08 PM.
Tex2002ans is offline   Reply With Quote