Skip to content

Commit e14bd06

Browse files
committed
Bug 796854, Internal document links are not recognizable in PDF
insert formatting in fo/pdf docbool xls stylesheet
1 parent 49f1556 commit e14bd06

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

xsl/gnc-custom-pdf.xsl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
<xsl:param name="fop1.extensions">1</xsl:param>
1212
<xsl:param name="header.column.widths">1 4 1</xsl:param>
1313

14+
<!-- Underline the hyperlinks -->
15+
<xsl:attribute-set name="xref.properties">
16+
<xsl:attribute name="text-decoration">underline</xsl:attribute>
17+
</xsl:attribute-set>
18+
1419
<xsl:param name="generate.toc">
1520
book toc,title,figure,table,example,equation
1621
</xsl:param>

0 commit comments

Comments
 (0)