Graphics, Figures & TablesComplex Figure

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
nenu28
Posts: 28
Joined: Mon Jun 27, 2011 11:24 am

Complex Figure

Post by nenu28 »

Hello,

I would like to build the structure shown in the attached file. I'm using xy-pic package: \xymatrix { } but could not get it. is there someone who can advise me or show me the right way for getting start this ?



Thanks
Attachments
Doc1.pdf
(91.13 KiB) Downloaded 176 times

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Complex Figure

Post by localghost »

Show your recent efforts by a minimal example. Alternatively you can use pgf/tikZ or pst-tree (based on PSTricks).

Thorsten
nenu28
Posts: 28
Joined: Mon Jun 27, 2011 11:24 am

Complex Figure

Post by nenu28 »

Code: Select all

\begin{figure} $$
\xymatrix @-.0pt@C=1pt{
&&&&&*++[o][F-] {null} \ar[dllll] \ar[dll] \ar[d] \ar[drr] \ar[drrrr] \\
&*++[o][F-] {a} \ar[d] \ar[dr] \ar[drr] \ar[drrr] & &*++[o][F-]
{b} \ar[dll] \ar[drr] \ar[drrr] \ar[drrrr] & & *++[o][F-] {c}
\ar[dlll] \ar[d] \ar[drrr] \ar[drrrr] & & *++[o][F-] {d}
\ar[dllll] \ar[dl] \ar[dr] \ar[drrr] &
& *++[o][F-] {e} \ar[dlllll] \ar[dll] \ar[d] \ar[dr] \\
&*++[o][F-] {ab} & *++[o][F-] {ac} & *++[o][F-] {ad} & *++[o][F-]
{ae} & *++[o][F-] {bc} & *++[o][F-] {bd} & *++[o][F-] {be} &
*++[o][F-] {cd} & *++[o][F-] {ce} & *++[o][F-] {de} } $$
\end{figure}
Post Reply