|
10 | 10 | exclude-result-prefixes="db"> |
11 | 11 | <!-- |
12 | 12 | The absolute URL imports point to system-wide locations by way of this /etc/xml/catalog entry: |
13 | | - |
| 13 | +
|
14 | 14 | <rewriteURI |
15 | 15 | uriStartString="http://docbook.sourceforge.net/release/xsl/current" |
16 | 16 | rewritePrefix="file:///usr/share/sgml/docbook/xsl-stylesheets-%docbook-style-xsl-version%"/> |
17 | | - |
| 17 | +
|
18 | 18 | %docbook-style-xsl-version% represents the version installed on the system. |
19 | 19 | --> |
20 | 20 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/> |
|
121 | 121 | <xsl:attribute name="space-before.optimum">0</xsl:attribute> |
122 | 122 | <xsl:attribute name="space-before.minimum">0</xsl:attribute> |
123 | 123 | <xsl:attribute name="space-before.maximum">0</xsl:attribute> |
124 | | - <xsl:attribute name="space-after.optimum">1em</xsl:attribute> |
125 | | - <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute> |
126 | | - <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute> |
| 124 | + <xsl:attribute name="space-after.optimum">0.8em</xsl:attribute> |
| 125 | + <xsl:attribute name="space-after.minimum">0.6em</xsl:attribute> |
| 126 | + <xsl:attribute name="space-after.maximum">1em</xsl:attribute> |
127 | 127 | <!-- |
128 | 128 | <xsl:attribute name="color"><xsl:value-of select="$text.color"/></xsl:attribute> |
129 | 129 | --> |
|
246 | 246 | <xsl:param name="paper.type">B5</xsl:param> <!-- alternative size is USletter --> |
247 | 247 | <xsl:param name="headers.on.blank.pages">1</xsl:param> |
248 | 248 | <xsl:param name="footers.on.blank.pages">1</xsl:param> |
249 | | - <xsl:param name="page.margin.top">10mm</xsl:param> <!-- top margin of page --> |
250 | | - <xsl:param name="page.margin.bottom">10mm</xsl:param> <!-- top margin of page --> |
| 249 | + <xsl:param name="page.margin.top">8mm</xsl:param> <!-- top margin of page --> |
| 250 | + <xsl:param name="page.margin.bottom">8mm</xsl:param> <!-- top margin of page --> |
251 | 251 | <xsl:param name="page.margin.inner">20mm</xsl:param> <!-- side margin of page (left, towards binding) --> |
252 | 252 | <xsl:param name="page.margin.outer">20mm</xsl:param> <!-- side margin of page (right, away from binding) --> |
253 | 253 | <xsl:param name="body.margin.top">15mm</xsl:param> <!-- top margin of content --> |
254 | 254 | <xsl:param name="body.margin.bottom">15mm</xsl:param> <!-- bottom margin of content --> |
255 | | - <xsl:param name="body.margin.inner">4mm</xsl:param> <!-- side margin of content (left, towards binding) --> |
256 | | - <xsl:param name="body.margin.outer">6mm</xsl:param> <!-- side margin of content (right, away from binding) --> |
| 255 | + <xsl:param name="body.margin.inner">0</xsl:param> <!-- side margin of content (left, towards binding) --> |
| 256 | + <xsl:param name="body.margin.outer">0</xsl:param> <!-- side margin of content (right, away from binding) --> |
257 | 257 | <xsl:param name="body.start.indent">0</xsl:param> <!-- text indentation --> |
258 | 258 | <xsl:param name="body.end.indent">0</xsl:param> <!-- text recess from right --> |
259 | 259 | <xsl:param name="region.before.extent">10mm</xsl:param> <!-- height of page header --> |
|
333 | 333 |
|
334 | 334 | <xsl:attribute-set name="formal.title.properties"> |
335 | 335 | <xsl:attribute name="color"><xsl:value-of select="$caption.color"/></xsl:attribute> |
336 | | - <xsl:attribute name="font-size"><xsl:value-of select="0"/><xsl:text>pt</xsl:text></xsl:attribute> |
337 | 336 | </xsl:attribute-set> |
338 | 337 |
|
339 | 338 | <xsl:template match="*" mode="admon.graphic.width"> |
|
376 | 375 | <xsl:attribute name="padding-top">18pt</xsl:attribute> |
377 | 376 | <xsl:attribute name="padding-bottom">0</xsl:attribute> |
378 | 377 | </xsl:attribute-set> |
379 | | - |
| 378 | + |
380 | 379 | <xsl:attribute-set name="sidebar.title.properties"> |
381 | 380 | <xsl:attribute name="font-family"><xsl:value-of select="$title.fontset"/></xsl:attribute> |
382 | 381 | <xsl:attribute name="font-weight"><xsl:value-of select="$header.font-weight"/></xsl:attribute> |
|
724 | 723 | <xsl:value-of select="substring($titleStr,string-length($titleStr),1)"/> |
725 | 724 | </xsl:if> |
726 | 725 | </xsl:variable> |
727 | | - |
| 726 | + |
728 | 727 | <fo:inline font-weight="bold" |
729 | 728 | color="{$caption.color}" |
730 | 729 | keep-with-next.within-line="always"> |
|
775 | 774 | </xsl:attribute-set> |
776 | 775 |
|
777 | 776 | <xsl:attribute-set name="variablelist.term.properties"> |
778 | | - <xsl:attribute name="font-weight">bold</xsl:attribute> |
| 777 | + <xsl:attribute name="font-weight">bold</xsl:attribute> |
779 | 778 | </xsl:attribute-set> |
780 | 779 |
|
781 | 780 | <xsl:template name="itemizedlist.label.markup"> |
782 | 781 | <xsl:param name="itemsymbol" select="'disc'"/> |
783 | | - |
| 782 | + |
784 | 783 | <xsl:choose> |
785 | 784 | <xsl:when test="$itemsymbol='none'"></xsl:when> |
786 | 785 | <xsl:when test="$itemsymbol='circle'">◦</xsl:when> |
|
848 | 847 | <fo:block xsl:use-attribute-sets="book.titlepage.recto.style" text-align="center" font-size="14.4pt" space-before="1in" font-family="{$title.fontset}"> |
849 | 848 | <xsl:call-template name="gentext"> |
850 | 849 | <xsl:with-param name="key" select="'Revision'"/> |
851 | | - </xsl:call-template> |
| 850 | + </xsl:call-template> |
852 | 851 | <xsl:call-template name="gentext.space"/> |
853 | 852 | <xsl:apply-templates select="db:revnumber | revnumber" mode="titlepage.mode"/> |
854 | 853 | </fo:block> |
855 | 854 | <fo:block xsl:use-attribute-sets="book.titlepage.recto.style" text-align="center" font-size="14.4pt" font-family="{$title.fontset}"> |
856 | | - <xsl:apply-templates select="db:date | date" mode="titlepage.mode"/> |
| 855 | + <xsl:apply-templates select="db:date | date" mode="titlepage.mode"/> |
857 | 856 | </fo:block> |
858 | 857 | </xsl:template> |
859 | 858 |
|
|
0 commit comments