Graphics, Figures & TablesTable with connected Nodes inside

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
vulaki79
Posts: 1
Joined: Thu Sep 08, 2011 11:31 am

Table with connected Nodes inside

Post by vulaki79 »

Hi,

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}
Last edited by localghost on Thu Sep 08, 2011 11:40 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
justdeath
Posts: 69
Joined: Mon Sep 05, 2011 10:27 am

Re: Table with connected Nodes inside

Post by justdeath »

You should have said that the required package is "tree-dvips".
Its name says that it won't work for pdf.

See the homepage: http://www.essex.ac.uk/linguistics/exte ... ree-dvips/

You could try something from here: http://www.essex.ac.uk/linguistics/exte ... ing/trees/

Or take the advice from here: http://www.tug.org/pipermail/xetex/2005 ... 02108.html

Nikolay
Post Reply