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) --- .../xslt/db2latex-xsl/xsl/param-common.mod.xsl | 381 +++++++++++++++++++++ 1 file changed, 381 insertions(+) create mode 100644 docs-xml/xslt/db2latex-xsl/xsl/param-common.mod.xsl (limited to 'docs-xml/xslt/db2latex-xsl/xsl/param-common.mod.xsl') diff --git a/docs-xml/xslt/db2latex-xsl/xsl/param-common.mod.xsl b/docs-xml/xslt/db2latex-xsl/xsl/param-common.mod.xsl new file mode 100644 index 0000000000..dd77a9a4a5 --- /dev/null +++ b/docs-xml/xslt/db2latex-xsl/xsl/param-common.mod.xsl @@ -0,0 +1,381 @@ + + %xsldoc.ent; ]> + + + + + + + + $Id: param-common.mod.xsl,v 1.12 2004/01/26 13:25:17 j-devenish Exp $ + + + &ramon; + &james; + + + 20002001200220032004 + Ramon Casellas + + + &rev_2003_05; + + + Parameters: Common Options <filename>param-common.mod.xsl</filename> + + + + This file contains parameters that are shared with other XSL + stylesheets such as those as (see Parameter + References in the DocBook + XSL Stylesheet Reference Documentation). These are + parameters are honoured so that you can coordinate your XHTML or FO + stylesheets with &DB2LaTeX;. + + + + + + In some stylesheets, tests of parameter values use + !=0 logic. However, &DB2LaTeX; uses + =1 logic. This means that empty parameters are + off in &DB2LaTeX; but on in those + other stylesheets. The XPath values + true() and false() work as + expected. + + + + + + + + &LaTeX; location for admonition graphics + + The file path that will be passed to &LaTeX; in order to find admonition graphics. + An empty value suppresses the use of admonition graphics. + If your figures are in the current directory then use a value of + . (i.e. the full stop or period on its own) to signify this. + + + + + + Warning: $latex.admonition.path is deprecated: use $admon.graphics.path instead + + + + figures + + + + + + + Control the escaping of alt text + + + + Text within alt elements is assumed to be valid &LaTeX; and is passed through + unescaped by default (though you should set its value to + plain or latex, which are considered + confirmative and equivalent by &DB2LaTeX;). If this is not + appropriate for your document, set this variable to the empty + value. If you use an explicit role attribute with the values + latex or tex, you need not concern + yourself with this variable. Alt text within equation-type + elements is currently assumed to be valid &LaTeX; regardless + of this variable (this is probably a bug!). + + + + + + + Warning: $latex.alt.is.latex is deprecated: use $tex.math.in.alt instead + + latex + + + + + + + Display remark and comment elements? + + + + Enables or disables the display of comments and remarks. + By default, this is equal to . + + + + + + + + + + Control the display of othername elements in authors + + + + When disabled, othername elements will be suppressed when + author elements are formatted. + + + + + + + + Separator for bibliography items + + This parameter is under review. + + + , + + + Cull table-of-contents entries that are deeply nested + + Specifies the maximum depth before sections are omitted from the table of contents. + + + 4 + + + Control the automatic numbering of section, parts, and chapters + + + Specifies the maximum depth before sections cease to be uniquely numbered. + This is passed to &LaTeX; using the secnumdepth counter. + Therefore, it is possible to use a value of 0 (zero) to disable section numbering. + A value of -1 will disable the numbering of parts and chapters, too. + + + + 4 + + + Default filename extension for includegraphics + + + Specify the &LaTeX; search parameters for graphics filenames. + If empty, &DB2LaTeX; will specify some explicit defaults. + + + + + + + Control mediaobject selection methods + + + + This controls how &DB2LaTeX; behaves when a figure + contains multiple mediaobjects. When enabled, + &DB2LaTeX; will prefer the mediaobject with the + latex, tex or role, if any. + + + + + 1 + + + Control mediaobject selection methods + + + + When is enabled, + this variable can be used to specify the + mediaobject role that your document uses for + &LaTeX; output. &DB2LaTeX; will try to use this role before using + the latex or tex roles. For example, + some authors may choose to set this to + pdf. + + + + + + + + Specifies where formal component titles should occur + + + + Titles for the formal object types (figure, example, quation, + table, and procedure) can be placed before or after those + objects. The keyword before is recognised. All + other strings qualify as after. + + + + + + figure not_before + example before + equation not_before + table before + procedure before + + + + Control the appearance of page numbers in cross references + + + + When enabled, xrefs will + include page numbers after their generated cross-reference + text. + + + + + 0 + + + Control the display of URLs after ulinks + + + + When this option is enabled, and a ulink has a URL that is different + from the displayed content, the URL will be typeset after the content. + If the URL and content are identical, only one of them will appear. + Otherwise, the URL is hyperlinked and the content is not. + + + + + 1 + + + Control the generation of footnotes for ulinks + + + + When this option is enabled, a ulink that has + content different to its URL will have an associated footnote. The + contents of the footnote will be the URL. If the ulink is within a + footnote, the URL is shown after the content. + + + + + 0 + + + Honour role as proxy for xrefstyle + + + + The xrefstyle attribute is not + yet part of &DocBook; so the role attribute can be used until + xrefstyle is available for xref elements. + + + + + 0 + + java + + Choose whether to include manvolnum in cross-references + + + + When this option is enabled, manvolnums will be displayed when + cross-referencing refentries. + + + + + + kr + + 0 + + Control the use of NAME headers + + + + See . + + + + + + + + + + + + + + + + number + + + + + + + : + + + + Logic error: is.graphic.extension is unsupported. + + + Logic error: is.graphic.format is unsupported. + + + Logic error: lookup.key is unsupported. + + 1 + + + Process only one element tree within a document + + + + When this variable is non-empty, it is interpreted as the ID of + an element that should be typeset by &DB2LaTeX;. The element's + children, but none of its siblings or ancestors, will be + processed as per normal. When the root element is a + book or article, that + component will have its normal infrastructure (including + bookinfo or articleinfo) + processed before the rootid element. + + + + + + + + + -- cgit