I wanted to create a graph (with some nodes and edges), xy-pic can do so. The xy-pic-documentation explains in chapter 3.2 how to do so: You create for example a 3*3-matrix with a U-node in the first column/first row and a Y-node in the 3rd row/2nd column. If you want to make an arrow from U to Y write down
Code: Select all
U\ar[ddr]
Code: Select all
U
But if I put the cursor somewhere else there is a problem. Instead of the arrow from U to Y I see U-!Ch!Ch!>[ddr] on the left and top of the matrix.
The strange thing is that I only reproduced the given example but it doesn't work when I write it down by myself. What has happened here?
Thanks!
usr
(Lyx 1.6.9)