Quote:
Originally Posted by z537815
No way around this?
|
You can always add series information manually in the MetaData Editor:
1. Select Add Metadata > Belongs to Collection and enter the name of the series.
2. Highlight Belongs to Collection, select Add Property > Group Position and enter the series number.
3. Highlight Belongs to Collection, select Add Property > Collection Type: Series.
Of course, you could also simply paste the following section in the content.opf metadata section and update the values marked in blue.
Code:
<meta property="belongs-to-collection" id="series">Name of the series</meta>
<meta property="collection-type" refines="#series">series</meta>
<meta property="group-position" refines="#series">1</meta>