I've created the tabular given below. In the DVI output I can see the lines connecting the nodes. But I don't get them in the PDF! Can anyone help? I'm stuck.
Cheers.
Here it is:
Code: Select all
\begin{tabular}{cccccccc}
& & & \node{1}{Notion\_Conceiver} & & & \\
& & & & & & \\
& & & & & & \\
& & & & & & \\
& & \node{2}{Notion\_Conceiver\_Conceived} & & \node{3}{} & \node{4}{} &\\
& & & & & & \\
& & & & & & \\
& & & & & & \\
& & & & & & \\
& \node{5}{Notion\_1} & & & \node{6}{Notion\_5} & \node{7}{Notion\_6} & \node{8}{Notion\_7} &\\
& & & & & & \\
& & & & & & \\
\node{9}{Notion\_Desire} & \node{10}{Notion\_2} & \node{11}{Notion\_3} & \node{12}{Notion\_4} & & \node{13}{} & \\
& & & & & & \\
& & & & & & \\
\node{14}{} & & \node{15}{} & \node{16}{} & \\
& & & & & & \\
& & & & & & \\
& \node{17}{Notion\_3\_Desire} & & \node{18}{} &\\
\nodeconnect{9}{17}
%\nodeconnect{11}{18}
\nodeconnect{11}{17}
%\nodeconnect{5}{16}
%\nodeconnect{5}{15}
%\nodeconnect{5}{14}
%\nodeconnect{7}{13}
\nodeconnect{5}{12}
\nodeconnect{5}{11}
\nodeconnect{5}{10}
\nodeconnect{5}{9}
\nodeconnect{2}{8}
\nodeconnect{2}{7}
\nodeconnect{2}{6}
\nodeconnect{2}{5}
%\nodeconnect{1}{4}
%\nodeconnect{1}{3}
\nodeconnect{1}{2}
\end{tabular}