Dear all,
I am trying to master EPUB → PDF possibilities of Calibre and I hope that somebody can help me.
Original epub contains the section "Notes" with the following contents:
The given note is referred from text as following:
Problem: I would like the given note to be rendered as end-of-page note (in page footer). If that is not possible, then how can I remove this whole section from processing (as it results a separate page for each note, which do not look nice)?
Another question related to i18n of PDF output: when I enable "Add a printable Table of Contents at the end", Calibre generates a nice table of contents but with title "Table of Contents". How to customize it so the title reads "Оглавление"?
In general I wonder where I can read more about HTML classes used for PDF conversion? Few (e.g. .calibre-pdf-toc) are mentioned in Printable Table of Contents but I think there are more. As far as I can see, HTMLZ does not use such (or similar) classes. Are they all documented somewhere?
I am trying to master EPUB → PDF possibilities of Calibre and I hope that somebody can help me.
Original epub contains the section "Notes" with the following contents:
Code:
<body name="notes">
<title>
<p>Примечания</p>
</title>
<section id="n_1">
<title>
<p>1</p>
</title>
<p>Неофициальное название Лондонского Сити.</p>
</section>
</body>
Code:
<a l:href="#n_1" type="note">[1]</a>
Another question related to i18n of PDF output: when I enable "Add a printable Table of Contents at the end", Calibre generates a nice table of contents but with title "Table of Contents". How to customize it so the title reads "Оглавление"?
In general I wonder where I can read more about HTML classes used for PDF conversion? Few (e.g. .calibre-pdf-toc) are mentioned in Printable Table of Contents but I think there are more. As far as I can see, HTMLZ does not use such (or similar) classes. Are they all documented somewhere?