From bd30b6066f1a28663b28466a67064149b6e060a4 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 30 Apr 2003 21:39:49 +0000 Subject: Docbook XML conversion: XSLT and build infrastructure (This used to be commit f4f6e0b29e744077dfb836745716a659a49d7529) --- docs/docbook/xslt/db2latex/part-chap-app.mod.xsl | 139 +++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 docs/docbook/xslt/db2latex/part-chap-app.mod.xsl (limited to 'docs/docbook/xslt/db2latex/part-chap-app.mod.xsl') diff --git a/docs/docbook/xslt/db2latex/part-chap-app.mod.xsl b/docs/docbook/xslt/db2latex/part-chap-app.mod.xsl new file mode 100644 index 0000000000..376b2b82e6 --- /dev/null +++ b/docs/docbook/xslt/db2latex/part-chap-app.mod.xsl @@ -0,0 +1,139 @@ + + + + + + + + + + + + $Id: part-chap-app.mod.xsl,v 1.1 2003/04/30 21:39:49 ab Exp $ + + + Ramon Casellas + James Devenish + + + 2000 2001 2002 2003 + Ramon Casellas + + + Parts, Chapters and Appendixes <filename>part-chap-app.mod.xsl</filename> + +
Introduction + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + XSL template for Chapters. + + This is the main entry point for a chapter subtree. + This template processes any chapter. Outputs \chapter{title}, calls + templates and apply-templates. Since chapters only apply in books, + some assumptions could be done in order to optimize the stylesheet behaviour. + + Remarks and Bugs + + + EMPTY templates: chapter/title, + chapter/titleabbrev, + chapter/subtitle, + chapter/docinfo|chapterinfo. + + + + Affected by map. + + + + + + + + + + + + + + + + + + + + + + + + + \newcommand{\dbappendix}[1]{\chapter{#1}}% + + + \newcommand{\dbappendix}[1]{\section{#1}}% + + + + appendixes + + + + + + + + + + + + +
+ -- cgit