From 8f8a9f01909ba29e2b781310baeeaaddc3f15f0d Mon Sep 17 00:00:00 2001 From: "Gerald W. Carter" Date: Tue, 22 Apr 2008 10:09:40 -0500 Subject: Moving docs tree to docs-xml to make room for generated docs in the release tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) --- docs-xml/xslt/db2latex-xsl/xsl/bridgehead.mod.xsl | 120 ++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 docs-xml/xslt/db2latex-xsl/xsl/bridgehead.mod.xsl (limited to 'docs-xml/xslt/db2latex-xsl/xsl/bridgehead.mod.xsl') diff --git a/docs-xml/xslt/db2latex-xsl/xsl/bridgehead.mod.xsl b/docs-xml/xslt/db2latex-xsl/xsl/bridgehead.mod.xsl new file mode 100644 index 0000000000..bef74a2bca --- /dev/null +++ b/docs-xml/xslt/db2latex-xsl/xsl/bridgehead.mod.xsl @@ -0,0 +1,120 @@ + + %xsldoc.ent; ]> + + + + + + + + $Id: bridgehead.mod.xsl,v 1.12 2004/01/11 11:35:25 j-devenish Exp $ + + + &ramon; + &james; + + + 2000200120022003 + Ramon Casellas + + + &rev_2003_05; + + + Free-floating Headings <filename>bridgehead.mod.xsl</filename> + + The file bridgehead.mod.xsl contains the + XSL template for bridgehead. + + + + + Process bridgehead elements + + + + Free-floating headings for bridgeheads elements. Renders + un-numbered section headings. + + + + + &no_var; + + + + + renderas + The sectioning level to be emulated (e.g. 1 for sect1). Chooses the current node's @renderas attribute by default. + + + content + The content that forms the bridgehead text. By default, normal templates will be applied for the current node. + + + + + + + The emulation of section headings is achieved through the + normal &latex; section commands such as + section, subsection, + and so forth. However, levels above three (3) will be typeset + with the &latex; paragraph* command. + + + + + + &test_book; + &test_subfig; + &test_tables; + + + + + + + + + + \ + sub + subsub + section*{ + + } + + + + + + \paragraph*{ + + } + + \noindent + + + + + -- cgit