Re: Xy-pic command doesn't seem to work (bis)

2011-09-17 Thread Paul A . Rubin
Alberto Alcalá Alvarez yahoo.com> writes: > > Sorry, in my last e-mail, I missed the -sign just before the braces of the arrow modifier... I still can't get it to work. I even tried copying code from the manual directly into lyx.Please help me out! > \xymatrix { B \ar[r]

Xy-pic command doesn't seem to work (bis)

2011-09-16 Thread Alberto Alcalá Alvarez
Sorry, in my last e-mail, I missed the @-sign just before the braces of the arrow modifier... I still can't get it to work. I even tried copying code from the manual directly into lyx.Please help me out! \xymatrix { B \ar[r] &R} types out:       B  ---> R   while \xymatri

Re: Xy-pic command doesn't seem to work

2011-09-14 Thread Paul Rubin
Alberto Alcalá Alvarez yahoo.com> writes: > > \xymatrix { > B \ar {-->} [r] & R} > does something like       B>^[r]     R You need an ampersand (@) immediately before the braces: \xymatrix {B \ar@{-->}[r] & R} See section 3.4.1 of the XY-pic manual (in the Help menu). Paul

Xy-pic command doesn't seem to work

2011-09-13 Thread Alberto Alcalá Alvarez
\xymatrix { B \ar[r] &R} types out:       B  ---> R   while \xymatrix { B \ar {-->} [r] & R}does something like       B>^[r]     RI already tried several combinations for spaces and brackets and even tried other arrow modifiers, checked the XY-guide and the XY tutorial, yet I can't get t