Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Workshop

Notices

Reply
 
Thread Tools Search this Thread
Old 01-06-2012, 08:51 PM   #1
Adele Ward
Connoisseur
Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.
 
Posts: 54
Karma: 490324
Join Date: Jan 2012
Location: London
Device: Kindle
Help Required with poetry ebook conversions

I'm converting poetry for Kindle and will want to do it for Epub too. The problem is when lines are too long and roll over on to a second line. I need the line to indent slightly if it rolls over onto a second line, but the default is for lines to indent after a line break and then left justify if the line rolls over. This works well for prose for new paragraphs, but with poetry the opposite needs to happen. Could somebody tell me how to make lines of poetry all left justify, but indent slightly if a line is too long and rolls over, or if the reader increases the font size and makes lines roll over?
Adele Ward is offline   Reply With Quote
Old 01-07-2012, 02:38 AM   #2
AlexBell
Wizard
AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.
 
AlexBell's Avatar
 
Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
Quote:
Originally Posted by Adele Ward View Post
I'm converting poetry for Kindle and will want to do it for Epub too. The problem is when lines are too long and roll over on to a second line. I need the line to indent slightly if it rolls over onto a second line, but the default is for lines to indent after a line break and then left justify if the line rolls over. This works well for prose for new paragraphs, but with poetry the opposite needs to happen. Could somebody tell me how to make lines of poetry all left justify, but indent slightly if a line is too long and rolls over, or if the reader increases the font size and makes lines roll over?
I've no idea how to do this, I'm afraid, but will be following this thread to see if someone else knows.

All I do is to left justify the text, set the indent to zero, and let it break where it breaks. The authors I work for have accepted that, but they don't know any better.
AlexBell is offline   Reply With Quote
Advert
Old 01-07-2012, 04:43 AM   #3
Sunlite
Addict
Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.
 
Sunlite's Avatar
 
Posts: 206
Karma: 547516
Join Date: Mar 2008
Location: Berlin, Germany
Device: KObo Clara, Kobo Aura, PRS-T1, PB602, CyBook Gen3
You need a negative indent for your paragraphs. This means you set the left margin of the paragraph to the point where you want the second and following lines and set the text-indent to a negative value.

The CSS looks like this:
Code:
.poem{ text-indent: -2em; margin-left: 2em}
This works in ADE epub, but I don't know if it works in epub for iPad or if it translates correctly into mobi.
Sunlite is offline   Reply With Quote
Old 01-07-2012, 04:45 AM   #4
kennyc
The Dank Side of the Moon
kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.kennyc ought to be getting tired of karma fortunes by now.
 
kennyc's Avatar
 
Posts: 35,897
Karma: 119230421
Join Date: Sep 2009
Location: Denver, CO
Device: Kindle2; Kindle Fire
<snarkyremark>Write shorter lines</snarkyremark>
kennyc is offline   Reply With Quote
Old 01-07-2012, 10:22 AM   #5
Adele Ward
Connoisseur
Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.
 
Posts: 54
Karma: 490324
Join Date: Jan 2012
Location: London
Device: Kindle
Thank you, this is all incredibly helpful. It's the last think I need for good poetry conversions.

Kenny, you might think it's a snarky remark, but I do believe ereaders are changing the way we write. Authors already write prose with shorter paragraphs because they work better on a small screen.

Sometimes I turn the screen to landscape rather than portrait, so ereaders actually let us use longer lines too. But poetry readers like to see the whole poem lengthwise too....

This has solved my problem and thanks everyone.
Adele Ward is offline   Reply With Quote
Advert
Old 01-07-2012, 10:33 AM   #6
Adele Ward
Connoisseur
Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.Adele Ward ought to be getting tired of karma fortunes by now.
 
Posts: 54
Karma: 490324
Join Date: Jan 2012
Location: London
Device: Kindle
For a perfect poetry ebook some editors actually put a code between every word to set the acceptable places for line breaks. This is incredibly time consuming but the sort of thing a poetry editor would do! And they ask why ebooks need to be priced like print books seeing as they're so 'easy' to produce....
Adele Ward is offline   Reply With Quote
Old 01-08-2012, 04:30 PM   #7
Persius
Publisher
Persius began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2012
Location: UK
Device: none
This sounds interesting

Quote:
Originally Posted by Sunlite View Post
You need a negative indent for your paragraphs. This means you set the left margin of the paragraph to the point where you want the second and following lines and set the text-indent to a negative value.

The CSS looks like this:
Code:
.poem{ text-indent: -2em; margin-left: 2em}
This works in ADE epub, but I don't know if it works in epub for iPad or if it translates correctly into mobi.
Hi Sunlite

thanks for that, I work with Adele and am responsible for doing the conversions.

We follow the advice offered by amazon and the guidance frmo MS over how to go about these conversions.

basically its a word document saved as a filtered webpage which is then converted by mobi into another document format which is then uploaded into amazon which (apparently) undertakes further conversions and the book then comes out the other end as a Kindle book.

I'm not clear at what stage this code you suggest should be added to the document or by what means.
Persius is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Do Ebook Conversions Retain Hyperlinks? mrniceguy Writers' Corner 4 12-26-2011 01:51 PM
Modern Poetry EBOOK Where to Find? pdubois Reading Recommendations 7 10-14-2011 10:22 PM
e-book required Farhan Reading Recommendations 3 08-15-2009 08:46 AM
backlight, ebook conversions and 3rd party software stangri Which one should I buy? 16 11-16-2008 01:53 AM
Ebook Library refusing to load on screen when new media.xml file required seajewel Calibre 0 06-29-2008 07:46 PM


All times are GMT -4. The time now is 03:49 PM.


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