diff options
author | vs <vs@FreeBSD.org> | 2005-09-18 23:15:01 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-09-18 23:15:01 +0800 |
commit | b3cf69d6205f9b946aa0542d167fb1b53c82dbd4 (patch) | |
tree | dc1d923a2b24bd26638a9f39e187ffdabeb2cd0f /textproc/Makefile | |
parent | 67b9ea4e3a976524298b419abca3e3bea15c6235 (diff) | |
download | freebsd-ports-gnome-b3cf69d6205f9b946aa0542d167fb1b53c82dbd4.tar.gz freebsd-ports-gnome-b3cf69d6205f9b946aa0542d167fb1b53c82dbd4.tar.zst freebsd-ports-gnome-b3cf69d6205f9b946aa0542d167fb1b53c82dbd4.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
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 |