summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTools/DocBook/Stylesheets/common')
-rw-r--r--BuildTools/DocBook/Stylesheets/common/inline.xsl27
-rw-r--r--BuildTools/DocBook/Stylesheets/common/params.xsl8
2 files changed, 35 insertions, 0 deletions
diff --git a/BuildTools/DocBook/Stylesheets/common/inline.xsl b/BuildTools/DocBook/Stylesheets/common/inline.xsl
new file mode 100644
index 0000000..5f39338
--- /dev/null
+++ b/BuildTools/DocBook/Stylesheets/common/inline.xsl
@@ -0,0 +1,27 @@
+<?xml version='1.0'?>
+<xsl:stylesheet
+ xmlns:fo="http://www.w3.org/1999/XSL/Format"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+ <xsl:template match="application">
+ <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline>
+ </xsl:template>
+
+ <xsl:template match="guimenu">
+ <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline>
+ </xsl:template>
+
+ <xsl:template match="guilabel">
+ <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline>
+ </xsl:template>
+
+ <xsl:template match="guimenuitem">
+ <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline>
+ </xsl:template>
+
+ <xsl:template match="guisubmenu">
+ <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline>
+ </xsl:template>
+
+</xsl:stylesheet>
diff --git a/BuildTools/DocBook/Stylesheets/common/params.xsl b/BuildTools/DocBook/Stylesheets/common/params.xsl
new file mode 100644
index 0000000..6da03c0
--- /dev/null
+++ b/BuildTools/DocBook/Stylesheets/common/params.xsl
@@ -0,0 +1,8 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+ <xsl:param name="xref.with.number.and.title" select="'0'"/>
+ <xsl:param name="callout.graphics" select="'0'"/>
+ <xsl:param name="callout.unicode" select="'1'"/>
+
+</xsl:stylesheet>