Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 10-29-2014, 12:28 PM   #1
rosshalde
Zealot
rosshalde began at the beginning.
 
Posts: 142
Karma: 10
Join Date: Jun 2014
Device: nook
Sigil on Nook vs Sigil on Kobo vs Sigil on iBook

Ok, so as I said, I am new to all this.

I have experimented a bit on found some issues.

True/False - the same epub from Sigil can and will display differently on a Nook vs on a Kobo vs on iBook

1) Kobo and Nook show no blank pages and the TOC functions perfectly.
iBook has a blank page and for some reason has the TOC reference that blank page. As a general rule, does iBook have more quirks and in general suck?

2)Here is something else I actually see. On the Kobo, it seems to respect more of my stylesheet. I inserted code to tell it to leave no empty spaces.

body, div, p, h1, h2, h3, h4 { margin: 0; padding: 0; }
Kobo respects this, but still makes everything look pretty by providing nice line spacing.

Nook, did not respect the code and at the beginning of a new chapter (only) it provided a top margin. I can select in the tools area a button that says "Publisher Default" which then seems to respect the code about margins and puts the beginning of the chapter all the way at the top, but it then doesn't provide any assistance in making it look nice on the Nook. There is 0 spacing between lines so it is not nice to look at. When I try to adjust the spacing, it does, but then switches back to Nook takes control. All or nothing seems to be Nooks way of dealing with this level of control.

Suggestions? Should I just build in code in Sigil to give everything the desired line spacing? Then either the device will make it look nice, or if I use the Publisher Default, presumably it was also accept my spacing.....if so, is the code here

body, div, p, h1, h2, h3, h4 { margin: 0; padding: 0; }
going to prevent me from having line spacing?
If not, what do I need to define in the css to get the desired line spacing.
If the above code will mess up line spacing, what do I need to change?
Here is my current css

sup{
font-size: 67%;
vertical-align: 33%;
}
sub{
font-size: 67%;
vertical-align: -10%;
}
p{
margin: 0px;
}
.s1{
color: #000000;
font-size: 75.0000%;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0.0000em;
margin-bottom: 0.0000%;
margin-top: 0.0000%;
padding-left: 0.0000%;
padding-right: 0.0000%;
text-align: left;
text-decoration: none;
text-indent: 0.0000%;
text-transform: none;
}
body, div, p, h1, h2, h3, h4 { margin: 0; padding: 0; }

.h1{
margin-top:0em
}
.s2{
font-weight: bold;
text-align: center;
}
.s3{
text-align: justify;
text-indent: 0%;
white-space: normal;
}
.s4{
font-size: 87.5000%;
font-weight: bold;
text-align: center;
}
.c1{
font-size: 116.6667%;
}
rosshalde is offline   Reply With Quote
Old 10-29-2014, 01:43 PM   #2
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by rosshalde View Post
True/False - the same epub from Sigil can and will display differently on a Nook vs on a Kobo vs on iBook
Hmm, true. But, it has nothing to do with Sigil though. In general an ePUB can be displayed different on different readers and programs. It is a curse we have to bear. Part of the problem is that the specifications are open for different interpretations and that some things are just ignored.

Quote:
Originally Posted by rosshalde View Post
1) Kobo and Nook show no blank pages and the TOC functions perfectly.
iBook has a blank page and for some reason has the TOC reference that blank page. As a general rule, does iBook have more quirks and in general suck?
It differs per version, but I have heard a lot of issues with iBooks. They don't really support ePUB, but more iPUB. That is, Apple's idea of an ePUB. I do have to say that the current version seems to be a lot better than the older version. Issue is of course backwards compatibility.

Quote:
Originally Posted by rosshalde View Post
2)Here is something else I actually see. On the Kobo, it seems to respect more of my stylesheet. I inserted code to tell it to leave no empty spaces.
Ah yes, the curse (or blessing for others) of Publisher defaults. They can drive you bonkers. I hate it when my stylesheet is ignored, but I have seen (commercial) ePUB when it is a good thing. The quality of some stylesheets...

I would recommend making your stylesheet in such a way that it works for you. Sometimes adding !important after the rule in the stylesheet will force the reader to use it.
Most people test if their ePUB at least displays like they want with ADE (Adobe Desktop Edition), usually version 2. The reason behind it, is that a lot of standalone readers use the mobile rendering engine of Adobe.

There is no one stylesheet to have an ePUB render the same on all readers/programs. You can try to make it best as possible. There is a reason why professional e-book makers have a zillion devices on which they test the results...
Toxaris is offline   Reply With Quote
Advert
Old 11-01-2014, 09:41 AM   #3
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
I have found that a well-formatted epub from Sigil works very well on Nook and Kindle (and Kindle apps including IOS). I don't own an iPad and have never bought the iBooks version of one of my books.

Also, because of my distaste for the closed Apple universe, neither can I upload directly to Apple. I previously used Lulu for this but more recently have switched to Draft2Digital. I find that my Sigil epubs from D2D look better on my Nook device than those I uploaded directly to Nook Press, as it is called. (By "better" I mean they look as I intend them to look, and as they do look on Kindle readers.)

I upload the identical epub to the KDP and to D2D, except for an included cover in the D2D version.

You can see my style sheet at http://notjohnkdp.blogspot.com/

Oh, and I should add that I don't mess with line spacing! I use top-margin on chapter headings etc and on certain paragraph styles. The Kindle reader last year increased its line spacing to the point where it's almost 1.5. Nook is not quite so spacious, but there is certainly lots of room there, something like 12 on 15 point in a print edition.

Last edited by Notjohn; 11-01-2014 at 09:44 AM.
Notjohn is offline   Reply With Quote
Old 11-01-2014, 05:14 PM   #4
EowynCarter
Wizard
EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.
 
Posts: 4,332
Karma: 4000000
Join Date: Oct 2008
Location: Paris
Device: Cybooks; Sony PRS-T1
[QUOTE=Toxaris;2961686]Hmm, true. But, it has nothing to do with Sigil though. In general an ePUB can be displayed different on different readers and programs. It is a curse we have to bear. Part of the problem is that the specifications are open for different interpretations and that some things are just ignored.
/QUOTE]

That.
Welcome in the world of e-book making.

I never dealt with iBook myself, but i have a friend how makes e-books. And i-book usually is the subject of her rant. (And her clients demanding crazy things)

Tips : KISS (keep it simple stupid ), the simple it is, the better. You're less likely to get difference,and it's easier to find the cause of problems.
EowynCarter is offline   Reply With Quote
Old 11-05-2014, 10:20 AM   #5
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Quote:
Originally Posted by EowynCarter View Post
Tips : KISS (keep it simple stupid ), the simple it is, the better. You're less likely to get difference,and it's easier to find the cause of problems.
That is certainly true. I don't use drop-caps, tables, or embedded fonts in my epubs, though I am told that they work just fine.

(What convinced me about drop-caps was Amazon's changing the line spacing a year or two ago, so that a drop-cap formed per Amazon's instructions now floated forlornly next to the second indented line of text.)
Notjohn is offline   Reply With Quote
Advert
Old 11-06-2014, 09:56 AM   #6
exaltedwombat
Guru
exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 2457540
Join Date: Nov 2011
Device: none
Quote:
Originally Posted by Notjohn View Post
(By "better" I mean they look as I intend them to look, and as they do look on Kindle readers.)
Dealing with clients who have come directly from enjoying themselves in an orgy of PRECISELY spacing every line of a printed version is one thing. But when writing from scratch, always think structure, not appearance.

Write your book in Word, with consistent use of paragraph and heading styles, it will convert perfectly to EPUB and then on to Kindle with a clean, clear, readable layout. Heck, if you use the Footnotes feature in Word properly, it will even translate with automatic jump-links! Drop it into InDesign, you'll get a great-looking print layout. But the more you fuss over layout in the original, the more trouble you'll have.
exaltedwombat is offline   Reply With Quote
Old 11-07-2014, 11:03 AM   #7
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Quote:
Originally Posted by exaltedwombat View Post
Write your book in Word, with consistent use of paragraph and heading styles, it will convert perfectly to EPUB and then on to Kindle with a clean, clear, readable layout. Heck, if you use the Footnotes feature in Word properly, it will even translate with automatic jump-links! Drop it into InDesign, you'll get a great-looking print layout. But the more you fuss over layout in the original, the more trouble you'll have.
Sigil doesn't import/open Word docs, does it? I put my Word docs through word2cleanhtml dot com online.

I'm told that newer iterations of Word do a better job of exporting to / saving as html, but my own version routinely turns a simple <p> into 90-100 characters, which can certainly add up in a conversation-heavy novel.
Notjohn is offline   Reply With Quote
Old 11-07-2014, 11:25 AM   #8
exaltedwombat
Guru
exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 2457540
Join Date: Nov 2011
Device: none
Quote:
Originally Posted by Notjohn View Post
Sigil doesn't import/open Word docs, does it? I put my Word docs through word2cleanhtml dot com online.

I'm told that newer iterations of Word do a better job of exporting to / saving as html, but my own version routinely turns a simple <p> into 90-100 characters, which can certainly add up in a conversation-heavy novel.
No, but Calibre does. Forget anything you've been told about exporting html from word, just drop a well-structured dog sex in to calibre. (I said docx of course, but I much prefer my computer's version! ☺)
exaltedwombat is offline   Reply With Quote
Old 11-07-2014, 03:32 PM   #9
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by Notjohn View Post
I'm told that newer iterations of Word do a better job of exporting to / saving as html,[....]
Alas, no. Word still saves the files the same. On the other hand, I directly create an ePUB in Word, so I don't mind that much.
Toxaris is offline   Reply With Quote
Old 11-13-2014, 12:55 AM   #10
David Kudler
Enthusiast
David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'
 
David Kudler's Avatar
 
Posts: 48
Karma: 10000
Join Date: Apr 2011
Device: iPad
Quote:
Originally Posted by Toxaris View Post
Alas, no. Word still saves the files the same. On the other hand, I directly create an ePUB in Word, so I don't mind that much.
Say WHAT?

Also, yes, welcome to the wonderful world of ebook design.

The wonderful thing about using ADE 2.0 as your standard is that it supports basically nothing. Yippee! Vanilla for everyone!

Last edited by David Kudler; 11-13-2014 at 01:03 AM.
David Kudler is offline   Reply With Quote
Old 11-13-2014, 04:43 AM   #11
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by David Kudler View Post
Say WHAT?

Also, yes, welcome to the wonderful world of ebook design.

The wonderful thing about using ADE 2.0 as your standard is that it supports basically nothing. Yippee! Vanilla for everyone!
I assume your surprise is regarding creating ePUB in Word. Well, exporting a Word document as ePUB is not that hard... Just install my add-in.
Toxaris is offline   Reply With Quote
Old 11-13-2014, 08:11 AM   #12
David Kudler
Enthusiast
David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'David Kudler knows the difference between 'who' and 'whom'
 
David Kudler's Avatar
 
Posts: 48
Karma: 10000
Join Date: Apr 2011
Device: iPad
Quote:
Originally Posted by Toxaris View Post
I assume your surprise is regarding creating ePUB in Word. Well, exporting a Word document as ePUB is not that hard... Just install my add-in.
Ah! Thank you. Converting Word docs to clean HTML before pasting them into ePub docs has been such an annoying part of my workflow for so long. I'll have to run and check this out.
David Kudler is offline   Reply With Quote
Old 11-13-2014, 09:34 AM   #13
Calenorn
Brash Fumbler
Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.Calenorn ought to be getting tired of karma fortunes by now.
 
Posts: 1,158
Karma: 8710811
Join Date: May 2013
Device: NST, Kobo Mini
One bit of trivia from my experience using the NOOK Simple Touch:

When an epub uses <p> the NOOK overrides my css to format the parargraph in one respect, that is, if I use the css to set the paragraph indent to zero, the NOOK still indents paragraphs. Clearly the device has some internal settings that trump the css; I don't know how to change those.

I got around this by changing all the <p> tags to something else, like <standard>. When I set the properties for <standard> in the css, then the NOOK obediently omits the indentations.
Calenorn is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil Plugins (for Sigil 0.7xx Alpha) DiapDealer Sigil 15 09-27-2014 05:21 PM
Epub crashes on Sigil for Mac, OK on Sigil for PC crystamichelle Sigil 6 08-14-2013 02:52 PM
combo strategy with Sigil and iBook Author Alan Brooks ePub 9 01-18-2013 08:30 PM
Sigil 0.3.4 / Sigil 0.4.0 RC1 / Cover in Nook Color Bertrand Sigil 13 08-06-2011 04:06 AM
Sigil 0.3.4 / Problème CSS entre Sigil et iPad Grivels Software 10 07-03-2011 09:06 AM


All times are GMT -4. The time now is 10:27 AM.


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