diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-09-18 15:15:01 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-09-18 15:15:01 +0000 |
commit | 045a55ceb20a3f000ebbf460d07866df994646d6 (patch) | |
tree | 9ce6416f2eaf2fcce366dc72bad8182fe346470c /textproc/Makefile | |
parent | 9864a39f447fd506192c40d323d1c995a09f5d41 (diff) | |
download | ports-045a55ceb20a3f000ebbf460d07866df994646d6.tar.gz ports-045a55ceb20a3f000ebbf460d07866df994646d6.zip |
GasTeX is a set of LaTeX macros which allow to draw very easily
graphs, automata, nets, diagrams, etc... under the picture environment
of LaTeX. A picture with gastex basically consists of nodes and
edges. Here are a few examples of pictures that are easily defined
with gastex.
WWW: http://www.lsv.ens-cachan.fr/~gastin/gastex/gastex.html
Notes
Notes:
svn path=/head/; revision=143078
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2a77a50bf1b4..57111c63c65d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -126,6 +126,7 @@ SUBDIR += freegrep SUBDIR += ga-aspell SUBDIR += galax + SUBDIR += gastex SUBDIR += gd-aspell SUBDIR += gdict SUBDIR += gdome2 |