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>Installing on Windows</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-install.html" title="Chapter 2. Installing the Package" /><link rel="prev" href="sec-install-unix.html" title="Installing on Unix like Systems" /><link rel="next" href="ch03.html" title="Chapter 3. Using dblatex" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Installing on Windows</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sec-install-unix.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing the Package</th><td width="20%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr /></div><div class="section" title="Installing on Windows"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp13057480"></a>Installing on Windows</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="ch02s03.html#idm631712">Dependencies</a></span></dt><dt><span class="section"><a href="ch02s03.html#idm5451680">Installation</a></span></dt></dl></div><p>The following packages to install and the procedure is for a native
Windows installation. If you want to use dblatex via Cygwin instead, you
should consider it like a unix like install.</p><div class="section" title="Dependencies"><div class="titlepage"><div><div><h3 class="title"><a id="idm631712"></a>Dependencies</h3></div></div></div><p>The following applications are required: </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>An XSLT. <code class="filename">xsltproc</code> is the default XSLT used, but one
can also use <a class="ulink" href="http://foursuite.sourceforge.net" target="_top">4suite</a>.</p></li><li class="listitem"><p>The XML DocBook DTD.</p></li><li class="listitem"><p><a class="ulink" href="http://www.miktex.org" target="_top">MiKTeX</a> &gt; 2.5.</p></li><li class="listitem"><p><a class="ulink" href="http://www.python.org" target="_top">Python</a> &gt;= 2.4.</p></li></ul></div></div><div class="section" title="Installation"><div class="titlepage"><div><div><h3 class="title"><a id="idm5451680"></a>Installation</h3></div></div></div><div class="toc"><dl><dt><span class="section"><a href="ch02s03.html#idm860184">Installing xsltproc</a></span></dt><dt><span class="section"><a href="ch02s03.html#idp3737120">Installing MiKTeX</a></span></dt><dt><span class="section"><a href="ch02s03.html#idm884224">Installing dblatex</a></span></dt></dl></div><div class="section" title="Installing xsltproc"><div class="titlepage"><div><div><h4 class="title"><a id="idm860184"></a>Installing xsltproc</h4></div></div></div><p>You can download the binaries and getting the installation instructions
from: <a class="ulink" href="http://www.zlatkovic.com/libxml.en.html" target="_top">http://www.zlatkovic.com/libxml.en.html</a>.</p></div><div class="section" title="Installing MiKTeX"><div class="titlepage"><div><div><h4 class="title"><a id="idp3737120"></a>Installing MiKTeX</h4></div></div></div><p>Install the minimal distribution, and add the following packages:
changebar, colortbl, fancybox, fancyhdr, fancyvrb, listings, overpics,
rotating, subfigure, titlesec, bibtopic, enumitem, eepic, lm, lastpage,
helvetic, times, symbol, courier, footmisc, ifxetex, pdfpages, wasysym.</p></div><div class="section" title="Installing dblatex"><div class="titlepage"><div><div><h4 class="title"><a id="idm884224"></a>Installing dblatex</h4></div></div></div><p>From the unpacked package directory just type:</p><pre class="screen">python setup.py install</pre><p>If the Python directory is <code class="filename">C:\Python25</code> you can now
try <span class="command"><strong>dblatex</strong></span> by typing:</p><pre class="screen">python C:\Python25\Scripts\dblatex file.xml</pre></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sec-install-unix.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="sec-install.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Installing on Unix like Systems </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 3. Using dblatex</td></tr></table></div></body></html>