Hi Kovid,
thanks for you quick reply. My life is a bit crazy these days, so it took me longer to get back to you. AND - I tried quite a few things in the meantime.
Nevertheless I'm still hanging with the :after CSS tag.
Currently my extra_css looks like this:
Code:
extra_css = 'h1 {font-size: 1.6em; text-align: left} \
h2 {font-size: 1em; font-style: italic; font-weight: normal} \
h3 {font-size: 1.3em;text-align: left} \
h4, h5, h6, a {font-size: 1em;text-align: left} \
.hcf-caption {font-size: 1em;text-align: left; font-style: italic} \
.hcf-location-mark:after {content: ". "} \
.hcf-location-mark {font-style: italic}'
The Italics from the last line work. The insertion of the ". " doesn't, despite an upgrade to Calibre 0.9.25 - According to the changelog the before/after tags were fixed in 0.9.24. - This is strange. Did I mess up anything else here?
It also says in the changelog, that as of 0.9.24 it is possible to "reduce the size of downloaded images by lowering their quality". I assume this refers to the options "compress_news_images_max_size" and "compress_news_images_auto_size". - But it doesn't appear to have a significant effect. Very strange!
I'm running calibre in an ia32 chroot on an debian amd64 system. But all seems fine:
Code:
[$ calibre --version
calibre (calibre 0.9.25)
Can I get more information from the gui when running the recipe, or do I have to run ebook-convert on the command-line for more debugging information?
Last question: When the recipe is running satisfactory, then it's here the place to post the final version, correct?
Thanks a lot!
Hegi.