git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bump version to 4.74.
[exim.git]
/
doc
/
doc-docbook
/
MyStyle.xsl
diff --git
a/doc/doc-docbook/MyStyle.xsl
b/doc/doc-docbook/MyStyle.xsl
index a3e05cccb01bcaa6a5c790242b9ae1b775d31bad..3798e20d593520462049893ef37f762866c02552 100644
(file)
--- a/
doc/doc-docbook/MyStyle.xsl
+++ b/
doc/doc-docbook/MyStyle.xsl
@@
-1,4
+1,4
@@
-<!-- $Cambridge: exim/doc/doc-docbook/MyStyle.xsl,v 1.
1 2005/06/16 10:32:31
ph10 Exp $ -->
+<!-- $Cambridge: exim/doc/doc-docbook/MyStyle.xsl,v 1.
4 2006/12/19 12:28:35
ph10 Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
@@
-12,6
+12,7
@@
have happen in all forms of output. It is imported by all the drivers. -->
<!-- Set no relative indent for titles and body -->
<!-- Set no relative indent for titles and body -->
+<xsl:param name="body.start.indent">0pt</xsl:param>
<xsl:param name="title.margin.left">0pt</xsl:param>
<xsl:param name="title.margin.left">0pt</xsl:param>
@@
-51,18
+52,11
@@
book toc,title
<xsl:param name="hyphenate">false</xsl:param>
<xsl:param name="hyphenate">false</xsl:param>
-<!--
-Generate only numbers, no titles, in cross references.
--->
+<!-- Generate only numbers, no titles, in cross references. -->
<xsl:param name="xref.with.number.and.title">0</xsl:param>
<xsl:param name="xref.with.number.and.title">0</xsl:param>
-<!-- Hopefully this might do something useful? It doesn't seem to. -->
-
-<xsl:param name="fop.extensions" select="1"></xsl:param>
-
-
<!-- Output variable names in italic rather than the default monospace. -->
<xsl:template match="varname">
<!-- Output variable names in italic rather than the default monospace. -->
<xsl:template match="varname">
@@
-77,6
+71,13
@@
Generate only numbers, no titles, in cross references.
</xsl:template>
</xsl:template>
+<!-- Output function names in italic rather than the default boldface. -->
+
+<xsl:template match="function">
+ <xsl:call-template name="inline.italicseq"/>
+</xsl:template>
+
+
<!-- Output options in bold rather than the default monospace. -->
<xsl:template match="option">
<!-- Output options in bold rather than the default monospace. -->
<xsl:template match="option">
@@
-93,6
+94,12
@@
fiddling with a parameter.
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
<l:l10n language="en">
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
<l:l10n language="en">
+ <!-- Turn the text "Revision History" into nothing, because we only have
+ the info for the latest revision in the file. -->
+
+ <l:gentext key="revhistory" text=""/>
+ <l:gentext key="RevHistory" text=""/>
+
<!-- The default (as modified above) gives us "Chapter xxx" or "Section
xxx", with a capital letter at the start. So we have to make an more
complicated explicit change to give just the number. -->
<!-- The default (as modified above) gives us "Chapter xxx" or "Section
xxx", with a capital letter at the start. So we have to make an more
complicated explicit change to give just the number. -->