Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 10-24-2022, 12:27 PM   #1
Pjama
Guru
Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.
 
Pjama's Avatar
 
Posts: 733
Karma: 2347200
Join Date: Apr 2016
Location: TX
Device: Scribe and Libra Colour
Does Kobo no longer display in two column layout?

Recently purchased the Clara 2E - I absolutely love it. Back when I had a Libra, I could rotate to landscape mode, and if I made the font small enough in an epub, it would automatically change to a side by side page view that I loved.

Here is an old thread describing similar behavior: https://www.mobileread.com/forums/sh...d.php?t=261624

I have added Landscape orientation to my Clara using NickelMenu - but this side by side view no longer appears on epubs. When I had the Libra, it would automatically appear at the two smallest settings. I am aware the two smallest settings are insanely small, by the way. But I still want to be able to do this, if possible.

Here is my question - is it not possible, due to some kind of default setting in the firmware for the 6 inch readers? If so, is there a patch I can add to overwrite this setting?

Here is another question - does this action still happen automatically on the larger ereaders? - Libra, Forma, Sage, etc. Not naming them all Or was this ability removed in one of the firmware updates?

Thanks for any info. I'm aware this is a niche interest. I'm also aware I could use KOReader to do this, but as I am using my Kobo pretty much exclusively for library books, that is not an option for me.
Pjama is offline   Reply With Quote
Old 10-24-2022, 12:32 PM   #2
Pjama
Guru
Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.
 
Pjama's Avatar
 
Posts: 733
Karma: 2347200
Join Date: Apr 2016
Location: TX
Device: Scribe and Libra Colour
Sorry - I meant to create this in the Developer's Section - feel free to move it.
Pjama is offline   Reply With Quote
Old 10-24-2022, 12:44 PM   #3
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,763
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
The problem is that the Libra is a 7" screen and the Clara 2e is a 6" screen. So to get two columns, you'll need to use a smaller font then you used on the Libra.

However, if you are using ePub (not KePub). you can put the following code in the body CSS style.
Code:
oeb-column-number: 2;
That will give you 2 columns without the need for a smaller font.
JSWolf is offline   Reply With Quote
Old 10-24-2022, 01:03 PM   #4
Pjama
Guru
Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.
 
Pjama's Avatar
 
Posts: 733
Karma: 2347200
Join Date: Apr 2016
Location: TX
Device: Scribe and Libra Colour
Quote:
Originally Posted by JSWolf View Post
The problem is that the Libra is a 7" screen and the Clara 2e is a 6" screen. So to get two columns, you'll need to use a smaller font then you used on the Libra.

However, if you are using ePub (not KePub). you can put the following code in the body CSS style.
Code:
oeb-column-number: 2;
That will give you 2 columns without the need for a smaller font.
Thanks Jon, will try that with my owned (as opposed to borrowed) epub books.
Pjama is offline   Reply With Quote
Old 10-24-2022, 01:39 PM   #5
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,763
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Pjama View Post
Thanks Jon, will try that with my owned (as opposed to borrowed) epub books.
You can change the number if you want 3 columns.
JSWolf is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Frustrated with 3 column layout steven1572 Kindle Formats 4 07-12-2018 12:21 PM
Column layout resetting to default Aurum2836C Library Management 13 02-25-2016 06:57 PM
Calibre not remembering column layout toomuchreading Calibre 22 07-30-2011 12:01 PM
Column layout SmellySkunk Calibre 9 04-03-2011 12:44 PM
ePub with two column layout bhuvana786 ePub 3 02-19-2010 07:35 PM


All times are GMT -4. The time now is 09:49 AM.


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