10.2

Table Of Contents
ePub Export Options dialog box
The Pictures pane lets you specify the resolution, format, and quality of pictures in
the ePub file. To override any custom attributes applied to individual picture
components, check Override Box Settings.
The Table of Contents pane lets you set options for the table of contents in the ePub
file. You can choose whether to use the table of contents defined in the Reflow Table
Of Contents palette or the article structure. (For more information, see "Creating a
TOC for ePub.") You can also specify the name of the TOC entry for the cover and the
title displayed above the TOC in the HTML version of the table of contents.
The East Asian pane lets you specify a default story direction and choose whether to
export Rubi natively or in parentheses.
When you're finished configuring options, click OK.
4
Click Save.
Specifying CSS for ePub export
The formatting of content in an ePub eBook is controlled by Cascading Style Sheets
(CSS). With CSS, you can control the indents, alignment, and formatting associated
with the tags you apply in Reflow view.
Some CSS options are not supported by all ePub readers. Be sure to test all of the CSS
customizations you make with each of the target ePub readers you want to support.
The CSS specifications that are embedded in an exported ePub eBook are determined
by the "style.css" and "vertical_style.css" files in the following location:
[QXP application folder]/XTensions/DigitalPublishing/Templates/css
For example, if you wanted to change the size of the Headline 1 tag and make it bold,
you could first locate this section in the "style.css" file:
.headline1 {
font-size: 1.5em;
}
And then change it to something like this:
.headline1 {
font-size: 2em;
font-weight: bold;
}
A GUIDE TO QUARKXPRESS 10.2 | 305
EBOOKS