
: Re: Preserving Layout of Original File fairly new to Ebooks and publishing in general. I am attempting to publish a poetry collection. Unfortunately, I've been wracking my brain over how to preserve
First, I've formatted lots of poetry for epubs, so I can offer insights.
I don't know about what kind of visual demands you have for poems. But I'm assuming that you have the usual ones -- keeping lines of a stanza together, having the proper indents and line widths and forcing page break.
Poetry is easier to format by creating HTML and css style sheets.
The html source looks something like this:
<div class="stanza">
<blockquote class="stanza">
<p class="line-verse"> "Look not thou on beauty's charming, – </p>
<p class="line-verse"> Sit thou still when kings are arming, –</p>
<p class="line-verse"> Taste not when the wine cup glistens, – </p>
<p class="line-verse"> Speak not when the people listens, – </p>
<p class="line-verse"> Stop thine ear against the singer, – </p>
<p class="line-verse"> From the red gold keep thy finger, – </p>
<p class="line-verse"> Vacant heart and hand, and eye, – </p>
<p class="line-verse"> Easy live and quiet die."</p>
</blockquote>
</div>
Admittedly, this is a plain vanilla example. Depending on the formatting, you may want to use two different classes for individual lines with different styles. Look at this css
p.line-verse {
text-indent: -2em;
padding-left: 3em;
padding-right: 3em;
line-height: 80%;
}
You get the point. Once you have the css right, it is trivial to create html pages for poems. More examples are here: epubsecrets.com/formatting-poetry-in-epub-part-1.php and epubsecrets.com/formatting-poetry-in-epub-part-2.php
The two issues you have are: 1)would the advantage of being able to style poetry in html and css outweigh the convenience of using a word processor and 2)are you testing the poetry book adequately on different devices? Poetry can look bad on mobile devices, so you need to make sure they render reasonably well on all devices.
It may simply be easier to pay someone to format an ebook for you and then keep the template for later ebooks. Or you can crack open any epub file of a poetry ebook (.epub is just a zipped file with the file extension renamed).
Or you can unzip any of the Project Gutenberg poetry ebooks (which are formatted pretty well: www.gutenberg.org/wiki/Poetry_%28Bookshelf%29 ).
To summarize my answer: It is actually not hard to format poetry for html; it actually can be easier than doing it from a converted word processed file. My feeling is that using word processed documents as your source creates more problem than it solves when you're trying to format something like poetry. Fixed layout books would definitely provide more pixel accuracy, but the ebook's appearance would be unpredictable on smaller devices.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Karen

: How well does Google Play Books support page-oriented css? (i.e., page breaks) While testing ebooks, I have been finding deficiencies in css support in Google Play Books. Namely, this doesn't

: What fonts to use for Adobe DE app on mobile devices? I am testing an epub file which I rolled up on my own. (I.e., I didn't use InDesign). I deliberately did not specify a font for my