Quote:
Originally Posted by BetterRed
By reading the text - should be obvious that its continued speech.
|
Well, duh. But that cannot be automated. So, it seems it is not possible to check that type of style in an automated way.
There was a small period I think the 70s or early 80s where this style was also used here, but not that much.
Quote:
Originally Posted by BetterRed
I am attaching a new Small Caps Test.zip - the two lines are Styled with Title 1 (the Times Roman) and Title 2 (the Verdana) - I seem to have a worse result now - there are 2 of the   strings and a 'strange' extra line. The zip also includes the results of a conversion of the same DOCX by calibre.
|
I get the following HTML after the conversion:
Code:
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p><span class="scaps">THIS IS A TEST OF VERDANA IN SMALL CAPS</span></p>
<p><span class="scaps">&NBSP;</span></p>
<p><span class="scaps">&NBSP;</span></p>
<p><span class="scaps">THIS IS A TEST OF TIMES NEW ROMAN IN SMALL CAPS</span></p>
This is a Test of Small Caps
</body>
</html>
Besides the &NBSP; (which is blatantly wrong of course and will be fixed), it is as expected. It is identified by spans with the smallcaps style set in the settings for HTML Export. Empty paragraphs are by default converted to <p> </p>. I opted to use this instead of <p></p>, since empty tags are sometimes ignored.
Quote:
Originally Posted by BetterRed
See attached image for some suggestions on EPUB Settings.
|
What are the suggestions??? I don't see it, but that is probably me. I do see that not all the settings are entered consistently. For example, you have set to open the ePUB with the selected program, but no program is selected...