Discussion:
olink printing name of the book?
anmol gupta
2014-08-01 10:13:03 UTC
Permalink
Hi,

i am using olink tag to point to the section of the other PDF.
In the tag. <olink targetdoc="ABC_book" targetptr="id_1">section 1</olink>

This translates to "section 1 in *ABC_book" *in the generated PDF. So i
dont want this automatic printing of the book name. How can I avoid this?

Thanks and Regards,
Anmol
Bob Stayton
2014-08-01 16:45:46 UTC
Permalink
Hi,
That feature is controlled by the param named 'olink.doctitle',
documented here:

http://www.sagehill.net/docbookxsl/OlinkGentext.html#AddDocTitle

and here:

http://docbook.sourceforge.net/release/xsl/current/doc/fo/olink.doctitle.html

As you can see, the default value for that param is 'no', so your
customization must be turning it on if you are seeing the title.

Bob Stayton
Sagehill Enterprises
Post by anmol gupta
Hi,
i am using olink tag to point to the section of the other PDF.
In the tag. <olink targetdoc="ABC_book" targetptr="id_1">section 1</olink>
This translates to "section 1 in /ABC_book" /in the generated PDF. So i
dont want this automatic printing of the book name. How can I avoid this?
Thanks and Regards,
Anmol
Loading...