Graphics, Figures & Tables ⇒ Complex Figure
Complex Figure
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
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Complex Figure
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Complex Figure
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}