2 Apr 22:39
problem in a graph
Michel Grandmougin <michel.grandmougin <at> free.fr>
2009-04-02 20:39:54 GMT
2009-04-02 20:39:54 GMT
Hello,
I have some probleme with tkz.
It seems I have not this problem last year .
\documentclass[a4paper]{article}
\usepackage[applemac]{inputenc}
\usepackage{tikz,fullpage}
\usetikzlibrary{arrows,%
petri,%
topaths}%
\usepackage{tkz-berge}
\usepackage[position=top]{subfig}
\begin{document}
\begin{figure}
\centering
\subfloat[Figure 1]{
\begin{tikzpicture}[scale=0.75,transform shape]
\tikzstyle{every node}=[node distance = 3cm,%
bend angle = 45, ]
\Vertex(a)
\NOWE{5}(1)
\NOEA{5}(2)
\SOWE{5}(3)
\SOEA{5}(4)
\tikzstyle{EdgeStyle}=[post]
\tikzstyle{EdgeStyle}=[pre,bend left]
\Edge[](3)(5)
\end{tikzpicture}
}
(Continue reading)
RSS Feed