← Prev in month ← Prev in thread

output order preface epub3

From
Peter Fleck <>
Date
2014-07-07T09:43:31+00:00
ID
Thread
output order preface epub3
Hi guys,

    

    Not sure if this is a bug or my xml. The structure is below:

    

    <preface>

    <title>Foreword</title>

    

    <para>...</para>

    <para ....</para>

    

    <section>

    <title>...</title>

    <para>...</para>

    <para>...</para>

    </section>

    

    <section>

    <title>...</title>

    <para>...</para>

    <para>...</para>

    </section>

    

    <section>

    <title>...</title>

    <para>...</para>

    <para>...</para>

    </section>

    

    <para>...</para>

    <para>...</para>

    <para>...</para>

    </preface>

    

    In the epub 3 the paragraphs at the end are outputted after the
    paragraphs at the start before the first section. Do I need to just
    wrap the first and last paragraphs into a simplesect to avoid this?

    

    It works fine in the FO output.

    

    Peter
← Prev in month ← Prev in thread