diff options
author | romain <romain@FreeBSD.org> | 2010-09-14 17:27:53 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-09-14 17:27:53 +0800 |
commit | 7552119592fee0459adfc4c178f082dbcea26520 (patch) | |
tree | aa91454e7e1c315c953ab780f7e198c478cba159 /print/Makefile | |
parent | b09be40321ff5df7ee4e4c5978a2ea0ec299ea2d (diff) | |
download | freebsd-ports-gnome-7552119592fee0459adfc4c178f082dbcea26520.tar.gz freebsd-ports-gnome-7552119592fee0459adfc4c178f082dbcea26520.tar.zst freebsd-ports-gnome-7552119592fee0459adfc4c178f082dbcea26520.zip |
The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX
friendly look and feel. This is accomplished by converting xdot output from
Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows:
- Typesetting labels with LaTeX, allowing mathematical notation.
- Using native PSTricks and PGF/TikZ commands for drawing arrows (optional).
- Using backend specific styles to customize the output
WWW: http://www.fauskes.net/code/dot2tex/
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 3669a3797ca6..8ae527b1a400 100644 --- a/print/Makefile +++ b/print/Makefile @@ -58,6 +58,7 @@ SUBDIR += cups-smb-backend SUBDIR += detex SUBDIR += dk-acroread8 + SUBDIR += dot2tex SUBDIR += dvi2tty SUBDIR += dvi2xx SUBDIR += dvipdfmx |