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>Setting Command line Parameters</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="sec-custom.html" title="Chapter 4. Customization" /><link rel="prev" href="sec-custom.html" title="Chapter 4. Customization" /><link rel="next" href="sec-pi-usage.html" title="Using Processing Instructions" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Setting Command line Parameters</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sec-custom.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Customization</th><td width="20%" align="right"> <a accesskey="n" href="sec-pi-usage.html">Next</a></td></tr></table><hr /></div><div class="section" title="Setting Command line Parameters"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sec-param-value"></a>Setting Command line Parameters</h2></div></div></div><p>You can set some XSL parameters directly from the command
  line without creating a configuration parameter stylesheet, with the
  <code class="option">-P <em class="replaceable"><code>parameter=value</code></em></code> option.</p><p>The following example set the latex.hyperparam parameter value:
   </p><pre class="programlisting">
  dblatex -P latex.hyperparam=colorlinks,linkcolor=blue myfile.xml
</pre><p>
  </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sec-custom.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="sec-custom.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="sec-pi-usage.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 4. Customization </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Using Processing Instructions</td></tr></table></div></body></html>