Ideally the above named topics should be present after TOC and before actual Chapters start from System Overview.
Kindly suggest how can we achieve this.

Post by dpksaini89 » Wed Jul 04, 2018 1:53 pm
Post by Costin » Thu Jul 05, 2018 11:38 am
Code: Select all
/* Remove the labels from the bookmarks view */
*[class~="topic/topic"][outputclass ~= "hide-bm-labels"] *[class~="topic/title"] {
bookmark-label:none;
}
/* Make sure the chapter counter is not altered by these topics */
*[class ~= "topic/topic"][outputclass ~= "hide-bm-labels"] {
counter-increment:none !important;
}
/* No Chapter NN before the titles of these topics in the main content. */
*[class ~= "topic/topic"][outputclass ~= "hide-bm-labels"] *[class ~= "topic/title"]:before {
content: none !important;
}
/* No Chapter NN in the page headings for these topics. */
*[class ~= "topic/topic"][outputclass ~= "hide-bm-labels"] *[class ~= "topic/title"] {
string-set: chaptertitle content();
}
Post by dpksaini89 » Fri Jul 06, 2018 10:36 am
Post by Radu » Fri Jul 06, 2018 11:49 am
Code: Select all
<frontmatter>
<booklists>
<toc/>
</booklists>
<bookabstract href="MyBookAbstract.dita"/>
<preface href="preface.dita"></preface>
</frontmatter>
Post by paulkhillier » Tue Jul 10, 2018 9:05 pm
Code: Select all
/* Hide Part and Chapter Label/Number */
*[class ~= "topic/topic"] > *[class ~= "topic/title"]:before {
display:none;
}
/* Hide Figure and Table Label/Number */
*[class ~= "topic/table"] > *[class ~= "topic/title"]:before {
display:none;
}
*[class~="topic/fig"] > *[class~="topic/title"]:before {
display:none;
/* Hide Table of Contents Label/Number */
*[class ~= "map/topicmeta"] > *[class ~= "topic/navtitle"]:before {
display:none !important;
}
Post by Dan » Wed Sep 12, 2018 11:53 am
Return to “DITA (Editing and Publishing DITA Content)”
This website was created & generated with <oXygen/>®XML Editor