From ece7a80872fd4f3506190036a91a61988870d581 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 27 May 2020 15:41:33 -0300 Subject: tdf#133432 Missing epub screenshot Partial solution for the bug. Fix some oddities in makefiles. a companion patch follow implementing screenshots for writerperfect/ module Change-Id: I1c87bac8b9d82a222e7719433e4074dd8e132bdf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94999 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit c2ebb692145e7443cf2a74781114d5571f2848a4) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94965 Reviewed-by: Adolfo Jayme Barrientos --- source/text/shared/01/ref_epub_export.xhp | 38 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'source/text/shared/01/ref_epub_export.xhp') diff --git a/source/text/shared/01/ref_epub_export.xhp b/source/text/shared/01/ref_epub_export.xhp index 53590118e4..fdfed48286 100644 --- a/source/text/shared/01/ref_epub_export.xhp +++ b/source/text/shared/01/ref_epub_export.xhp @@ -37,7 +37,7 @@ -Export as EPUB +

Export as EPUB

Export the current file to EPUB. @@ -47,45 +47,45 @@ -EPUB dialog box + -General +

General

-Version +

Version

Sets the version of the resulting EPUB file. -Split method +

Split method

Select the type of start of the next EPUB section. - Heading: Starts the next section on headings, according to the document outline numbering. + Heading: Starts the next section on headings, according to the document outline numbering. - Page break: Starts the new section on a page break. + Page break: Starts the new section on a page break. -Layout method +

Layout method

Determines if a reflowable or a fixed layout EPUB will be generated. - Reflowable: The content flows, or reflows, to fit the screen and to fit the needs of the user. This also means that page style information (for example page size or header/footer content) is not exported. + Reflowable: The content flows, or reflows, to fit the screen and to fit the needs of the user. This also means that page style information (for example page size or header/footer content) is not exported. - Fixed: Gives greater control over presentation when a reflowable EPUB is not suitable for the content. + Fixed: Gives greater control over presentation when a reflowable EPUB is not suitable for the content. -Custom cover image +

Custom cover image

Enter the full path of the custom cover image file. If the entry is empty, the exporter takes the cover image in the media directory (see below) when the name is one of the following: cover.gif, cover.jpg, cover.png or cover.svg. -The custom cover image is embedded in the EPUB file. +The custom cover image is embedded in the EPUB file. -Custom media directory +

Custom media directory

Enter the custom media directory for the EPUB file. The media directory may contain a cover image as seen above, custom metadata and image links. @@ -96,27 +96,27 @@ Image links mean that if you create relative links on images or text and they link an image that's available in the media directory, then this media will be available in the EPUB export result as a popup. -Metadata +

Metadata

Enter the custom metadata to override the document default metadata. These text fields can be left empty. -Identifier +

Identifier

Enter a unique identifier for the publication. -Title +

Title

Enter the title of the publication. -Author +

Author

Enter the Author of the publication. -Language +

Language

Language of the publication (see RFC4646 and ISO 639 for possible values). -Date +

Date

Last modification date for the publication. The value of this property must be an XML Schema dateTime conformant date in the form: CCYY-MM-DDThh:mm:ssZ. Default is the date and time when the export dialog opened. -- cgit