You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
453 B

4 weeks ago
  1. \NewEnviron{stochasticModel}[1][1.5cm]{%
  2. \begin{tikzpicture}[node distance=#1,
  3. thick,
  4. action/.style={-,draw,sloped,above,pos=0.45},
  5. transition/.style={->,draw,sloped,above,pos=0.5},
  6. state/.style={circle,draw,minimum size=20pt},
  7. dist/.style={circle,draw=black,fill=black,minimum size=4pt,inner sep=0pt}]
  8. \BODY
  9. \end{tikzpicture}
  10. }