This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: No simplelist in PDF-output / Pictures out twice


Bob Stayton wrote:
Are you using any customizations that might affect the
simplelist? Any customizations of its ancestors?

No. All I do is


<xsl:import href="/KM/usr/ziegler/DocBook/docbook-xsl-1.59.2/fo/docbook.xsl"/>

<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="section.label.includes.component.label" select="1"/>

<xsl:param name="use.extensions" select="1"/>
<xsl:param name="textinsert.extension" select="1"/>

<xsl:param name="bibliography.numbered" select="1"/>

<xsl:param name="admon.graphics" select="1"/>

<xsl:template match="type">
  <xsl:call-template name="inline.monoseq"/>
</xsl:template>


That's all.



> No, I believe you. If you find one fo:external-graphic in
your fo file, but two images in the PDF, then that has to be
a bug in FOP.

So I should send a bug report to the FOP project.



Joachim





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]