Hi,<div><br></div><div>(Sorry for the dumb mundane question, spent days, could not find the answer).</div><div><br></div><div>I have ubuntu 10.10, have latex there (texlive); just reinstalled xypic (3.8.4); still, when I run my simple comand: latex src/myfile.tex, I see "I can't find file xy l.31 \input xy"</div>
<div><br></div><div>As I understand, xy.tex must satisfy this reference. But it does not.</div><div><br></div><div>Any hints? Below is my tex file (which does compile properly with latex/xypic under cygwin on my windows).</div>
<div><br>-- <br>Thanks,<br>-Vlad<br>
</div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<br></blockquote><div><div><font class="Apple-style-span" face="'courier new', monospace">documentclass[12pt,notitlepage]{article} </font></div><div><font class="Apple-style-span" face="'courier new', monospace">\usepackage[all]{xy}</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">\begin{document}</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br>
</font></div><div><font class="Apple-style-span" face="'courier new', monospace">\thispagestyle{empty}</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div>
<font class="Apple-style-span" face="'courier new', monospace"> \[\xymatrix{</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> X \ar@/_2pc/[rr]_{f;g} \ar[r]^f &Y \ar[r]^g &Z\\</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">}\]</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">\end{document}</font></div>
</div>