Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 03-12-2011, 11:31 AM   #31
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by cybmole View Post
well I checked the kindle forum—searched for mdash—clearly no one there gives a toss about it not parsing properly—it's only us folks here who seem to care....
The mobi format has so many problems with formatting due to limitations in the format itself they are probably just happy to read something. Personally I put in spaces most of the time to aid the reader in parsing a line. Depending on the use I sometimes put a space on both sides and sometimes set up the clause with a space ahead of the mdash at the start of the clause and a space after it at the end. This way the mdash behaves like a () or "" kind of punctuation.

Dale
DaleDe is offline   Reply With Quote
Old 03-12-2011, 12:05 PM   #32
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,544
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by DaleDe View Post
The mobi format has so many problems with formatting due to limitations in the format itself they are probably just happy to read something. Personally I put in spaces most of the time to aid the reader in parsing a line. Depending on the use I sometimes put a space on both sides and sometimes set up the clause with a space ahead of the mdash at the start of the clause and a space after it at the end. This way the mdash behaves like a () or "" kind of punctuation.

Dale
For novels, Mobi is pretty reasonable. I agree of course that it's far more limited than ePub, but it's good enough for most novels.
HarryT is offline   Reply With Quote
Advert
Old 03-13-2011, 03:14 AM   #33
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
well I changed all the books on my current reading list form the Mdash style to the spaces+ndash style - but ended up changing them all back again after some test reading on Kindle!
The discussion has made me too conscious of the fact that I should be seeing mdash, I guess.

still - it did demonstrate that you can switch styles in less than 1 minute per book using find / replace.

I toyed also with the ideas of switching all mdash to ndash then making a 2nd pass to restore any constructs ending in a quote i.e. to put back all —", so that there would be no stranded end " marks, but did not actually implement that.
cybmole is offline   Reply With Quote
Old 03-14-2011, 03:36 AM   #34
derangedhermit
Addict
derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.derangedhermit ought to be getting tired of karma fortunes by now.
 
Posts: 239
Karma: 1280000
Join Date: Oct 2010
Location: USA
Device: None
For single vs double vs guillemets, does it work to do the markup using <q> </q> in the html and then setting the character in CSS? Like q:before {content openquotechar}; q:after { content: closequotechar; }; and defining open- and closequotechar based on language? It looks like you could do quotes in quotes correctly, too.

The closest I can think of for emdashes is to put in the emdash and a zerowidthspace after it - indicating to break after, but not before. From the earlier examples, it looked like the pairing with quotes was context dependent, so there is no way to solve that?
derangedhermit is offline   Reply With Quote
Old 03-14-2011, 05:14 AM   #35
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,549
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by derangedhermit View Post
For single vs double vs guillemets, does it work to do the markup using <q> </q> in the html and then setting the character in CSS? Like q:before {content openquotechar}; q:after { content: closequotechar; }; and defining open- and closequotechar based on language?
I believe "content" is not a widely supported property (though it's in the spec). And the quoting styles don't differ only in the quote characters, but also in other details, like the punctuation placement.
Jellby is online now   Reply With Quote
Advert
Old 03-14-2011, 10:08 AM   #36
Freeshadow
temp. out of service
Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.Freeshadow ought to be getting tired of karma fortunes by now.
 
Posts: 2,815
Karma: 24285242
Join Date: May 2010
Location: Duisburg (DE)
Device: PB 623
Quote:
Originally Posted by theducks View Post
<rant>
my 2 cents:
By bastardizing a standard to support a non-standard (Amazon, Apple...) forced upon un-suspecting buyers, you are perpetuating their Gorilla tactics.

If the 'content' is not available (or as butt-ugly as it can get because you use all the features that they support incorrectly) in their format ,
then maybe the buyers will put up a howl (or ditch the cr*p product and get a real reading device that supports EPUB properly)
</rant>
so +1 on that
Freeshadow is offline   Reply With Quote
Old 03-23-2011, 03:28 PM   #37
Oldpilot
Groupie
Oldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with others
 
Posts: 184
Karma: 2572
Join Date: Aug 2010
Device: Kindle
The closest I can think of for emdashes is to put in the emdash and a zerowidthspace after it - indicating to break after, but not before.

Sounds like a good idea to me! Just have to remember not to end sentences with an emdash--or, if one does, then remember not to do zerowidthspace after it.

All my books use the space / endash / space thingie. Perhaps because I'm accustomed to it in British books, it looks perfectly fine to me.
Oldpilot is offline   Reply With Quote
Old 03-28-2011, 09:46 PM   #38
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,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
ADE does not have an issue with emdash. So for ePub, just use text—text and don't use any zero width space or any sort of space before and/or after.

Seems you may have to fiddle with the emdashes for the Kindle, but ADE is fine.
JSWolf is offline   Reply With Quote
Old 03-29-2011, 01:49 AM   #39
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Quote:
Originally Posted by JSWolf View Post
ADE does not have an issue with emdash. So for ePub, just use text—text and don't use any zero width space or any sort of space before and/or after.

Seems you may have to fiddle with the emdashes for the Kindle, but ADE is fine.
i have recently been using a Sony reader & that seems to handle mdash OK
cybmole is offline   Reply With Quote
Old 03-29-2011, 04:51 AM   #40
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,549
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by JSWolf View Post
ADE does not have an issue with emdash. So for ePub, just use text—text and don't use any zero width space or any sort of space before and/or after.

Seems you may have to fiddle with the emdashes for the Kindle, but ADE is fine.
It might be fine for English, it is not fine for Spanish!
Jellby is online now   Reply With Quote
Old 03-29-2011, 03:55 PM   #41
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by cybmole View Post
i have recently been using a Sony reader & that seems to handle mdash OK
Would it split the long–words on the mdash without a space. Or did it force it all on one line.

Dale
DaleDe is offline   Reply With Quote
Old 03-29-2011, 04:03 PM   #42
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Quote:
Originally Posted by DaleDe View Post
Would it split the long–words on the mdash without a space. Or did it force it all on one line.

Dale
i have observed it split a line between the mdash & the following word, if I recall correctly.

Sony is also better at justify than Kindle. K will add at most one extra space between each word when trying to justify a line, so sometimes the right margin is still a little ragged. the Sony algorithm seems to just keep increasing the word spacing until there is a perfect fit.

K has slicker chapter navigation though - 1 press of 5 way button & you get next / prev chapter. on sony you have to press options, then choose TOC then choose next chapter.
cybmole is offline   Reply With Quote
Old 03-29-2011, 04:31 PM   #43
WT Sharpe
Bah, humbug!
WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.WT Sharpe ought to be getting tired of karma fortunes by now.
 
WT Sharpe's Avatar
 
Posts: 39,072
Karma: 157049943
Join Date: Jun 2009
Location: Chesapeake, VA, USA
Device: Kindle Oasis, iPad Pro, & a Samsung Galaxy S9.
I agree that an mdash should be used without spaces, but there are other conventions that seem to be falling by the wayside because of their incompatibility with word processors, chat-rooms, and readers. For example, I learned long ago that two spaces should follow the punctuation mark that ends a sentence. However, if you follow that convention today, many of your following sentences will begin on the next line after a space, which is awkward. For that reason, I usually use a space before and after the em dash. If it were in a printed book—by all means—there should be no spaces.

I also use a space after the em dash just before the given source in quotations; but in that case, it's only because I find it more aesthetically pleasing.

Last edited by WT Sharpe; 03-29-2011 at 04:34 PM.
WT Sharpe is offline   Reply With Quote
Old 03-30-2011, 09:44 AM   #44
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,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
ADE will split at an emdash. Also, it will even more the emdash to the start of the next line if need be. But, The Kindle will take the emdash as just another character and move the entire thing to the next line. So text—text is taken as one word. BBeB (LRF/LRX) did the same thing at the Kindle. One thing ADE will do as fra as justification, it will slightly extend a tad over the margin to not have to drop the last word of a line to the next line. So you may see like 1/2 a letter space over the margin and that's OK.
JSWolf is offline   Reply With Quote
Old 03-30-2011, 09:50 AM   #45
sjkramer
Connoisseur
sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.sjkramer ought to be getting tired of karma fortunes by now.
 
Posts: 68
Karma: 526028
Join Date: Nov 2009
Location: New York, NY
Device: iphone
I have very reluctantly, begun to add spaces before/after m-dashes. Something I'm adamantly opposed to in books (though I really believe it's a matter of taste, and many reputable publishers surround m-dashes with kerning or spacing). As much as I dislike it, I agree that it is more disruptive to a reader to have the type of overly loose line that Kindle (for instance) will create when an m-dash tricks it into thinking there is a very long word present.

Short version: Spaces around m-dashes is the lesser evil.
sjkramer is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Seriously thoughtful New Money, The Smart thing or the Fun thing? GlenBarrington Lounge 9 01-13-2012 01:47 PM
add an mdash or ndash in book view cybmole Sigil 16 03-09-2011 06:14 PM
Too much of a good thing madzippy General Discussions 14 01-11-2011 03:07 PM
Is very high contrast really a good thing? Ariadne Which one should I buy? 8 11-16-2009 07:14 AM
Amazon Kindle might be the worst thing that could happen to e-books? Bob Russell Amazon Kindle 206 12-28-2007 08:59 AM


All times are GMT -4. The time now is 02:43 AM.


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