Quote:
Originally Posted by diamante
When I convert the PDBs to EPUB format, the first paragraph of each chapter looks fine, but instead of first-line indentation all other paragraphs are fully indented from the left margin.
|
Sounds like a bug but I can't tell without the file. Please open a
ticket and attach the file.
My guess is your book is doing something like:
Code:
\tO\tnce upon at time...
I've seen books that do this and while it sometimes works depending on the reader but it's invalid. According to the PML spec, "\t = Indent block. Start at beginning of a line, close with \t at end of a line." Invalid formatting is pretty much a guess of how it should look.