PDF→EPUB: Add more menu markup.

This commit is contained in:
tastytea 2021-03-15 18:02:02 +01:00
parent 7eba6dc8ac
commit b3de042dd3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 4 deletions

View File

@ -50,15 +50,15 @@ guide.
Click on menu:Add books[Add empty book]. Then fill in the metadata and select
“EPUB” as format. You can add more metadata and a cover image by right-clicking
the book and then selecting “Edit metadata”. Open Calibre's editor by right
clicking on the book and selecting “Edit book”. You start with a single XHTML
the book and then selecting menu:Edit metadata[]. Open Calibre's editor by right
clicking on the book and selecting menu:Edit book[]. You start with a single XHTML
file, `start.xhtml`. I always use that for the title page, the copyright notice
and so on. You can force a page break to separate the title and the copyright
notice with CSS: Add `style="page-break-after: always;"` to the last element of
the virtual “page” or use a CSS class. To add a CSS file click menu:File[New
file] and enter a filename ending with `.css`. Add the CSS file to the document
by right clicking on `start.xhtml` in the file browser and selecting “Link
stylesheets…”.
by right clicking on `start.xhtml` in the file browser and selecting
menu:Link stylesheets…[].
[NOTE]
The built-in preview does not show page breaks.