Quote:
Originally Posted by lsmod
Hmmm - i understand.
It's really complicate to understand and find out the correct options to convert documents in calibre.
|
Yes it can be. Starting from a web site like this make it hard.
Quote:
For documents from the internet and other direct sources it's a good alternative to use the epub plugin for open office.
But the beginning is showed correctly.
It's not correct to jump over the rest of the page.
|
It think that because each chapter is in a table, the reader app is trying to render that as a single page. But, there might be something in one of the styles defined that is forcing this.
I had a look at the original page. If you edit the HTML and delete the code for the site index, it will probably fix this when you do the conversion. That is deleting everything before "<h1 class="firstHeading">AVR-GCC-Tutorial</h1>" and then deleting the matching table ends at the end of the document.
Quote:
How do you analyze this?
I did not work with epub tools before.
|
I opened the epub with Sigil and had a look at the code. Sigil is a very good epub editor. There is a forum for it here.