I'm completely new to LaTeX and I'm trying to draw some state diagrams for an assignment.
So far the options I have found are
1- Use VauCanSon-G to generate the diagrams
2- Draw the diagrams in an external application
I definitely don't want to need 2 applications to write my assignment, so I must use the style. However, I have only ever install single .sty files and moved them to usr/share/texmf/tex/latex/[stylename] and use usepackage{[name]}.
This style is actually more than one (?) and has a bunch of other types of files listed on the download page. I've tried a couple times and always get errors. Can somebody point me in the right direction?
EDIT
I have downloaded and install texlive (and, thus tlmgr). I am sure that my setup is correct because I have been able to use styles I have not explicitly downloaded and install manually. However, when trying to run Herbert's example, I get several errors. I double check if I have the package installed:
max@linux-vwzy:~/downloads> tlmgr show vaucanson-g
package: vaucanson-g
category: Package
shortdesc: PSTricks macros for drawing automata
longdesc: VauCanSon-G is a package that enables the user to draw automata within texts written using LaTeX. The package macros make use of commands of PStricks
installed: Yes
revision: 15878
cat-version: 0.4
cat-date: 2008-10-30 09:45:25 +0100
cat-license: lppl
collection: collection-pstricks
So it is installed. Ideas?


automatalibrary fromtikz? – Peter Grill Nov 20 '11 at 4:48zipfrom texample.net/tikz/builds. Unzipping it yields several directories and several files. Am I to place each file in my latex tree individually? (sorry for the beginner questions) – MaxMackie Nov 20 '11 at 4:53tlmgr– cmhughes Nov 20 '11 at 5:05