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/latex.mapping.xsl | 282 +++++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 docs-xml/xslt/db2latex-xsl/xsl/latex.mapping.xsl (limited to 'docs-xml/xslt/db2latex-xsl/xsl/latex.mapping.xsl') diff --git a/docs-xml/xslt/db2latex-xsl/xsl/latex.mapping.xsl b/docs-xml/xslt/db2latex-xsl/xsl/latex.mapping.xsl new file mode 100644 index 0000000000..a1dc5dbf27 --- /dev/null +++ b/docs-xml/xslt/db2latex-xsl/xsl/latex.mapping.xsl @@ -0,0 +1,282 @@ + + %xsldoc.ent; ]> + + + + + + + + + + $Id: latex.mapping.xsl,v 1.18 2004/01/14 14:54:32 j-devenish Exp $ + + + &ramon; &james; + + + 2000 2001 2002 2003 + Ramon Casellas + + + &rev_2003_05; + + + The &DB2LaTeX; mapping system <filename>latex.mapping.xsl</filename> + +
Introduction + The &DB2LaTeX; mapping system centralises the mapping + of &DocBook; tags (e.g. chapter) + to &LaTeX; commands (e.g. chapter). + It uses an auxiliary file, latex.mapping.xml, + to define the start and end of each mapping. + You can override this mapping file + in order to customise &DB2LaTeX;. +
+
+
+ + + + The primary mapping file + + + &DB2LaTeX; will search for mappings in this file. + The value of this variable must be an XML document. + If mappings cannot be found in this file, &DB2LaTeX; will + search the default mapping file. + + + + + &test_mapping; + + + + + + + The default mapping file + + + Defines the mapping file that &DB2LaTeX; will search + when it cannot find a template in the + primary mapping file. + The value of this variable must be an XML document. + + + + + + + Perform &DocBook; to &LaTeX; mapping + + + + + + + &no_var; + + + + + + + + + + + + + + + + + + + + + + + + + + + Ignoring title for . + + + + + + + + + + + + + + + + + + %id% + + + + %title% + + + + + + + + + + + + + %id% + + + + %title% + + + + + + + + + + + %id% + + + + %title% + + + + + + + + + + + + + %id% + + + + %title% + + + + + + + + + + Warning: Unable to find LaTeX mapping for + KEYWORD: + ROLE: + + + + + + + + + + + + + + + + + + + begin + + + + + + + + + + + + + + + + + end + + + + + Choose a title for an object + + + Processes the title child + of the specified object. Uses the context node as the default object. + + + + + + + + + + objectThe node for which a title is desired. + + + + + + + + + + + + + + + + + + + Process title elements + + Applies templates with no mode. This template is called by . + This differs from the modeless title + templates because they suppress the output of titles. + + + + +
+ -- cgit