dot2tex - A Graphviz to LaTeX converter
=======================================

Copyright (C) 2006 Kjell Magne Fauske
License: MIT (See LICENSE for details.)
Version: 2.0.3
URL: http://www.fauskes.net/code/dot2tex/

Dot2tex is a tool for converting graphs rendered by Graphviz to formats
that can be used with LaTeX. 

Installation
------------

Before you install dot2tex you have to have a working Python environment 
installed on your system. Dot2tex has been developed and tested with 
Python 2.4, but it will probably run fine using Python 2.3. In addition 
you'll need the following modules:

    * pyparsing (http://pyparsing.wikispaces.com/). A recent version is required.
      Older version like for instance 1.3.2 does not work with dot2tex.
    * pydot (http://dkbza.org/pydot.html)
    * preview (http://www.ctan.org/tex-archive/help/Catalogue/entries/preview.html)
      A stand-alone part of the preview-latex/AUCTeX bundle. 
      Required for preprocessing graphs with LaTeX.

Dot2tex is just a single Python script. Put the dot2tex.py script somewhere
on your PATH. Alternatively you can use the distutils setup script:

$ python setup.py install

This will install the script to the SCRIPTS directory in your Python distribution.

To build the documentation, docutils is required. 


What's new in version 2.0.0
----------------------------

- A new preprocessing mode that will adjust the size of nodes and edge labels
  to fit the ouput from LaTeX. 
- Better error handling. Added logging for debugging purposes.
- Better control of vertical label alignment.
  
  
For a full list of details see changelog.txt
