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]
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
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
\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