From: Michael Smith Date: Sat, 7 Jul 2007 02:05:56 +0000 (+0000) Subject: Added embedded documentation on the following PIs: X-Git-Tag: release/1.79.1~6^2~2021 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9abe57fd5121f09d3432f876d30e0c6977a6e4ac;p=docbook-dsssl Added embedded documentation on the following PIs: - dbhtml_start - dbfo_start - dbtex_delims - dbtimestamp --- diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index 484e7ee2d..4ce112992 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -1327,24 +1327,17 @@ pointed to by the link is one of the elements listed in - - - - + + - - - - + + - diff --git a/xsl/common/pi.xsl b/xsl/common/pi.xsl index cc2d6c264..da20e3fae 100644 --- a/xsl/common/pi.xsl +++ b/xsl/common/pi.xsl @@ -1,11 +1,12 @@ - + - - - - - - + + Inserts a date timestamp + + Use the dbtimestamp PI at any point in a + source document to cause a date timestamp (a formatted + string representing the current date and time) to be + inserted in output of the document. + + + dbtimestamp format="formatstring" [padding="0"|"1"] + + + + format="formatstring" + + Specifies format in which the date and time are + output + + For details of the content of the format string, + see Date and time. + + + + padding="0"|"1" + + Specifies padding behavior; if non-zer, padding is is added + + + + + + @@ -44,8 +71,7 @@ - - + @@ -60,7 +86,6 @@ 1 - @@ -72,10 +97,9 @@ - + function-available('date:dateTime')"> @@ -88,124 +112,168 @@ + + + + Generates delimiters around embedded TeX equations + in output + + Use the dbtex delims PI as a + child of a textobject containing embedded TeX + markup, to cause that markup to be surrounded by + $ delimiter characters in output. + + + dbtex delims="no"|"yes" + + + + dbtex delims="no"|"yes" + + Specifies whether delimiters are output + + + + + + tex.math.delims + + + DBTeXMath + + + + + + + + + + + + + + + + + - + select="translate($format, + ' ', + '    ')"/> - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - 0 - - - - - - - 0 - - - - 0 - - - - 0 - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + 0 + + + + + + + 0 + + + + 0 + + + + 0 + + + + + + + + + + + + + + + + + + + + + + - - - - - Timestamp processing requires an XSLT processor with support - for the EXSLT node-set() function. - - - + + + + Timestamp processing requires an XSLT processor with support + for the EXSLT node-set() function. + + + - diff --git a/xsl/fo/pi.xsl b/xsl/fo/pi.xsl index e7b95dcfd..70d999198 100644 --- a/xsl/fo/pi.xsl +++ b/xsl/fo/pi.xsl @@ -688,6 +688,44 @@ + + (obsolete) Sets the starting number on an ordered list + + This PI is obsolete. The intent of + it was to provide a means for setting a specific starting + number for an ordered list. Instead of this PI, set a value + for the override attribute on the first + listitem in the list; that will have the same + effect as what this PI was intended for. + + + dbfo start="character" + + + + start="character" + + Specifies the character to use as the starting + number; use 0-9, a-z, A-Z, or lowercase or uppercase + Roman numerals + + + + + + List starting number + + + + + + + + + + Specifies the width for a table or for revhistory output diff --git a/xsl/html/math.xsl b/xsl/html/math.xsl index 78ea46bd2..dcc1281bb 100644 --- a/xsl/html/math.xsl +++ b/xsl/html/math.xsl @@ -253,9 +253,8 @@ - - - + + diff --git a/xsl/html/pi.xsl b/xsl/html/pi.xsl index 47087b059..2c7e36df3 100644 --- a/xsl/html/pi.xsl +++ b/xsl/html/pi.xsl @@ -646,6 +646,44 @@ + + (obsolete) Sets the starting number on an ordered list + + This PI is obsolete. The intent of + this PI was to provide a means for setting a specific starting + number for an ordered list. Instead of this PI, set a value + for the override attribute on the first + listitem in the list; that will have the same + effect as what this PI was intended for. + + + dbhtml start="character" + + + + start="character" + + Specifies the character to use as the starting + number; use 0-9, a-z, A-Z, or lowercase or uppercase + Roman numerals + + + + + + List starting number + + + + + + + + + + Specifies the text of the summary attribute for output of a table, variablelist, segmentedlist, or @@ -999,7 +1037,6 @@ href - diff --git a/xsl/params/tex.math.delims.xml b/xsl/params/tex.math.delims.xml index 922b93425..601071222 100644 --- a/xsl/params/tex.math.delims.xml +++ b/xsl/params/tex.math.delims.xml @@ -10,8 +10,8 @@ tex.math.delims -Should be equations outputed for processing by TeX -automatically surrounded by math mode delimiters +Should equations be output for processing by TeX +automatically surrounded by math mode delimiters? @@ -25,5 +25,23 @@ automatically surrounded by math mode delimiters For compatibility with DSSSL based DBTeXMath from Allin Cottrell you should set this parameter to 0. + +Related Parameters + tex.math.in.alt, + passivetex.extensions + + +See Also + You can also use the dbtex delims processing + instruction to control whether delimiters are output. + +More information + For how-to documentation on embedding TeX equations and + generating output from them, see + DBTeXMath. diff --git a/xsl/params/tex.math.file.xml b/xsl/params/tex.math.file.xml index 1445364f9..c6e22c81f 100644 --- a/xsl/params/tex.math.file.xml +++ b/xsl/params/tex.math.file.xml @@ -25,5 +25,18 @@ processed by dvi2bitmap to get bitmap versions of equations for HTML output. + +Related Parameters + tex.math.in.alt.xml, + tex.math.delims, + + +More information + For how-to documentation on embedding TeX equations and + generating output from them, see + DBTeXMath. diff --git a/xsl/params/tex.math.in.alt.xml b/xsl/params/tex.math.in.alt.xml index d1d92718c..b4da0ce46 100644 --- a/xsl/params/tex.math.in.alt.xml +++ b/xsl/params/tex.math.in.alt.xml @@ -59,5 +59,25 @@ passivetex.extensions=1. dvi2bitmap program on result DVI file. You will get images for equations in your document. + + This feature is useful for print/PDF output only if you + use the obsolete and now unsupported PassiveTeX XSL-FO + engine. + + + + +Related Parameters + tex.math.delims, + passivetex.extensions, + tex.math.file + +More information + For how-to documentation on embedding TeX equations and + generating output from them, see + DBTeXMath.