File: ch02s03.html

package info (click to toggle)
dblatex 0.3.12py3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,684 kB
  • sloc: xml: 102,889; python: 8,259; makefile: 119; sh: 48
file content (10 lines) | stat: -rw-r--r-- 4,814 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
<?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.79.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"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp371"></a>Installing on Windows</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="section"><a href="ch02s03.html#idp374">Dependencies</a></span></dt><dt><span class="section"><a href="ch02s03.html#idp390">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"><div class="titlepage"><div><div><h3 class="title"><a id="idp374"></a>Dependencies</h3></div></div></div><p>The following applications are required: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-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;= 3.2.3.</p></li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="idp390"></a>Installation</h3></div></div></div><div class="toc"><dl class="toc"><dt><span class="section"><a href="ch02s03.html#idp392">Installing xsltproc</a></span></dt><dt><span class="section"><a href="ch02s03.html#idp396">Installing MiKTeX</a></span></dt><dt><span class="section"><a href="ch02s03.html#idp399">Installing dblatex</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="idp392"></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"><div class="titlepage"><div><div><h4 class="title"><a id="idp396"></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"><div class="titlepage"><div><div><h4 class="title"><a id="idp399"></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>