⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 param.xweb

📁 opennms得相关源码 请大家看看
💻 XWEB
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE book [<!ENTITY % param.ent SYSTEM "param.ent">%param.ent;]><book xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><bookinfo><title>FO Parameter Reference</title><releaseinfo role="meta">$Id: param.xweb,v 1.83 2004/11/23 06:55:02 xmldoc Exp $</releaseinfo><author>  <surname>Walsh</surname>  <firstname>Norman</firstname></author><copyright>  <year>1999</year>  <year>2000</year>  <year>2001</year>  <holder>Norman Walsh</holder></copyright></bookinfo><preface><title>Introduction</title><para>This is technical reference documentation for the DocBook XSLStylesheets; it documents (some of) the parameters, templates, andother elements of the stylesheets.</para><para>This reference describes each of the XSL FO Stylesheet parameters.These are the <quote>easily customizable</quote> parts of the stylesheet.If you want to specify an alternate value for one or more of theseparameters, you can do so in a <quote>driver</quote> stylesheet.</para><para>For example, if you want to change the <literal>html.stylesheet</literal>to <filename>reference.css</filename>, you might create a driverstylesheet like this:</para><programlisting><![CDATA[<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>]]></programlisting><para>Naturally, you have to change the<sgmltag class='attribute'>href</sgmltag> attribute on<literal>&lt;xsl:import&gt;</literal> to point to<filename>docbook.xsl</filename> on your system. (Or<filename>chunk.xsl</filename>, if you're using chunking.)</para><para>This is not intended to be <quote>user</quote> documentation.It is provided for developers writing customization layers for thestylesheets, and for anyone who's interested in <quote>how itworks</quote>.</para><para>Although I am trying to be thorough, this documentation is knownto be incomplete. Don't forget to read the source, too :-)</para></preface><reference><title>Admonitions</title>&admon.graphics;&admon.graphics.extension;&admon.graphics.path;&admon.textlabel;&admonition.title.properties;&admonition.properties;</reference><reference><title>Callouts</title>&callout.defaultcolumn;&callout.graphics;&callout.graphics.extension;&callout.graphics.number.limit;&callout.graphics.path;&callout.unicode;&callout.unicode.font;&callout.unicode.number.limit;&callout.unicode.start.character;&callouts.extension;</reference><reference><title>ToC/LoT/Index Generation</title>&autotoc.label.separator;&process.empty.source.toc;&process.source.toc;&generate.toc;&generate.index;&make.index.markup;&index.on.type;&index.on.role;&index.preferred.page.properties;&xep.index.item.properties;&toc.section.depth;&toc.indent.width;&toc.margin.properties;&bridgehead.in.toc;&simplesect.in.toc;&generate.section.toc.level;<!--annotate.toc;bridgehead.in.toc;manual.toc;generate.section.toc.level;--></reference><reference><title>Processor Extensions</title>&arbortext.extensions;&axf.extensions;&fop.extensions;&passivetex.extensions;&tex.math.in.alt;&tex.math.delims;&xep.extensions;</reference><reference><title>Stylesheet Extensions</title>&linenumbering.everyNth;&linenumbering.extension;&linenumbering.separator;&linenumbering.width;&tablecolumns.extension;&textinsert.extension;&textdata.default.encoding;&use.extensions;</reference><reference><title>Automatic labelling</title>&appendix.autolabel;&chapter.autolabel;&part.autolabel;&preface.autolabel;&section.autolabel;&section.autolabel.max.depth;&section.label.includes.component.label;&label.from.part;&component.label.includes.part.label;</reference><reference><title>XSLT Processing</title>&rootid;</reference><reference><title>Meta/*Info</title>&make.single.year.ranges;&make.year.ranges;&author.othername.in.middle;</reference><reference><title>Reference Pages</title>&funcsynopsis.decoration;&funcsynopsis.style;&function.parens;&refentry.generate.name;&refentry.generate.title;&refentry.pagebreak;&refentry.title.properties;&refentry.xref.manvolnum;</reference><reference><title>Tables</title>&default.table.width;&nominal.table.width;&table.cell.padding;&table.frame.border.thickness;&table.frame.border.style;&table.frame.border.color;&table.cell.border.thickness;&table.cell.border.style;&table.cell.border.color;&table.table.properties;</reference><reference><title>Linking</title>&current.docid;&collect.xref.targets;&insert.olink.page.number;&insert.olink.pdf.frag;&olink.base.uri;&olink.debug;&olink.doctitle;&olink.lang.fallback.sequence;&olink.properties;&prefer.internal.olink;&target.database.document;&targets.filename;&use.local.olink.style;</reference><reference><title>QAndASet</title>&qandadiv.autolabel;&qanda.inherit.numeration;&qanda.defaultlabel;</reference><reference><title>Bibliography</title>&biblioentry.item.separator;&bibliography.collection;&bibliography.numbered;</reference><reference><title>Glossary</title>&glossterm.auto.link;&firstterm.only.link;&glossary.collection;&glossterm.separation;&glossterm.width;&glossary.as.blocks;&glosslist.as.blocks;&glossentry.show.acronym;</reference><reference><title>Miscellaneous</title>&formal.procedures;&formal.title.placement;&runinhead.default.title.end.punct;&runinhead.title.end.punct;&show.comments;&punct.honorific;&segmentedlist.as.table;&variablelist.as.blocks;&blockquote.properties;&ulink.show;&ulink.footnotes;&ulink.footnote.number.format;&ulink.hyphenate;&shade.verbatim;&shade.verbatim.style;&hyphenate.verbatim;&use.svg;&use.role.as.xrefstyle;&menuchoice.separator;&menuchoice.menu.separator;&default.float.class;&footnote.number.format;&table.footnote.number.format;&footnote.number.symbols;&table.footnote.number.symbols;&footnote.sep.leader.properties;&xref.with.number.and.title;&superscript.properties;&subscript.properties;</reference><reference><title>Graphics</title>&graphic.default.extension;&default.image.width;&preferred.mediaobject.role;&use.role.for.mediaobject;&ignore.image.scaling;</reference><reference><title>Pagination and General Styles</title><partintro><section><title>Understanding XSL FO Margins</title><para>In order for the parameters in this section to make sense, it is useful toconsider <xref linkend="fig.pagemodel"/>.</para><figure id="fig.pagemodel"><mediaobject><imageobject><imagedata fileref="page.png"/></imageobject><textobject><phrase>Figure showing page margins</phrase></textobject><textobject><para>This figure shows the physical page with the various FO page regionsidentified.</para></textobject></mediaobject></figure><para>First, let's consider the regions on the page.</para><para>The white region is the physical page. Its dimensions are determined bythe <parameter>page.height</parameter> and <parameter>page.width</parameter>parameters.</para><para>The yellow region is the region-body. The size and placement ofthe region body is constrained by the dimensions labelled in thefigure.</para><para>The pink region at the top of the page is the region-before. Thedarker area inside the region-before is the header text. In XSL, the defaultdisplay alignment for a region is <literal>before</literal>, but theDocBook stylesheets still explicitly make it <literal>before</literal>. That'swhy the darker area is at the top.</para><para>The pink region at the bottom of the page is the region-after.The darker area is the footer text. In XSL, the default displayalignment for a region is <literal>before</literal>,but the DocBook stylesheets explicitly make it<literal>after</literal>. That's why the darker area is at the bottom.</para><para>The dimensions in the figure are:</para><orderedlist numeration="upperalpha"><listitem><para>The page-master margin-top.</para></listitem><listitem><para>The region-before extent.</para></listitem><listitem><para>The region-body margin-top.</para></listitem><listitem><para>The region-after extent.</para></listitem><listitem><para>The page-master margin-bottom.</para></listitem><listitem><para>The region-body margin-bottom.</para></listitem><listitem><para>The sum of the page-master margin-left and theregion-body margin-left. In DocBook, the region-body margin-left iszero by default, so this is simply the page-master region-left.</para></listitem><listitem><para>The sum of the page-master margin-right and theregion-body margin-right. In DocBook, the region-body margin-right iszero by default, so this is simply the page-master region-left.</para></listitem></orderedlist></section></partintro>&page.height;&page.height.portrait;&page.margin.bottom;&page.margin.inner;&page.margin.outer;&page.margin.top;&page.orientation;&page.width;&page.width.portrait;&paper.type;&double.sided;&body.margin.bottom;&body.margin.top;&alignment;&hyphenate;&line-height;&column.count.back;&column.count.body;&column.count.front;&column.count.index;&column.count.lot;&column.count.titlepage;&column.gap.back;&column.gap.body;&column.gap.front;&column.gap.index;&column.gap.lot;&column.gap.titlepage;&region.after.extent;&region.before.extent;&default.units;&normal.para.spacing;&body.font.master;&body.font.size;&footnote.font.size;&title.margin.left;&draft.mode;&draft.watermark.image;&headers.on.blank.pages;&footers.on.blank.pages;&header.rule;&footer.rule;&header.column.widths;&footer.column.widths;&header.content.properties;&footer.content.properties;&marker.section.level;</reference><reference><title>Font Families</title>&body.font.family;&dingbat.font.family;&monospace.font.family;&sans.font.family;&title.font.family;&symbol.font.family;</reference><reference><title>Lists</title>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -