Skip to content

Commit 589992a

Browse files
author
Paul Vinkenoog
committed
Added param keep.relative.image.uris (value 1) to prevent incorrect image path references in the .fo file when source docs in subdirs are xi:included, causing some images not to appear in the PDF builds.
1 parent 5c42adc commit 589992a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/docs/xsl/fo/param.xsl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<!-- Let's get rid of that draft pagemaster FO bloat anyhow: -->
2121
<xsl:param name="draft.mode" select="'no'"/> <!-- default is 'maybe' -->
2222

23+
<!-- Without this, we get incorrect image file paths in the .fo,
24+
- resulting in missing images in the PDF - if the source document
25+
is in a subdir and xi:included in the docset: -->
26+
<xsl:param name="keep.relative.image.uris" select="1"/>
2327

2428
<xsl:param name="paper.type" select="'A4'"/>
2529
<xsl:param name="double.sided" select="0"/>

0 commit comments

Comments
 (0)