Questions tagged [xypic]

5 questions
4
votes
2 answers

How can I correctly display my AVL Tree in LaTex? A solo left-child hangs straight down

The below code almost works perfectly, however the child of 9, 7, hangs straight down instead of as a left-child. How can I correct this? \usepackage{tikz} \usepackage{xytree} \begin{tikzpicture}[level/.style={sibling distance=60mm/#1}] \node…
cb.
  • 270
  • 5
  • 14
3
votes
1 answer

Equality between two separate xy-pic diagrams in LaTeX

I have two xy-pic diagrams which are generated by a script. In a LaTeX equation environment, I would like to write something like diagram1 = diagram2 where diagram1 and diagram2 are two separate xy-pic diagrams generated by this script, with the two…
Marcus P S
  • 861
  • 10
  • 16
2
votes
3 answers

Convert xypic matrix to eps. (LaTeX)

I have a lot of BIG xypic-matrices in my LaTeX file for one of my papers, and it takes long/infinite time to compile. Is there a way to convert just the separate xypic-pieces to eps files, that I include in my main document? I suppose I use LaTeX to…
Per Alexandersson
  • 2,285
  • 21
  • 27
2
votes
0 answers

How can I make graph in LaTeX, where nodes are such as in image

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…
1
vote
1 answer

Arrow heads pointing wrong direction when using xy-pic

I'm using the xy-pic package to draw latex diagrams. I have previously used xymatrix but for this diagram I need to specify points instead of using a matrix format. In the following MWE I specify two points and then draw a line between them. From…
sherrre
  • 11
  • 4