Quote:
Originally Posted by JSWolf
I have the solution to the problem... CALIBRE!!!!
use html2epub to generate an ePub file that will work on your 505..
Code:
html2epub --margin-top=0 --margin-bottom=0 --margin-left=0 --margin-right=0 --base-font=20 index.html
That is what I used from the command line and it worked fine. Granted, I did not use any of the options to put in proper metadata.
You might want to fix the HTML so the ToC shows the board number and you may want to remove the index links from the top of each page.
|
I like this solution, which is similar to use mobilepocket
a few more questions:
if I make a book with more than 300 problems (I am testint with 1300), I get this error msg:
Code:
File "C:\Archivos de programa\calibre\library.zip\calibre\ebooks\html.py", lin
e 233, in depth_first
File "C:\Archivos de programa\calibre\library.zip\calibre\ebooks\html.py", lin
e 233, in depth_first
File "C:\Archivos de programa\calibre\library.zip\calibre\ebooks\html.py", lin
e 233, in depth_first
File "C:\Archivos de programa\calibre\library.zip\calibre\ebooks\html.py", lin
e 233, in depth_first
File "C:\Archivos de programa\calibre\library.zip\calibre\ebooks\html.py", lin
e 226, in depth_first
File "C:\Archivos de programa\calibre\library.zip\calibre\ebooks\html.py", lin
e 196, in __eq__
RuntimeError: maximum recursion depth exceeded in cmp
how can I skip this error?
and also, when reading on my sony prs505, the board is justified at right, and not in center like in html files. Is there any way to use center aligment?
thanks
FS
P.S: I am tempt to program my own html generation to use large square images.