Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Kindle Formats

Notices

Reply
 
Thread Tools Search this Thread
Old 02-21-2011, 05:07 PM   #1
Emilie
Junior Member
Emilie began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2011
Device: Kindle
Question Text justification issues

Hello,

This is my first post on the forum. I am new to epub but I know my way very well around InDesign, HTML and CSS.

Here is my problem :
I'm laying out a book for .epub which I preview in ADE and everything seems fine. I then convert it to MOBI using Calibre. I also make sure to check the justified text option in the look and feel section. When I load my .mobi in a kindle, lines using longer words sometimes won't justify. I don't recall seeing this in other ebooks I've read so I must be doing something wrong.

My body text css is :
Code:
p.texte {
	line-height: 1.2em;
	font-size: 1em;
	margin-bottom: 0.9em;
	margin-top: 0.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
	widows: 2;
	orphans: 2;
}
Any suggestions? Also, are there any other ways to preview a .mobi file without putting it on a Kindle? (for Mac OS X or PC, whichever) This way I could at least see if my Kindle is the issue or if the file is wrong.

Thank you for your time!
Émilie
Emilie is offline   Reply With Quote
Old 02-21-2011, 06:39 PM   #2
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718479
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
When a line's last word won't fit it has to appear on the next line. The remaining words have to be spaced wider to justify the line. At some point any display system comes to grief trying to justify an overly short line. Sometimes the result is a less readable display with excessively widely spaced words and sometimes letters. At other times the line is left shorter than the rest.

In the Kindle there is no hyphenation to help break up words. Also, it only seems to justify using word spacing and not letter spacing. These place some limitations on its justification ability. Amazon has chosen to avoid the excessively wide word spacing that some systems resort to and just leave difficult lines short. This results in much better readability at the very minor expense to "pretty appearance".
dwig is offline   Reply With Quote
Old 02-21-2011, 08:54 PM   #3
Emilie
Junior Member
Emilie began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2011
Device: Kindle
I see... it's the first time I run into this, are you aware of any override?

I'm surprised that the only time I encounter the situation is when I am doing the layout. Maybe because it's the only french book on my Kindle and the text happens to have few "small words".

I guess I'm going to left-align then. I doubt the client will accept to have some lines justified and some others not!

Thank you for your time!
Emilie is offline   Reply With Quote
Old 02-22-2011, 11:40 AM   #4
klu529
Member
klu529 began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Feb 2011
Device: Literati
To preview the file, you can install the Kindle reader for PC. I don't know if there is a Mac version. It will be a little different because your computer will have a different screen size so you may not see the justification issue. You can experiment and try to get the kindle window to match the actual kindle screen to compare the results.
klu529 is offline   Reply With Quote
Old 02-22-2011, 11:59 AM   #5
susan_cassidy
Wizard
susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.
 
Posts: 2,251
Karma: 3720310
Join Date: Jan 2009
Location: USA
Device: Kindle, iPad (not used much for reading)
It is always better to not specify the justification, so that the device and/or software can be set by the user.
susan_cassidy is offline   Reply With Quote
Old 02-22-2011, 01:14 PM   #6
DMSmillie
Enquiring Mind
DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'DMSmillie understands when you whisper 'The dog barks at midnight.'
 
DMSmillie's Avatar
 
Posts: 562
Karma: 42350
Join Date: Aug 2010
Location: London, UK
Device: Kindle 3 (WiFi)
Quote:
Originally Posted by Emilie View Post
I see... it's the first time I run into this, are you aware of any override?
I don't believe there's any way to override this behaviour Emilie. As dwig indicated, it results from the current lack of support for hyphenation on the Kindle - that results in a choice, sometimes, between having excessive space between words when trying to justify them (which many people find makes text less easy to read), or leaving that line unjustified but more easily readable. The Kindle developers opted for better readability. I would think, if this is explained, most authors would accept that it's a function of the e-reader device, not a fault in the ebook formatting.

Quote:
Originally Posted by klu529 View Post
To preview the file, you can install the Kindle reader for PC. I don't know if there is a Mac version. It will be a little different because your computer will have a different screen size so you may not see the justification issue. You can experiment and try to get the kindle window to match the actual kindle screen to compare the results.
I'd recommend using the Kindle Previewer rather than the Kindle for PC application. The reader app can behave quite differently to the actual Kindle sometimes, and while the Previewer isn't 100% perfect, it gives a much closer simulation of what an ebook will look like on the actual Kindle device (it also provides options to simulate how the book will look using the "Kindle for..." applications for iPad and iPhone).
DMSmillie is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with text justification joeindallas Recipes 3 01-28-2011 09:24 AM
Text Justification ramjet1953 Sigil 1 11-07-2010 09:53 PM
Text Justification GSteer Kobo Reader 4 05-03-2010 12:55 AM
Help with text justification jament Calibre 4 11-10-2009 05:27 PM
Kindle 2 Text Justification leonardfrye Amazon Kindle 3 02-16-2009 02:57 PM


All times are GMT -4. The time now is 06:43 PM.


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