Short Description in Chapter text
Posted: Fri May 13, 2011 1:22 am
Does anyone know what file in the DITA OT controls whether the short description appears at the top of a Chapter in PDF output?
The setup is this:
Bookmap
Part (bookmap also)
Chapter (this is a topic)
Topic
In HTML output it works perfectly, the short descriptions at the top of any topic show up at the start of the topic, and are also pulled into the "mini toc" at the Part and Chapter levels above them.
For the PDF output, only the topic links are included at Part and Chapter level, no short descriptions (which is fine) and then at the Chapter page itself, the short description isn't there either.
This page for example:
The short description doesn't show up in the PDF at the start of that topic, since it's a topic that serves as a chapter heading. Topics below it that are not chapters do show the short description in them.
Again, for the PDF I don't need the short description to be pulled into another place in the doc, but the way it is now it's not appearing anywhere.
It must be something in the PDF output, meaning the DITA OT xls files, that controls how topics that are also chapters are constructed?
Thanks in advance for any pointers.
The setup is this:
Bookmap
Part (bookmap also)
Chapter (this is a topic)
Topic
In HTML output it works perfectly, the short descriptions at the top of any topic show up at the start of the topic, and are also pulled into the "mini toc" at the Part and Chapter levels above them.
For the PDF output, only the topic links are included at Part and Chapter level, no short descriptions (which is fine) and then at the Chapter page itself, the short description isn't there either.
This page for example:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "http://docs.oasis-open.org/dita/v1.1/OS/dtd/concept.dtd">
<concept id="system_requirements">
<title>System Requirements</title>
<shortdesc id="shortdesc_92D228BA03E642648E4843A72B96D5F6">[b]Before beginning the installation, make sure your system meets the requirements to run XXXXX.[/b] </shortdesc>
<prolog audience="basic"/>
<conbody>
<section id="section_3B2CA7815CB54A6B9113793AA7E16AB1">
<title>Supported Configurations</title>
<p>
<ph (etc).........
Again, for the PDF I don't need the short description to be pulled into another place in the doc, but the way it is now it's not appearing anywhere.
It must be something in the PDF output, meaning the DITA OT xls files, that controls how topics that are also chapters are constructed?
Thanks in advance for any pointers.