View Single Post
Old 09-12-2014, 06:51 PM   #20
Arkadian
Connoisseur
Arkadian began at the beginning.
 
Posts: 96
Karma: 10
Join Date: Mar 2014
Device: none
Right... I have tried to convert a small text sample.
If in the docx I select "keep with paragraph" in the "text flow" pane, when I change the file into an epub I see nothing... there is no trace of it.
If instead I click on orphan and widow as well I get this:

Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
  <head>
    <title>Sconosciuto</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <link href="stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="page_styles.css" rel="stylesheet" type="text/css"/>
</head>
  <body class="calibre">
	<h2 class="block_" id="toc_id_1">Headline goes here</h2>
	<ol class="list_">
	<li class="block_1">yadda yadda yadda</li>
</ol>

</body></html>
The only thing different is "id="toc_id_1". Could it be useful? Apart from that... there is nothing notewirthy in the rest of the files.

________________

Oh... toc = Table of contents, so nothing there either.
So, to sum up, from LO docx files to epub there is no control over the way text is split between pages, therefore I have to live with headings with no text

Last edited by Arkadian; 09-12-2014 at 06:55 PM.
Arkadian is offline   Reply With Quote