How to Display a Topic Before the Table of ContentsEdit online
To display a topic before the table-of-contents page, follow these steps:
- Make sure the topic is referenced on the first level in the DITA map.
- Set the
@outputclassto before-toc on the root element of the topic.
<topic id="MyTopic" outputclass="before-toc">
Result: When the PDF is processed, the topic will automatically appear before the table of contents.