-----
Released 2007-09-14.
- Added the ``--autosize`` option. Equivalent to::
> dot2tex --preproc ex.dot | dot2tex
- Added the ``--prog`` option for choosing between dot, neato, circo, towpi
and fdp, when the input is in plain dot format.
- Added the special ``d2toptions`` graph attribute. Allows you to specify
dot2tex options in command line format.
- Added a dot2tex wrapper script and changed setup.py to make it fully
compatible with both setuptools and distutils. A dot2tex module will
now be put in the site-packages directory and a wrapper script in the
scripts directory.
- Fixed typo in error message.
- Added ``--runtests`` option to run doc tests (experimental).
- Fixed issue with wrong template when both the --preview and --figonly
options were used.