Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 4. Customization</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="DocBook to LaTeX Publishing" /><link rel="up" href="index.html" title="DocBook to LaTeX Publishing" /><link rel="prev" href="sec-footnote.html" title="Footnotes" /><link rel="next" href="sec-param-value.html" title="Setting Command line Parameters" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 4. Customization</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sec-footnote.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="sec-param-value.html">Next</a></td></tr></table><hr /></div><div class="chapter" title="Chapter 4. Customization"><div class="titlepage"><div><div><h2 class="title"><a id="sec-custom"></a>Chapter 4. Customization</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl><dt><span class="section"><a href="sec-custom.html#sec-param">Using XSL Parameters</a></span></dt><dt><span class="section"><a href="sec-param-value.html">Setting Command line Parameters</a></span></dt><dt><span class="section"><a href="sec-pi-usage.html">Using Processing Instructions</a></span></dt><dt><span class="section"><a href="ch04s04.html">XSL User Stylesheet</a></span></dt><dd><dl><dt><span class="section"><a href="ch04s04.html#sec-param-stylesheet">Changing the XSL parameter values</a></span></dt><dt><span class="section"><a href="ch04s04.html#sec-custom-stylesheet">Overriding some templates</a></span></dt></dl></dd><dt><span class="section"><a href="sec-custom-latex.html">Customized LaTeX style</a></span></dt><dd><dl><dt><span class="section"><a href="sec-custom-latex.html#idp860240">Reusing an existing LaTeX style</a></span></dt><dt><span class="section"><a href="sec-custom-latex.html#idp3817184">Package options</a></span></dt><dt><span class="section"><a href="sec-custom-latex.html#idm885648">Needed packages</a></span></dt><dt><span class="section"><a href="sec-custom-latex.html#idm1445128">DocBook interface</a></span></dt><dt><span class="section"><a href="sec-custom-latex.html#sec-debug">Debugging your Style</a></span></dt></dl></dd><dt><span class="section"><a href="sec-texpost.html">Latex post process script</a></span></dt><dd><dl><dt><span class="section"><a href="sec-texpost.html#idm1787712">Post latex compilations</a></span></dt><dt><span class="section"><a href="sec-texpost.html#sec-texpost-py">Post processing with a Python Plugin</a></span></dt></dl></dd><dt><span class="section"><a href="sec-specs.html">Dblatex Configuration File</a></span></dt><dd><dl><dt><span class="section"><a href="sec-specs.html#sec-xml-config">XML Configuration File Format</a></span></dt><dt><span class="section"><a href="sec-specs.html#idp405816">Deprecated Text Configuration File Format</a></span></dt><dt><span class="section"><a href="sec-specs.html#sec-conf-path">Style Paths</a></span></dt></dl></dd><dt><span class="section"><a href="ch04s08.html">Customization Precedence</a></span></dt></dl></div><p>
  The transformation process (and thus the output rendering) can be heavily customized by:
 </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>
  using some <a class="link" href="sec-custom.html#sec-param" title="Using XSL Parameters">configuration parameters</a> either in
  a <a class="link" href="ch04s04.html#sec-param-stylesheet" title="Changing the XSL parameter values">configuration stylesheet</a> or directly
  from the <a class="link" href="sec-param-value.html" title="Setting Command line Parameters">command line</a>,
  </p></li><li class="listitem"><p>using <a class="link" href="sec-pi-usage.html" title="Using Processing Instructions">Processing Instructions</a>
    to create some instructions very specific to dblatex,</p></li><li class="listitem"><p>
  using some <a class="link" href="ch04s04.html#sec-custom-stylesheet" title="Overriding some templates">customized stylesheets</a>,
  </p></li><li class="listitem"><p>
  using a <a class="link" href="sec-custom-latex.html" title="Customized LaTeX style">customized LaTeX style package</a>.
  </p></li><li class="listitem"><p>
  using a <a class="link" href="sec-texpost.html" title="Latex post process script">LaTeX post process script or plugin</a>.
  </p></li></ul></div><p>
  All these customization methods can be used independently and in exceptional cases, but it can also be combined and registered in a master configuration file, called a specification file (cf. <a class="xref" href="sec-specs.html" title="Dblatex Configuration File">the section called “Dblatex Configuration File”</a>) to create a new tool dedicated to your needs.
 </p><div class="section" title="Using XSL Parameters"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sec-param"></a>Using XSL Parameters</h2></div></div></div><p>
   The PDF rendering can be customised by using some XSL configuration
   parameters.
   <a class="xref" href="sec-params.html" title="Appendix A. Dblatex XSL Parameter Reference">Appendix A, <em>Dblatex XSL Parameter Reference</em></a> contains the reference documentation of
   the available user-configurable parameters.
  </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sec-footnote.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="sec-param-value.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Footnotes </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Setting Command line Parameters</td></tr></table></div></body></html>