param


FO Parameter ReferenceFO Parameter ReferenceNorman Walsh $Id: param.xweb,v 1.3 2001/10/15 12:42:44 nwalsh Exp $ Copyright © 1999, 2000, 2001 Norman WalshTable of ContentsIntroductionI. The Parametersadmon.graphics - Use graphics in admonitions?admon.graphics.extension - Extension for admonition graphicsadmon.graphics.path - Path to admonition graphicsadmonition.title.properties - To set the style for admonitions.alignment - Specify the default text alignmentappendix.autolabel - Are Appendixes automatically enumerated?arbortext.extensions - Enable Arbortext extensions?author.othername.in.middle - Is othername in author a middle name?biblioentry.item.separator - Text to separate bibliography entriesbibliography.collection - Name of the bibliography collection filebody.font.family - The default font family for body textbody.font.master - Specifies the default point size for body textbody.font.size - Specifies the default font size for body textbody.margin.bottom - The bottom margin of the body textbody.margin.top - To specify the size of the top margin of a pagecallout.defaultcolumn - Indicates what column callouts appear in by defaultcallout.graphics - Use graphics for callouts?callout.graphics.extension - Extension for callout graphicscallout.graphics.number.limit - Number of the largest callout graphiccallout.graphics.path - Path to callout graphicscallout.unicode - Use Unicode characters rather than images for callouts.callout.unicode.font - Specify a font for Unicode glyphscallout.unicode.number.limit - Number of the largest callout graphiccallout.unicode.start.character - First Unicode character to use, decimal value.callouts.extension - Enable the callout extensionchapter.autolabel - Are chapters automatically enumerated?column.count - Specifies the number of columns of text on the pagecomponent.title.properties - Specify the styling for the title elements of a component.default.table.width - The default width of tablesdefault.units - Default units for an unqualified dimensiondingbat.font.family - The font family for copyright, quotes, and other symbolsdouble.sided - Is the document to be printed double sided?footnote.font.size - The font size for footnotesfop.extensions - Enable FOP extensions?formal.object.properties - Properties associated with a formal object such as a figure, or other component that has a titleformal.procedures - Selects formal or informal proceduresformal.title.properties - Style the title element of formal object such as a figure.format.variablelist.as.list - Use an fo:list to format VariableLists?funcsynopsis.decoration - Decorate elements of a FuncSynopsis?funcsynopsis.style - What style of 'FuncSynopsis' should be generated?generate.book.equation.lot - Should a lot be generated for equations?generate.book.example.lot - Is a list of equations required?generate.book.figure.lot - Is a list of figures required for book?generate.book.table.lot - Do you want a list of tables in a book?generate.book.toc - Do you want a table of contents in the book?generate.component.toc - Should TOCs be genereated in components (Chapters, Appendixes, etc.)?generate.division.equation.lot - Generate a list of titles for Equations?generate.division.example.lot - Generate a list of titles for Examples?generate.division.figure.lot - Generate a list of titles for Figures?generate.division.table.lot - Generate a list of titles for Tables?generate.division.toc - Should TOCs be genereated in divisions (Books, Parts, etc.)?generate.index - Do you want an index?graphic.default.extension - Default extension for graphic filenameshtml.stylesheet - Name of the stylesheet to use in the generated HTMLhtml.stylesheet.type - The type of the stylesheet used in the generated HTMLhyphenate - Specify hyphenation behaviorinsert.xref.page.number - Turns page numbers in xrefs on and offlabel.from.part - Renumber chapters in each part?linenumbering.everyNth - Indicate which lines should be numberedlinenumbering.extension - Enable the line numbering extensionlinenumbering.separator - Specify a separator between line numbers and lineslinenumbering.width - Indicates the width of line numberslist.block.spacing - What spacing do you want before lists?list.item.spacing - What space do you want between list items?make.single.year.ranges - Print single-year ranges (e.g., 1998-1999)make.year.ranges - Collate copyright years into ranges?monospace.font.family - The default font family for monospace environmentsmonospace.verbatim.properties - What font and size do you want for monospaced content?nominal.table.width - The (absolute) nominal width of tablesnormal.para.spacing - What space do you want between normal paragraphspage.height - The height of the physical pagepage.height.portrait - Specify the physical size of the long edge of the pagepage.margin.bottom - The bottom margin of the pagepage.margin.inner - The inner page marginpage.margin.outer - The outer page marginpage.margin.top - The top margin of the pagepage.orientation - Select the page orientationpage.width - The width of the physical pagepage.width.portrait - Specify the physical size of the short edge of the pagepaper.type - Select the paper typepart.autolabel - Are parts and references enumerated?passivetex.extensions - Enable PassiveTeX extensions?preface.autolabel - Are prefaces enumerated?process.empty.source.toc - FIXME:process.source.toc - FIXME:qanda.inherit.numeration - Does enumeration of QandASet components inherit the numeration of parent elements?qandadiv.autolabel - Are divisions in QAndASets enumerated?refentry.generate.name - Output NAME header before 'RefName'(s)?refentry.xref.manvolnum - Output manvolnum as part of refentry cross-reference?region.after.extent - Specifies the height of the footer.region.before.extent - Specifies the height of the headerrootid - Specify the root element to formatruninhead.default.title.end.punct - Default punctuation character on a run-in-headruninhead.title.end.punct - Characters that count as punctuation on a run-in-headsans.font.family - The default sans-serif font familysection.autolabel - Are sections enumerated?section.label.includes.component.label - Do section labels include the component label?show.comments - Display comment elements?stylesheet.result.type - Identifies the output format of this stylesheettablecolumns.extension - Enable the table columns extension functiontextinsert.extension - Enable the textinsert extension elementtitle.font.family - The default font family for titlestoc.margin.properties - FIXME:use.extensions - Enable extensionsverbatim.properties - FIXME:xep.extensions - Enable XEP extensions?xref.properties - FIXME:table.entry.padding - table.border.thickness - table.border.padding - table.border.style - table.border.color - title.margin.left - Adjust the left margin for titlesA. The StylesheetIntroductionThis is technical reference documentation for the DocBook XSL Stylesheets; it documents (some of) the parameters, templates, and other elements of the stylesheets.This reference describes each of the HTML Stylesheet parameters. These are the “easily customizable” parts of the stylesheet. If you want to specify an alternate value for one or more of these parameters, you can do so in a “driver” stylesheet.For example, if you want to change the html.stylesheet to reference.css, you might create a driver stylesheet like this:<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/> <xsl:param name="html.stylesheet">reference.css</xsl:param> </xsl:stylesheet>Naturally, you have to change the href attribute on <xsl:import> to point to docbook.xsl on your system. (Or chunk.xsl, if you're using chunking.)This is not intended to be “user” documentation. It is provided for developers writing customization layers for the stylesheets, and for anyone who's interested in “how it works”.Although I am trying to be thorough, this documentation is known to be incomplete. Don't forget to read the source, too :-)The ParametersTable of Contentsadmon.graphics - Use graphics in admonitions?admon.graphics.extension - Extension for admonition graphicsadmon.graphics.path - Path to admonition graphicsadmonition.title.properties - To set the style for admonitions.alignment - Specify the default text alignmentappendix.autolabel - Are Appendixes automatically enumerated?arbortext.extensions - Enable Arbortext extensions?author.othername.in.middle - Is othername in author a middle name?biblioentry.item.separator - Text to separate bibliography entriesbibliography.collection - Name of the bibliography collection filebody.font.family - The default font family for body textbody.font.master - Specifies the default point size for body textbody.font.size - Specifies the default font size for body textbody.margin.bottom - The bottom margin of the body textbody.margin.top - To specify the size of the top margin of a pagecallout.defaultcolumn - Indicates what column callouts appear in by defaultcallout.graphics - Use graphics for callouts?callout.graphics.extension - Extension for callout graphicscallout.graphics.number.limit - Number of the largest callout graphiccallout.graphics.path - Path to callout graphicscallout.unicode - Use Unicode characters rather than images for callouts.callout.unicode.font - Specify a font for Unicode glyphscallout.unicode.number.limit - Number of the largest callout graphiccallout.unicode.start.character - First Unicode character to use, decimal value.callouts.extension - Enable the callout extensionchapter.autolabel - Are chapters automatically enumerated?column.count - Specifies the number of columns of text on the pagecomponent.title.properties - Specify the styling for the title elements of a component.default.table.width - The default width of tablesdefault.units - Default units for an unqualified dimensiondingbat.font.family - The font family for copyright, quotes, and other symbolsdouble.sided - Is the document to be printed double sided?footnote.font.size - The font size for footnotesfop.extensions - Enable FOP extensions?formal.object.properties - Properties associated with a formal object such as a figure, or other component that has a titleformal.procedures - Selects formal or informal proceduresformal.title.properties - Style the title element of formal object such as a figure.format.variablelist.as.list - Use an fo:list to format VariableLists?funcsynopsis.decoration - Decorate elements of a FuncSynopsis?funcsynopsis.style - What style of 'FuncSynopsis' should be generated?generate.book.equation.lot - Should a lot be generated for equations?generate.book.example.lot - Is a list of equations required?generate.book.figure.lot - Is a list of figures required for book?generate.book.table.lot - Do you want a list of tables in a book?generate.book.toc - Do you want a table of contents in the book?generate.component.toc - Should TOCs be genereated in components (Chapters, Appendixes, etc.)?generate.division.equation.lot - Generate a list of titles for Equations?generate.division.example.lot - Generate a list of titles for Examples?generate.division.figure.lot - Generate a list of titles for Figures?generate.division.table.lot - Generate a list of titles for Tables?generate.division.toc - Should TOCs be genereated in divisions (Books, Parts, etc.)?generate.index - Do you want an index?graphic.default.extension - Default extension for graphic filenameshtml.stylesheet - Name of the stylesheet to use in the generated HTMLhtml.stylesheet.type - The type of the stylesheet used in the generated HTMLhyphenate - Specify hyphenation behaviorinsert.xref.page.number - Turns page numbers in xrefs on and offlabel.from.part - Renumber chapters in each part?linenumbering.everyNth - Indicate which lines should be numberedlinenumbering.extension - Enable the line numbering extensionlinenumbering.separator - Specify a separator between line numbers and lineslinenumbering.width - Indicates the width of line numberslist.block.spacing - What spacing do you want before lists?list.item.spacing - What space do you want between list items?make.single.year.ranges - Print single-year ranges (e.g., 1998-1999)make.year.ranges - Collate copyright years into ranges?monospace.font.family - The default font family for monospace environmentsmonospace.verbatim.properties - What font and size do you want for monospaced content?nominal.table.width - The (absolute) nominal width of tablesnormal.para.spacing - What space do you want between normal paragraphspage.height - The height of the physical pagepage.height.portrait - Specify the physical size of the long edge of the pagepage.margin.bottom - The bottom margin of the pagepage.margin.inner - The inner page marginpage.margin.outer - The outer page marginpage.margin.top - The top margin of the pagepage.orientation - Select the page orientationpage.width - The width of the physical pagepage.width.portrait - Specify the physical size of the short edge of the pagepaper.type - Select the paper typepart.autolabel - Are parts and references enumerated?passivetex.extensions - Enable PassiveTeX extensions?preface.autolabel - Are prefaces enumerated?process.empty.source.toc - FIXME:process.source.toc - FIXME:qanda.inherit.numeration - Does enumeration of QandASet components inherit the numeration of parent elements?qandadiv.autolabel - Are divisions in QAndASets enumerated?refentry.generate.name - Output NAME header before 'RefName'(s)?refentry.xref.manvolnum - Output manvolnum as part of refentry cross-reference?region.after.extent - Specifies the height of the footer.region.before.extent - Specifies the height of the headerrootid - Specify the root element to formatruninhead.default.title.end.punct - Default punctuation character on a run-in-headruninhead.title.end.punct - Characters that count as punctuation on a run-in-headsans.font.family - The default sans-serif font familysection.autolabel - Are sections enumerated?section.label.includes.component.label - Do section labels include the component label?show.comments - Display comment elements?stylesheet.result.type - Identifies the output format of this stylesheettablecolumns.extension - Enable the table columns extension functiontextinsert.extension - Enable the textinsert extension elementtitle.font.family - The default font family for titlestoc.margin.properties - FIXME:use.extensions - Enable extensionsverbatim.properties - FIXME:xep.extensions - Enable XEP extensions?xref.properties - FIXME:table.entry.padding - table.border.thickness - table.border.padding - table.border.style - table.border.color - title.margin.left - Adjust the left margin for titlesNameadmon.graphics — Use graphics in admonitions?Synopsis§1: §114<xsl:param name="admon.graphics" select="0"/>DescriptionIf true (non-zero), admonitions are presented in an alternate style that uses a graphic. Default graphics are provided in the distribution. Nameadmon.graphics.extension — Extension for admonition graphicsSynopsis§2: §114<xsl:param name="admon.graphics.extension" select="'.png'"/>DescriptionSets the extension to use on admonition graphics.Nameadmon.graphics.path — Path to admonition graphicsSynopsis§3: §114<xsl:param name="admon.graphics.path">images/</xsl:param>DescriptionSets the path, probably relative to the directory where the HTML files are created, to the admonition graphics. Nameadmonition.title.properties — To set the style for admonitions.Synopsis§4: §114<xsl:attribute-set name="admonition.title.properties"> <xsl:attribute name="font-size">14pt</xsl:attribute> <xsl:attribute name="font-weight">bold</xsl:attribute> <xsl:attribute name="hyphenate">false</xsl:attribute> <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute> </xsl:attribute-set>DescriptionHow do you want admonitions styled? Set the font-size, weight etc to the style requiredNamealignment — Specify the default text alignmentSynopsis§5: §114<xsl:param name="alignment">justify</xsl:param>DescriptionThe default text alignment is used for most body text. Nameappendix.autolabel — Are Appendixes automatically enumerated?Synopsis§6: §114<xsl:param name="appendix.autolabel" select="1"/>DescriptionIf true (non-zero), unlabeled appendixes will be enumerated. Namearbortext.extensions — Enable Arbortext extensions?Synopsis§7: §114<xsl:param name="arbortext.extensions" select="0"/>DescriptionIf non-zero, Arbortext extensions will be used. Nameauthor.othername.in.middle — Is othername in author a middle name?Synopsis§8: §114<xsl:param name="author.othername.in.middle" select="1"/>DescriptionIf true (non-zero), the othername of an author appears between the firstname and surname. Otherwise, othername is suppressed. Namebiblioentry.item.separator — Text to separate bibliography entriesSynopsis§9: §114<xsl:param name="biblioentry.item.separator">. </xsl:param>DescriptionText to separate bibliography entries Namebibliography.collection — Name of the bibliography collection fileSynopsis§10: §114<xsl:param name="bibliography.collection" select="'http://docbook.sourceforge.net/release/bibliography/bibliography.xml'"/>DescriptionTired of copying bibliography entries from one document to another? Now you can maintain a central bibliography and let the stylesheets do the copying for you. This parameter identifies the file (by URI reference) that contains your complete bibliography collection. Namebody.font.family — The default font family for body textSynopsis§11: §114<xsl:param name="body.font.family">Times Roman</xsl:param>DescriptionThe body font family is the default font used for text in the page body. Namebody.font.master — Specifies the default point size for body textSynopsis§12: §114<xsl:param name="body.font.master">10</xsl:param>DescriptionThe body font size is specified in two parameters (body.font.master and body.font.size) so that math can be performed on the font size by XSLT. Namebody.font.size — Specifies the default font size for body textSynopsis§13: §114<xsl:param name="body.font.size"> <xsl:value-of select="$body.font.master"/><xsl:text>pt</xsl:text> </xsl:param>DescriptionThe body font size is specified in two parameters (body.font.master and body.font.size) so that math can be performed on the font size by XSLT. Namebody.margin.bottom — The bottom margin of the body textSynopsis§14: §114<xsl:param name="body.margin.bottom">24pt</xsl:param>DescriptionThe body bottom margin is the distance from the last line of text in the page body to the bottom page margin. Note that the page footer, if any, appears in the space between the body bottom margin and the page bottom margin. Namebody.margin.top — To specify the size of the top margin of a pageSynopsis§15: §114<xsl:param name="body.margin.top">24pt</xsl:param>DescriptionThe body top margin is the distance from the page top margin to the first line of text in the page body. Note that the page header, if any, appears in the space between the page top margin and the body top margin. Namecallout.defaultcolumn — Indicates what column callouts appear in by defaultSynopsis§16: §114<xsl:param name="callout.defaultcolumn" select="'60'"/>DescriptionIf a callout does not identify a column (for example, if it uses the linerange unit), it will appear in the default column. Namecallout.graphics — Use graphics for callouts?Synopsis§17: §114<xsl:param name="callout.graphics" select="'1'"/>DescriptionIf non-zero, callouts are presented with graphics (e.g., reverse-video circled numbers instead of "(1)", "(2)", etc.). Default graphics are provided in the distribution. Namecallout.graphics.extension — Extension for callout graphicsSynopsis§18: §114<xsl:param name="callout.graphics.extension" select="'.png'"/>DescriptionSets the extension to use on callout graphics.Namecallout.graphics.number.limit — Number of the largest callout graphicSynopsis§19: §114<xsl:param name="callout.graphics.number.limit" select="'10'"/>DescriptionIf callout.graphics is non-zero, graphics are used to represent callout numbers. The value of callout.graphics.number.limit is the largest number for which a graphic exists. If the callout number exceeds this limit, the default presentation "(nnn)" will always be used. Namecallout.graphics.path — Path to callout graphicsSynopsis§20: §114<xsl:param name="callout.graphics.path" select="'images/callouts/'"/>DescriptionSets the path, probably relative to the directory where the HTML files are created, to the callout graphics. Namecallout.unicode — Use Unicode characters rather than images for callouts.Synopsis§21: §114<xsl:param name="callout.unicode" select="0"/>DescriptionThe stylesheets can use either an image of the numbers one to ten, or the single Unicode character which represents the numeral, in white on a black background. Use this to select the Unicode character option. Namecallout.unicode.font — Specify a font for Unicode glyphsSynopsis§22: §114<xsl:param name="callout.unicode.font" select="'ZapfDingbats'"/>DescriptionThe name of the font to specify around Unicode callout glyphs. If set to the empty string, no font change will occur. Namecallout.unicode.number.limit — Number of the largest callout graphicSynopsis§23: §114<xsl:param name="callout.unicode.number.limit" select="'10'"/>DescriptionIf callout.graphics is non-zero, graphics are used to represent callout numbers. The value of callout.graphics.number.limit is the largest number for which a graphic exists. If the callout number exceeds this limit, the default presentation "(nnn)" will always be used. Namecallout.unicode.start.character — First Unicode character to use, decimal value.Synopsis§24: §114<xsl:param name="callout.unicode.start.character" select="10102"/>DescriptionIf callout.graphics is non-zero, graphics are used to represent callout numbers. The value of callout.graphics.number.limit is the largest number for which a graphic exists. If the callout number exceeds this limit, the default presentation "(nnn)" will always be used. Namecallouts.extension — Enable the callout extensionSynopsis§25: §114<xsl:param name="callouts.extension" select="'1'"/>DescriptionThe callouts extension processes areaset elements in ProgramListingCO and other text-based callout elements. Namechapter.autolabel — Are chapters automatically enumerated?Synopsis§26: §114<xsl:param name="chapter.autolabel" select="1"/>DescriptionIf true (non-zero), unlabeled chapters will be enumerated. Namecolumn.count — Specifies the number of columns of text on the pageSynopsis§27: §114<xsl:param name="column.count" select="'1'"/>DescriptionThe specified number of columns of text will appear on each page. Namecomponent.title.properties — Specify the styling for the title elements of a component.Synopsis§28: §114<xsl:attribute-set name="component.title.properties"> <xsl:attribute name="space-before.optimum">2em</xsl:attribute> <xsl:attribute name="space-before.minimum">1.8em</xsl:attribute> <xsl:attribute name="space-before.maximum">2.2em</xsl:attribute> <xsl:attribute name="font-weight">bold</xsl:attribute> <xsl:attribute name="font-size">18pt</xsl:attribute> <xsl:attribute name="space-after.optimum">1.5em</xsl:attribute> <xsl:attribute name="space-after.minimum">1.3em</xsl:attribute> <xsl:attribute name="space-after.maximum">1.8em</xsl:attribute> <xsl:attribute name="hyphenate">false</xsl:attribute> <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute> </xsl:attribute-set>DescriptionA set of attributes are used to style the title of a component (chapters, appendixes, articles, etc.). Components are usually printed in the title.font.family. Spacing before and after, font size etc are specified using this parameter.Namedefault.table.width — The default width of tablesSynopsis§29: §114<xsl:param name="default.table.width" select="''"/>DescriptionIf specified, this value will be used for the WIDTH attribute on tables that do not specify an alternate width (with the dbhtml processing instruction).Namedefault.units — Default units for an unqualified dimensionSynopsis§30: §114<xsl:param name="default.units" select="'pt'"/>DescriptionIf an unqualified dimension is encountered (for example, in a graphic width), the default-units will be used for the units. Unqualified dimensions are not allowed in XSL Formatting Objects. Namedingbat.font.family — The font family for copyright, quotes, and other symbolsSynopsis§31: §114<xsl:param name="dingbat.font.family">Times Roman</xsl:param>DescriptionThe dingbat font family is used for dingbats. If it is defined as the empty string, no font change is effected around dingbats. Namedouble.sided — Is the document to be printed double sided?Synopsis§32: §114<xsl:param name="double.sided" select="'0'"/>DescriptionDouble-sided documents are printed with a slightly wider margin on the binding edge of the page. FIXME: The current set of parameters does not take writing direction into account.Namefootnote.font.size — The font size for footnotesSynopsis§33: §114<xsl:param name="footnote.font.size"> <xsl:value-of select="$body.font.master * 0.8"/><xsl:text>pt</xsl:text> </xsl:param>DescriptionThe footnote font size is used for...footnotes! Namefop.extensions — Enable FOP extensions?Synopsis§34: §114<xsl:param name="fop.extensions" select="0"/>DescriptionIf non-zero, FOP extensions will be used. At present, this consists of PDF bookmarks. Nameformal.object.properties — Properties associated with a formal object such as a figure, or other component that has a titleSynopsis§35: §114<xsl:attribute-set name="formal.object.properties"> <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute> <xsl:attribute name="space-before.optimum">1em</xsl:attribute> <xsl:attribute name="space-before.maximum">2em</xsl:attribute> <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute> <xsl:attribute name="space-after.optimum">1em</xsl:attribute> <xsl:attribute name="space-after.maximum">2em</xsl:attribute> <xsl:attribute name="keep-with-previous.within-column">always</xsl:attribute> </xsl:attribute-set>DescriptionThe styling for formal objects in docbook. Specify the spacing before and after the object.Nameformal.procedures — Selects formal or informal proceduresSynopsis§36: §114<xsl:param name="formal.procedures" select="1"/>DescriptionFormal procedures are numbered and always hav a title. Nameformal.title.properties — Style the title element of formal object such as a figure.Synopsis§37: §114<xsl:attribute-set name="formal.title.properties" use-attribute-sets="normal.para.spacing"> <xsl:attribute name="font-weight">bold</xsl:attribute> <xsl:attribute name="font-size">12pt</xsl:attribute> <xsl:attribute name="hyphenate">false</xsl:attribute> <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute> </xsl:attribute-set>DescriptionSpecify how the title should be styled. Specify the font size and weight of the title of the formal object.Nameformat.variablelist.as.list — Use an fo:list to format VariableLists?Synopsis§38: §114<xsl:param name="format.variablelist.as.list" select="1"/>DescriptionIf non-zero, an fo:list will be used to format VariableLists. Otherwise, nested fo:blocks will be used. Namefuncsynopsis.decoration — Decorate elements of a FuncSynopsis?Synopsis§39: §114<xsl:param name="funcsynopsis.decoration" select="1"/>DescriptionIf true (non-zero), elements of the FuncSynopsis will be decorated (e.g. bold or italic). The decoration is controlled by functions that can be redefined in a customization layer. Namefuncsynopsis.style — What style of 'FuncSynopsis' should be generated?Synopsis§40: §114<xsl:param name="funcsynopsis.style">kr</xsl:param>DescriptionIf funcsynopsis.style is ansi, ANSI-style function synopses are generated for a funcsynopsis, otherwise K&R-style function synopses are generated. Namegenerate.book.equation.lot — Should a lot be generated for equations?Synopsis§41: §114<xsl:param name="generate.book.equation.lot" select="1"/>DescriptionSpecify if list of equations, like a table of contents, is required.Namegenerate.book.example.lot — Is a list of equations required?Synopsis§42: §114<xsl:param name="generate.book.example.lot" select="1"/>DescriptionSpecify if a list of examples is required, similar to a table of contents but for examples.Namegenerate.book.figure.lot — Is a list of figures required for book?Synopsis§43: §114<xsl:param name="generate.book.figure.lot" select="1"/>DescriptionSpecify if a list of figures is required, similar to a table of contents but for figures.Namegenerate.book.table.lot — Do you want a list of tables in a book?Synopsis§44: §114<xsl:param name="generate.book.table.lot" select="1"/>DescriptionSpecify if a list of tables is required, similar to a table of contents, but for all the tables in the bookNamegenerate.book.toc — Do you want a table of contents in the book?Synopsis§45: §114<xsl:param name="generate.book.toc" select="1"/>DescriptionSpecify if a table of contents is required in the book.Namegenerate.component.toc — Should TOCs be genereated in components (Chapters, Appendixes, etc.)?Synopsis§46: §114<xsl:param name="generate.component.toc" select="1"/>DescriptionIf true (non-zero), they are. Namegenerate.division.equation.lot — Generate a list of titles for Equations?Synopsis§47: §114<xsl:param name="generate.division.equation.lot" select="1"/>DescriptionIf non-zero, a list of titles is generated for Equations. Namegenerate.division.example.lot — Generate a list of titles for Examples?Synopsis§48: §114<xsl:param name="generate.division.example.lot" select="1"/>DescriptionIf non-zero, a list of titles is generated for Examples. Namegenerate.division.figure.lot — Generate a list of titles for Figures?Synopsis§49: §114<xsl:param name="generate.division.figure.lot" select="1"/>DescriptionIf non-zero, a list of titles is generated for Figures. Namegenerate.division.table.lot — Generate a list of titles for Tables?Synopsis§50: §114<xsl:param name="generate.division.table.lot" select="1"/>DescriptionIf non-zero, a list of titles is generated for Tables. Namegenerate.division.toc — Should TOCs be genereated in divisions (Books, Parts, etc.)?Synopsis§51: §114<xsl:param name="generate.division.toc" select="1"/>DescriptionIf true (non-zero), they are. Namegenerate.index — Do you want an index?Synopsis§52: §114<xsl:param name="generate.index" select="1"/>DescriptionSpecify if an index should be generated. Namegraphic.default.extension — Default extension for graphic filenamesSynopsis§53: §114<xsl:param name="graphic.default.extension"/>DescriptionIf a graphic or mediaobject includes a reference to a filename that does not include an extension, and the format attribute is unspecified, the default extension will be used. Namehtml.stylesheet — Name of the stylesheet to use in the generated HTMLSynopsis§54: §114<xsl:param name="html.stylesheet" select="''"/>DescriptionThe name of the stylesheet to place in the HTML LINK tag, or the empty string to suppress the stylesheet LINK. Namehtml.stylesheet.type — The type of the stylesheet used in the generated HTMLSynopsis§55: §114<xsl:param name="html.stylesheet.type">text/css</xsl:param>DescriptionThe type of the stylesheet to place in the HTML link tag. Namehyphenate — Specify hyphenation behaviorSynopsis§56: §114<xsl:param name="hyphenate">true</xsl:param>DescriptionIf true, words may be hyphenated. Otherwise, they may not. Nameinsert.xref.page.number — Turns page numbers in xrefs on and offSynopsis§57: §114<xsl:param name="insert.xref.page.number" select="0"/>DescriptionWhen equal to 1, this parameter triggers generation of page number citations after xrefs. Namelabel.from.part — Renumber chapters in each part?Synopsis§58: §114<xsl:param name="label.from.part" select="'0'"/>DescriptionIf label.from.part is non-zero, components (chapters, appendixes, etc.) will be numbered from 1 in each part. Otherwise, they will be numbered monotonically throughout each book. Namelinenumbering.everyNth — Indicate which lines should be numberedSynopsis§59: §114<xsl:param name="linenumbering.everyNth" select="'5'"/>DescriptionIf line numbering is enabled, everyNth line will be numbered. Namelinenumbering.extension — Enable the line numbering extensionSynopsis§60: §114<xsl:param name="linenumbering.extension" select="'1'"/>DescriptionIf true, verbatim environments (elements that have the format='linespecific' notation attribute: address, literallayout, programlisting, screen, synopsis) that specify line numbering will have, surprise, line numbers. Namelinenumbering.separator — Specify a separator between line numbers and linesSynopsis§61: §114<xsl:param name="linenumbering.separator" select="' '"/>DescriptionThe separator is inserted between line numbers and lines in the verbatim environment. Namelinenumbering.width — Indicates the width of line numbersSynopsis§62: §114<xsl:param name="linenumbering.width" select="'3'"/>DescriptionIf line numbering is enabled, line numbers will appear right justified in a field "width" characters wide. Namelist.block.spacing — What spacing do you want before lists?Synopsis§63: §114<xsl:attribute-set name="list.block.spacing"> <xsl:attribute name="space-before.optimum">1em</xsl:attribute> <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute> <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute> </xsl:attribute-set>DescriptionSpecify the spacing required before a list. Namelist.item.spacing — What space do you want between list items?Synopsis§64: §114<xsl:attribute-set name="list.item.spacing"> <xsl:attribute name="space-before.optimum">1em</xsl:attribute> <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute> <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute> </xsl:attribute-set>DescriptionSpecify what spacing you want between each list item.Namemake.single.year.ranges — Print single-year ranges (e.g., 1998-1999)Synopsis§65: §114<xsl:param name="make.single.year.ranges" select="0"/>DescriptionIf non-zero, year ranges that span a single year will be printed in range notation (1998-1999) instead of discrete notation (1998, 1999).Namemake.year.ranges — Collate copyright years into ranges?Synopsis§66: §114<xsl:param name="make.year.ranges" select="0"/>DescriptionIf non-zero, copyright years will be collated into ranges.Namemonospace.font.family — The default font family for monospace environmentsSynopsis§67: §114<xsl:param name="monospace.font.family">Courier</xsl:param>DescriptionThe monospace font family is used for verbatim environments (program listings, screens, etc.). Namemonospace.verbatim.properties — What font and size do you want for monospaced content?Synopsis§68: §114<xsl:attribute-set name="monospace.verbatim.properties" use-attribute-sets="verbatim.properties"> <xsl:attribute name="font-family"> <xsl:value-of select="$monospace.font.family"/> </xsl:attribute> <xsl:attribute name="font-size"> <xsl:value-of select="$body.font.master * 0.9"/> <xsl:text>pt</xsl:text> </xsl:attribute> </xsl:attribute-set>DescriptionSpecify the font name and size you want for monospaced outputNamenominal.table.width — The (absolute) nominal width of tablesSynopsis§69: §114<xsl:param name="nominal.table.width" select="'6in'"/>DescriptionIn order to convert CALS column widths into HTML column widths, it is sometimes necessary to have an absolute table width to use for conversion of mixed absolute and relative widths. This value must be an absolute length (not a percentag).Namenormal.para.spacing — What space do you want between normal paragraphsSynopsis§70: §114<xsl:attribute-set name="normal.para.spacing"> <xsl:attribute name="space-before.optimum">1em</xsl:attribute> <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute> <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute> </xsl:attribute-set>DescriptionSpecify the spacing required between normal paragraphsNamepage.height — The height of the physical pageSynopsis§71: §114<xsl:param name="page.height"> <xsl:choose> <xsl:when test="$page.orientation = 'portrait'"> <xsl:value-of select="$page.height.portrait"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="$page.width.portrait"/> </xsl:otherwise> </xsl:choose> </xsl:param>DescriptionThe page height is generally calculated from the paper.type and page.orientation. Namepage.height.portrait — Specify the physical size of the long edge of the pageSynopsis§72: §114<xsl:param name="page.height.portrait"> <xsl:choose> <xsl:when test="$paper.type = 'A4landscape'">210mm</xsl:when> <xsl:when test="$paper.type = 'USletter'">11in</xsl:when> <xsl:when test="$paper.type = 'USlandscape'">8.5in</xsl:when> <xsl:when test="$paper.type = '4A0'">2378mm</xsl:when> <xsl:when test="$paper.type = '2A0'">1682mm</xsl:when> <xsl:when test="$paper.type = 'A0'">1189mm</xsl:when> <xsl:when test="$paper.type = 'A1'">841mm</xsl:when> <xsl:when test="$paper.type = 'A2'">594mm</xsl:when> <xsl:when test="$paper.type = 'A3'">420mm</xsl:when> <xsl:when test="$paper.type = 'A4'">297mm</xsl:when> <xsl:when test="$paper.type = 'A5'">210mm</xsl:when> <xsl:when test="$paper.type = 'A6'">148mm</xsl:when> <xsl:when test="$paper.type = 'A7'">105mm</xsl:when> <xsl:when test="$paper.type = 'A8'">74mm</xsl:when> <xsl:when test="$paper.type = 'A9'">52mm</xsl:when> <xsl:when test="$paper.type = 'A10'">37mm</xsl:when> <xsl:when test="$paper.type = 'B0'">1414mm</xsl:when> <xsl:when test="$paper.type = 'B1'">1000mm</xsl:when> <xsl:when test="$paper.type = 'B2'">707mm</xsl:when> <xsl:when test="$paper.type = 'B3'">500mm</xsl:when> <xsl:when test="$paper.type = 'B4'">353mm</xsl:when> <xsl:when test="$paper.type = 'B5'">250mm</xsl:when> <xsl:when test="$paper.type = 'B6'">176mm</xsl:when> <xsl:when test="$paper.type = 'B7'">125mm</xsl:when> <xsl:when test="$paper.type = 'B8'">88mm</xsl:when> <xsl:when test="$paper.type = 'B9'">62mm</xsl:when> <xsl:when test="$paper.type = 'B10'">44mm</xsl:when> <xsl:when test="$paper.type = 'C0'">1297mm</xsl:when> <xsl:when test="$paper.type = 'C1'">917mm</xsl:when> <xsl:when test="$paper.type = 'C2'">648mm</xsl:when> <xsl:when test="$paper.type = 'C3'">458mm</xsl:when> <xsl:when test="$paper.type = 'C4'">324mm</xsl:when> <xsl:when test="$paper.type = 'C5'">229mm</xsl:when> <xsl:when test="$paper.type = 'C6'">162mm</xsl:when> <xsl:when test="$paper.type = 'C7'">114mm</xsl:when> <xsl:when test="$paper.type = 'C8'">81mm</xsl:when> <xsl:when test="$paper.type = 'C9'">57mm</xsl:when> <xsl:when test="$paper.type = 'C10'">40mm</xsl:when> <xsl:otherwise>11in</xsl:otherwise> </xsl:choose> </xsl:param>DescriptionThe portrait page height is the length of the long edge of the physical page. Namepage.margin.bottom — The bottom margin of the pageSynopsis§73: §114<xsl:param name="page.margin.bottom">1in</xsl:param>DescriptionThe bottom page margin is the distance from the physical bottom of the page to the last line of text (body or footer). Namepage.margin.inner — The inner page marginSynopsis§74: §114<xsl:param name="page.margin.inner"> <xsl:choose> <xsl:when test="$double.sided != 0">1.25in</xsl:when> <xsl:otherwise>1in</xsl:otherwise> </xsl:choose> </xsl:param>DescriptionThe inner page margin is the distance from binding edge of the page to the first column of text. In the left-to-right, top-to-bottom writing direction, this is the left margin of recto pages.The inner and outer margins are usually the same unless the output is double-sided. Namepage.margin.outer — The outer page marginSynopsis§75: §114<xsl:param name="page.margin.outer"> <xsl:choose> <xsl:when test="$double.sided != 0">0.75in</xsl:when> <xsl:otherwise>10pc</xsl:otherwise> </xsl:choose> </xsl:param>DescriptionThe outer page margin is the distance from non-binding edge of the page to the last column of text. In the left-to-right, top-to-bottom writing direction, this is the right margin of recto pages.The inner and outer margins are usually the same unless the output is double-sided. Namepage.margin.top — The top margin of the pageSynopsis§76: §114<xsl:param name="page.margin.top">1in</xsl:param>DescriptionThe top page margin is the distance from the physical top of the page to the first line of text (body or header). Namepage.orientation — Select the page orientationSynopsis§77: §114<xsl:param name="page.orientation" select="'portrait'"/>DescriptionIn portrait orientation, the short edge is horizontal; in landscape orientation, it is vertical. Namepage.width — The width of the physical pageSynopsis§78: §114<xsl:param name="page.width"> <xsl:choose> <xsl:when test="$page.orientation = 'portrait'"> <xsl:value-of select="$page.width.portrait"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="$page.height.portrait"/> </xsl:otherwise> </xsl:choose> </xsl:param>DescriptionThe page width is generally calculated from the paper.type and page.orientation. Namepage.width.portrait — Specify the physical size of the short edge of the pageSynopsis§79: §114<xsl:param name="page.width.portrait"> <xsl:choose> <xsl:when test="$paper.type = 'USletter'">8.5in</xsl:when> <xsl:when test="$paper.type = '4A0'">1682mm</xsl:when> <xsl:when test="$paper.type = '2A0'">1189mm</xsl:when> <xsl:when test="$paper.type = 'A0'">841mm</xsl:when> <xsl:when test="$paper.type = 'A1'">594mm</xsl:when> <xsl:when test="$paper.type = 'A2'">420mm</xsl:when> <xsl:when test="$paper.type = 'A3'">297mm</xsl:when> <xsl:when test="$paper.type = 'A4'">210mm</xsl:when> <xsl:when test="$paper.type = 'A5'">148mm</xsl:when> <xsl:when test="$paper.type = 'A6'">105mm</xsl:when> <xsl:when test="$paper.type = 'A7'">74mm</xsl:when> <xsl:when test="$paper.type = 'A8'">52mm</xsl:when> <xsl:when test="$paper.type = 'A9'">37mm</xsl:when> <xsl:when test="$paper.type = 'A10'">26mm</xsl:when> <xsl:when test="$paper.type = 'B0'">1000mm</xsl:when> <xsl:when test="$paper.type = 'B1'">707mm</xsl:when> <xsl:when test="$paper.type = 'B2'">500mm</xsl:when> <xsl:when test="$paper.type = 'B3'">353mm</xsl:when> <xsl:when test="$paper.type = 'B4'">250mm</xsl:when> <xsl:when test="$paper.type = 'B5'">176mm</xsl:when> <xsl:when test="$paper.type = 'B6'">125mm</xsl:when> <xsl:when test="$paper.type = 'B7'">88mm</xsl:when> <xsl:when test="$paper.type = 'B8'">62mm</xsl:when> <xsl:when test="$paper.type = 'B9'">44mm</xsl:when> <xsl:when test="$paper.type = 'B10'">31mm</xsl:when> <xsl:when test="$paper.type = 'C0'">917mm</xsl:when> <xsl:when test="$paper.type = 'C1'">648mm</xsl:when> <xsl:when test="$paper.type = 'C2'">458mm</xsl:when> <xsl:when test="$paper.type = 'C3'">324mm</xsl:when> <xsl:when test="$paper.type = 'C4'">229mm</xsl:when> <xsl:when test="$paper.type = 'C5'">162mm</xsl:when> <xsl:when test="$paper.type = 'C6'">114mm</xsl:when> <xsl:when test="$paper.type = 'C7'">81mm</xsl:when> <xsl:when test="$paper.type = 'C8'">57mm</xsl:when> <xsl:when test="$paper.type = 'C9'">40mm</xsl:when> <xsl:when test="$paper.type = 'C10'">28mm</xsl:when> <xsl:otherwise>8.5in</xsl:otherwise> </xsl:choose> </xsl:param>DescriptionThe portrait page width is the length of the short edge of the physical page. Namepaper.type — Select the paper typeSynopsis§80: §114<xsl:param name="paper.type" select="'USletter'"/>DescriptionThe paper type is a convenient way to specify the paper size. The list of known paper sizes includes USletter and most of the A, B, and C sizes. See page.width.portrait, for example. Namepart.autolabel — Are parts and references enumerated?Synopsis§81: §114<xsl:param name="part.autolabel" select="1"/>DescriptionIf true (non-zero), unlabeled parts and references will be enumerated. Namepassivetex.extensions — Enable PassiveTeX extensions?Synopsis§82: §114<xsl:param name="passivetex.extensions" select="0"/>DescriptionIf non-zero, PassiveTeX extensions will be used. At present, this consists of PDF bookmarks and sorted index terms. Namepreface.autolabel — Are prefaces enumerated?Synopsis§83: §114<xsl:param name="preface.autolabel" select="0"/>DescriptionIf true (non-zero), unlabeled prefaces will be enumerated. Nameprocess.empty.source.toc — FIXME:Synopsis§84: §114<xsl:param name="process.empty.source.toc" select="0"/>DescriptionFIXME: Nameprocess.source.toc — FIXME:Synopsis§85: §114<xsl:param name="process.source.toc" select="0"/>DescriptionFIXME: Nameqanda.inherit.numeration — Does enumeration of QandASet components inherit the numeration of parent elements?Synopsis§86: §114<xsl:param name="qanda.inherit.numeration" select="1"/>DescriptionIf true (non-zero), numbered QandADiv elements and Questions and Answers inherit the numeration of the ancestors of the QandASet. Nameqandadiv.autolabel — Are divisions in QAndASets enumerated?Synopsis§87: §114<xsl:param name="qandadiv.autolabel" select="1"/>DescriptionIf true (non-zero), unlabeled qandadivs will be enumerated. Namerefentry.generate.name — Output NAME header before 'RefName'(s)?Synopsis§88: §114<xsl:param name="refentry.generate.name" select="1"/>DescriptionIf true (non-zero), a "NAME" section title is output before the list of 'RefName's. Namerefentry.xref.manvolnum — Output manvolnum as part of refentry cross-reference?Synopsis§89: §114<xsl:param name="refentry.xref.manvolnum" select="1"/>Descriptionif true (non-zero), the manvolnum is used when cross-referencing refentrys, either with xref or citerefentry. Nameregion.after.extent — Specifies the height of the footer.Synopsis§90: §114<xsl:param name="region.after.extent" select="'12pt'"/>DescriptionThe region after extent is the height of the area where footers are printed. Nameregion.before.extent — Specifies the height of the headerSynopsis§91: §114<xsl:param name="region.before.extent" select="'12pt'"/>DescriptionThe region before extent is the height of the area where headers are printed. Namerootid — Specify the root element to formatSynopsis§92: §114<xsl:param name="rootid" select="''"/>DescriptionIf rootid is specified, it must be the value of an ID that occurs in the document being formatted. The entire document will be loaded and parsed, but formatting will begin at the element identified, rather than at the root. For example, this allows you to process only chapter 4 of a book.Because the entire document is available to the processor, automatic numbering, cross references, and other dependencies are correctly resolved.Nameruninhead.default.title.end.punct — Default punctuation character on a run-in-headSynopsis§93: §114<xsl:param name="runinhead.default.title.end.punct" select="'.'"/>DescriptionFIXME: Nameruninhead.title.end.punct — Characters that count as punctuation on a run-in-headSynopsis§94: §114<xsl:param name="runinhead.title.end.punct" select="'.!?:'"/>DescriptionFIXME: Namesans.font.family — The default sans-serif font familySynopsis§95: §114<xsl:param name="sans.font.family">Helvetica</xsl:param>DescriptionThe default sans-serif font family. At the present, this isn't actually used by the stylesheets. Namesection.autolabel — Are sections enumerated?Synopsis§96: §114<xsl:param name="section.autolabel" select="0"/>DescriptionIf true (non-zero), unlabeled sections will be enumerated. Namesection.label.includes.component.label — Do section labels include the component label?Synopsis§97: §114<xsl:param name="section.label.includes.component.label" select="0"/>DescriptionIf true (non-zero), section labels are prefixed with the label of the component that contains them. Nameshow.comments — Display comment elements?Synopsis§98: §114<xsl:param name="show.comments">1</xsl:param>DescriptionIf true (non-zero), comments will be displayed, otherwise they are suppressed. Comments here refers to the comment element, which will be renamed remark in DocBook V4.0, not XML comments (<-- like this -->) which are unavailable. Namestylesheet.result.type — Identifies the output format of this stylesheetSynopsis§99: §114<xsl:param name="stylesheet.result.type" select="'html'"/>DescriptionThe Saxon extension functions need to know if the output format is HTML ('html') or XSL Formatting Objects ('fo'). This variable answers that question. Valid settings are 'html' or 'fo'.Nametablecolumns.extension — Enable the table columns extension functionSynopsis§100: §114<xsl:param name="tablecolumns.extension" select="'1'"/>DescriptionThe table columns extension function adjusts the widths of table columns in the HTML result to more accurately reflect the specifications in the CALS table. Nametextinsert.extension — Enable the textinsert extension elementSynopsis§101: §114<xsl:param name="textinsert.extension" select="'1'"/>DescriptionThe textinsert extension element inserts the contents of a a file into the result tree (as text). Nametitle.font.family — The default font family for titlesSynopsis§102: §114<xsl:param name="title.font.family">Helvetica</xsl:param>DescriptionThe title font family is used for titles (chapter, section, figure, etc.) Nametoc.margin.properties — FIXME:Synopsis§103: §114<xsl:attribute-set name="toc.margin.properties"> <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute> <xsl:attribute name="space-before.optimum">1em</xsl:attribute> <xsl:attribute name="space-before.maximum">2em</xsl:attribute> <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute> <xsl:attribute name="space-after.optimum">1em</xsl:attribute> <xsl:attribute name="space-after.maximum">2em</xsl:attribute> </xsl:attribute-set>DescriptionFIXME:Nameuse.extensions — Enable extensionsSynopsis§104: §114<xsl:param name="use.extensions" select="'0'"/>DescriptionIf non-zero, extensions may be used. Each extension is further controlled by its own parameter. But if use.extensions is zero, no extensions will be used. Nameverbatim.properties — FIXME:Synopsis§105: §114<xsl:attribute-set name="verbatim.properties"> <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute> <xsl:attribute name="space-before.optimum">1em</xsl:attribute> <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute> </xsl:attribute-set>DescriptionFIXME:Namexep.extensions — Enable XEP extensions?Synopsis§106: §114<xsl:param name="xep.extensions" select="0"/>DescriptionIf non-zero, XEP extensions will be used. XEP extensions consists of PDF bookmarks and document information. Namexref.properties — FIXME:Synopsis§107: §114<xsl:attribute-set name="xref.properties"> </xsl:attribute-set>DescriptionFIXME:Nametable.entry.padding — Synopsis§108: §114<xsl:param name="table.entry.padding" select="'2pt'"/>DescriptionFIXME:Nametable.border.thickness — Synopsis§109: §114<xsl:param name="table.border.thickness" select="'0.5pt'"/>DescriptionFIXME:Nametable.border.padding — Synopsis§110: §114<xsl:param name="table.border.padding" select="'2pt'"/>DescriptionFIXME:Nametable.border.style — Synopsis§111: §114<xsl:param name="table.border.style" select="'solid'"/>DescriptionFIXME:Nametable.border.color — Synopsis§112: §114<xsl:param name="table.border.color" select="'black'"/>DescriptionFIXME:Nametitle.margin.left — Adjust the left margin for titlesSynopsis§113: §114<xsl:param name="title.margin.left" select="'-4pc'"/>DescriptionThis parameter adjusts the left margin for titles. Appendix A. The StylesheetThe param.xsl stylesheet is just a wrapper around all these parameters.§114<xsl:stylesheet exclude-result-prefixes="src" version="1.0"> <!-- This file is generated from param.xweb; do not edit this file! --> <!-- ******************************************************************** $Id: param.xweb,v 1.3 2001/10/15 12:42:44 nwalsh Exp $ ******************************************************************** This file is part of the XSL DocBook Stylesheet distribution. See ../README or http://nwalsh.com/docbook/xsl/ for copyright and other information. ******************************************************************** --> §1. admon.graphics §2. admon.graphics.extension §3. admon.graphics.path §4. admonition.title.properties §5. alignment §6. appendix.autolabel §7. arbortext.extensions §8. author.othername.in.middle §9. biblioentry.item.separator §10. bibliography.collection §11. body.font.family §12. body.font.master §13. body.font.size §14. body.margin.bottom §15. body.margin.top §16. callout.defaultcolumn §17. callout.graphics §18. callout.graphics.extension §19. callout.graphics.number.limit §20. callout.graphics.path §21. callout.unicode §22. callout.unicode.font §23. callout.unicode.number.limit §24. callout.unicode.start.character §25. callouts.extension §26. chapter.autolabel §27. column.count §28. component.title.properties §29. default.table.width §30. default.units §31. dingbat.font.family §32. double.sided §33. footnote.font.size §34. fop.extensions §35. formal.object.properties §36. formal.procedures §37. formal.title.properties §38. format.variablelist.as.list §39. funcsynopsis.decoration §40. funcsynopsis.style §41. generate.book.equation.lot §42. generate.book.example.lot §43. generate.book.figure.lot §44. generate.book.table.lot §45. generate.book.toc §46. generate.component.toc §47. generate.division.equation.lot §48. generate.division.example.lot §49. generate.division.figure.lot §50. generate.division.table.lot §51. generate.division.toc §52. generate.index §53. graphic.default.extension §54. html.stylesheet §55. html.stylesheet.type §56. hyphenate §57. insert.xref.page.number §58. label.from.part §59. linenumbering.everyNth §60. linenumbering.extension §61. linenumbering.separator §62. linenumbering.width §63. list.block.spacing §64. list.item.spacing §65. make.single.year.ranges §66. make.year.ranges §67. monospace.font.family §68. monospace.verbatim.properties §69. nominal.table.width §70. normal.para.spacing §71. page.height §72. page.height.portrait §73. page.margin.bottom §74. page.margin.inner §75. page.margin.outer §76. page.margin.top §77. page.orientation §78. page.width §79. page.width.portrait §80. paper.type §81. part.autolabel §82. passivetex.extensions §83. preface.autolabel §84. process.empty.source.toc §85. process.source.toc §86. qanda.inherit.numeration §87. qandadiv.autolabel §88. refentry.generate.name §89. refentry.xref.manvolnum §90. region.after.extent §91. region.before.extent §92. rootid §93. runinhead.default.title.end.punct §94. runinhead.title.end.punct §95. sans.font.family §96. section.autolabel §97. section.label.includes.component.label §98. show.comments §99. stylesheet.result.type §100. tablecolumns.extension §101. textinsert.extension §102. title.font.family §103. toc.margin.properties §104. use.extensions §105. verbatim.properties §106. xep.extensions §107. xref.properties §108. table.entry.padding §109. table.border.thickness §110. table.border.padding §111. table.border.style §112. table.border.color §113. title.margin.left </xsl:stylesheet>

Wyszukiwarka

Podobne podstrony:
param
GET PARAM
param (3)
F 9 Param małosygnał doc
param
MP 7 hipot param 1
param lista
param
001 analiz param sieci prezentacja?000
param
F 13 Definicje wybr param tr uni

więcej podobnych podstron