Tagged Questions
2
votes
1answer
55 views
Nodes near coords gives Undefined Control Sequence
I have the following example of a graph. I want to place the items in the table "Restart" next to the nodes. Everything works until I add "nodes near coords", I get a bunch of errors saying "Undefined ...
4
votes
2answers
367 views
Package PGF Math Error: Unknown operator `o' or `of'
I am getting a weird error while trying to place a node above another node using the below= syntax.
\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\node[] (node1) at ...
9
votes
2answers
223 views
Why are just-created TikZ shapes “unknown”?
I'm using TikZ's \foreach iterator to create a series of nodes and then draw edges between them. First I iterate to create the nodes; then I iterate through the nodes to link them to each other. ...
6
votes
1answer
1k views
Package pgf Error: No shape named X is known
I can't get this document to compile:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{snakes,arrows,shapes}
\begin{document}
\begin{tikzpicture}[>=latex',line join=bevel,]
...