Tagged Questions
3
votes
1answer
107 views
I want to create graph with nodes as in the image:
I wrote an example graph with \xymatrix - that's OK. I added circles with &*+[Fo], that's OK too. I added table inside first circle with \begin{tabular} - it is OK. But table needs to be rotated ...
0
votes
1answer
146 views
How can I shift individual cells in XY-pic without shifting the corresponding row/column?
I'd like to create a figure using XY-pic in which one cell actually spans two rows (like \multirow).
Should look something like:
1,1 1,3
BIG
2,1 3,3
With arrows from 1,1 and 2,1 to ...