1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<appendix id="sec-pis" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Dblatex Processing Instruction Reference</title>
<para>This is reference documentation for all processing
instructions<indexterm><primary>Processing Instructions</primary></indexterm>
in the dblatex XSL stylesheets.</para>
<section><title>Bibliography</title>
<xi:include href="bibtex.xml"/>
<xi:include href="dblatex_citestyle.xml"/>
</section>
<section><title>LaTeX</title>
<para>If you do inject arbitrary LaTeX into the output stream you will
probably need to use the techniques found in <xref linkend="sec-debug"
/>.</para>
<xi:include href="latex.xml"/>
</section>
<section><title>Miscellaneous</title>
<xi:include href="dblatex_angle.xml"/>
<xi:include href="texmath.xml"/>
</section>
<section><title>Tables</title>
<xi:include href="dblatex_bgcolor.xml"/>
<xi:include href="dblatex_table-width.xml"/>
</section>
<section id="sec-pi-lists"><title>Lists</title>
<xi:include href="dblatex_autowidth.xml"/>
<xi:include href="dblatex_colwidth.xml"/>
<xi:include href="dblatex_list-presentation.xml"/>
</section>
</appendix>
|