~peter-petrakis/serverguide/lp-1057071

« back to all changes in this revision

Viewing changes to libs/ubuntu-pdf.xsl

  • Committer: Peter Matulis
  • Date: 2012-04-04 13:24:59 UTC
  • mfrom: (75.1.1 sguide-footnote)
  • Revision ID: peter.matulis@canonical.com-20120404132459-mqq7goz0rlruk0oa
Edits based on MP: #100706; improvements to PDF build, fonts/footnotes; by Doug Smythies

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
<xsl:param name="ulink.footnotes" select="'yes'"></xsl:param>
147
147
<xsl:attribute-set name="footnote.mark.properties">
148
 
  <xsl:attribute name="font-size">65%</xsl:attribute>
 
148
  <xsl:attribute name="font-size">
 
149
    <xsl:value-of select="$body.font.master * 0.65"></xsl:value-of>
 
150
      <xsl:text>pt</xsl:text>
 
151
  </xsl:attribute>
149
152
  <xsl:attribute name="font-weight">normal</xsl:attribute>
150
153
  <xsl:attribute name="font-style">normal</xsl:attribute>
151
154
</xsl:attribute-set>
152
155
<xsl:attribute-set name="footnote.properties">
153
 
  <xsl:attribute name="font-size">70%</xsl:attribute>
 
156
  <xsl:attribute name="font-size">
 
157
    <xsl:value-of select="$body.font.master * 0.70"></xsl:value-of>
 
158
      <xsl:text>pt</xsl:text>
 
159
  </xsl:attribute>
154
160
  <xsl:attribute name="font-weight">normal</xsl:attribute>
155
161
  <xsl:attribute name="font-style">normal</xsl:attribute>
156
162
</xsl:attribute-set>