Page 1 of 1

customised placeholder

Posted: Mon Mar 30, 2020 10:43 pm
by sia
How to make a customized placeholder for dita pdf, that can be then included in the bookmap plugin?
I need to then include it within a bookmap , that can be called before the booklist within frontmatter.

Re: customised placeholder

Posted: Tue Mar 31, 2020 9:32 am
by Radu
Hi,

Please give more details about your use case.
Also if you publish to PDF using the Oxygen CSS-based publishing or the classic XSL-FO based PDF output.
In general you can add a topciref to your custom topic before the booklists element:

Code: Select all

    <frontmatter>
        <topicref href="myCustomTopic.dita"/>
        <booklists>
            <toc/>
        </booklists>
    </frontmatter>
Regards,
Radu