Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 07-17-2016, 01:17 PM   #1
planewryter
Junior Member
planewryter began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2012
Device: None
Numbered List (ol) Problem w/Sigil v0.9.6 and Kindle

Sigil Mavens,

A mystery for you.

When specifying a bulleted list (ul) in Sigil v0.9.6 on my Mac (after a series of transformations including Kindle Previewer), yea, verily, a properly indented, bulleted list is rendered on my test iPad.

HOWEVER...when specifying a numbered list (ol), a list is indented...but--no numbers are displayed.

Any ideas? Have you encountered this problem? Do numbered lists work for you? Do you have a fix?

Many, many thanks for any assistance!

Best,
Plane Wryter
planewryter is offline   Reply With Quote
Old 07-17-2016, 01:26 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,046
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
IIRC
Ordered lists are problematic in EPUB render engines on many platforms and it is best to avoid.

This is not Sigil caused
(BUT ITS ENGINE MAY SUFFER THE ISSUE)
theducks is offline   Reply With Quote
Advert
Old 07-17-2016, 02:42 PM   #3
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,563
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
All Sigil can do is help you create a spec-compliant EPUB. If certain renderers display things differently (or if Kindlegen introduces unexpected results on various platforms when converting EPUBs to Kindlebooks) then you need to look to those knowledgeable about those particular renderers and conversion tools for help.

The Workshop or the Kindle Formats forums might have better insight on what special considerations an EPUB that's going to be converted to a Kindlebook might require (or what's even possible). Sigil certainly might be able to help you with those requirements once you know what they are.

EDIT: unless, of course, someone has a short, magic solution to this specific problem. In which case, feel free to tell the OP what they can do with Sigil to overcome it.

Last edited by DiapDealer; 07-17-2016 at 03:13 PM.
DiapDealer is online now   Reply With Quote
Old 07-17-2016, 03:18 PM   #4
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by theducks View Post
IIRC
Ordered lists are problematic in EPUB render engines on many platforms and it is best to avoid.

This is not Sigil caused
(BUT ITS ENGINE MAY SUFFER THE ISSUE)
Sigil shouldn't have any problem rendering it, Sigil uses WebKit.

But the Kindle, for example, will reset the numbering every once in a while (one or two screenfuls).

Much, much better to replace the numbering with a plain paragraph, beginning with the number you want.
Use a margin and negative text-indent to make the numbering appear to be outside the paragraph boundaries.

Diap -- sorry, I can't think of anything Sigil specific about that, other than "Use regex!!!".
eschwartz is offline   Reply With Quote
Old 07-17-2016, 03:40 PM   #5
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,563
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I admit, I've never really seen any advantage to using ordered (or unordered for that matter) lists in ebooks. Other than where it's required in say an EPUB3s nav document or something. I can see utilizing them to present live data that needs to be updated frequently--like a database front-end. Where one never knows how many items might need to be listed (and even then, that's what a php for loop is for ) But for static content that only needs to be created once; then I say number|letter|roman numeral|bullet|star them yourself and be done with it. If I type the number "1" or the letter "a", every ebook rendering engine that exists, or ever will exist, is going to display it.
DiapDealer is online now   Reply With Quote
Advert
Old 07-17-2016, 04:12 PM   #6
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
It isn't as semantic, that's why.

...

Nothing wrong with semantic, of course... assuming you can assume everything supports it.
eschwartz is offline   Reply With Quote
Old 07-18-2016, 05:48 AM   #7
GrannyGrump
Obsessively Dedicated...
GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.
 
GrannyGrump's Avatar
 
Posts: 3,221
Karma: 35037583
Join Date: May 2011
Location: PA {back in the usa!}
Device: Sony PRS-T2, ADE on PC
DiapDealer said:
Quote:
But for static content that only needs to be created once; then I say number|letter|roman numeral|bullet|star them yourself
Good advice, I think.

Maybe a two-column table would work (instead of negative indents, which can have problems), but that will present other kinds of problems. (spacing, centering, alignment, etc, etc)

Last edited by GrannyGrump; 07-18-2016 at 08:05 AM.
GrannyGrump is offline   Reply With Quote
Old 07-18-2016, 11:40 AM   #8
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,117
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by GrannyGrump View Post
DiapDealer said:


Good advice, I think.

Maybe a two-column table would work (instead of negative indents, which can have problems), but that will present other kinds of problems. (spacing, centering, alignment, etc, etc)
I've had enough "fun" trying to make lists look good acceptable on epub devices that I've basically given up hope of a solution that will work for epub and Amazon devices without manual tweaking.
DNSB is offline   Reply With Quote
Old 07-18-2016, 05:33 PM   #9
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,716
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by DNSB View Post
I've had enough "fun" trying to make lists look good acceptable on epub devices that I've basically given up hope of a solution that will work for epub and Amazon devices without manual tweaking.
Kovid's DOCX Conversion in calibre does a reasonably good job of converting numbered lists to EPUB (at a functional level, at least), maybe you could leverage whatever he does css-wise.

BR
BetterRed is offline   Reply With Quote
Old 07-18-2016, 09:22 PM   #10
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by planewryter View Post
Sigil Mavens,

A mystery for you.

When specifying a bulleted list (ul) in Sigil v0.9.6 on my Mac (after a series of transformations including Kindle Previewer), yea, verily, a properly indented, bulleted list is rendered on my test iPad.

HOWEVER...when specifying a numbered list (ol), a list is indented...but--no numbers are displayed.

Any ideas? Have you encountered this problem? Do numbered lists work for you? Do you have a fix?

Many, many thanks for any assistance!

Best,
Plane Wryter

I'm unclear about something--you mentioned KP (Kindle Previewer). Then said "iPad," which is a device, not a platform, per se. Can you clarify, do you mean an ePUB, on iBooks? Or....?

Hitch
Hitch is offline   Reply With Quote
Reply

Tags
numbered_lists, sigil


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem using the <svg> in Sigil. Kindle rendering issue? rosshalde Kindle Formats 4 01-08-2015 01:25 PM
Numbered and bulleted list format lost on Nook Simple Touch epub Pondering ePub 2 10-15-2013 09:19 AM
Troubleshooting kindle touch problem, book list does not renew now paix Amazon Kindle 5 01-08-2012 08:25 PM
Problem of the section list with Chinese Fonts and Kindle 3 Jmot Recipes 9 02-20-2011 10:57 PM
Numbered list continuation bhuvana786 ePub 4 05-26-2010 01:17 AM


All times are GMT -4. The time now is 05:48 PM.


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