Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitafae1f7

Browse files
committed
doc: Fix PDF build with FOP
Because of a bug in the DocBook XSL FO style sheet, an xref to avarlistentry whose term includes an indexterm fails to build. One suchinstance was introduced in commit5086dfc. Fix by adding the upstreambug fix to our customization layer.
1 parent3b0f776 commitafae1f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎doc/src/sgml/stylesheet-fo.xsl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@
2424
<xsl:call-templatename="inline.monoseq"/>
2525
</xsl:template>
2626

27+
<!-- bug fix from <https://sourceforge.net/p/docbook/bugs/1360/#831b>-->
28+
29+
<xsl:templatematch="varlistentry/term"mode="xref-to">
30+
<xsl:paramname="verbose"select="1"/>
31+
<xsl:apply-templatesmode="no.anchor.mode"/>
32+
</xsl:template>
33+
2734
</xsl:stylesheet>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp