I have created the following diagram with xypic, which I would now like to tweak:
Code: Select all
\documentclass[a4paper, 11pt, final]{article}
\usepackage[english]{babel}
\usepackage[fleqn]{amsmath}
\usepackage[all]{xy}
\xyoption{line}
\xyoption{rotate}
\title{Minimum working example}
\date{\today}
\begin{document}
\maketitle
\begin{flalign*}
&&{\xymatrixcolsep{4pc}\xymatrixrowsep{8pc}
\xymatrix{
& \txt{N} \ar@<1.5ex>[dr]^{q{N}{V}} \ar@<0.5ex>[dl]^{q{N}{U}} & \\
\txt{U} \ar@<1.5ex>[ur]^{q{U}{N}} \ar@<0.5ex>[rr]^{q{U}{V}} && \txt{V} \ar@<0.5ex>[lu]^{q{V}{N}} \ar@<1.5ex>[ll]^{q{V}{U}}
}
}&&
\end{flalign*}
\end{document}
1) rotate the text to be parallel to the arrows, and
2) change the arrow thickness.
I see from the xypic reference manual (attached) that this is done with the options "rotate" and "line", respectively, but I have not been able to figure out how to implement these changes. Any input would be much appreciated. I work with TeXShop on Mac OS X 10.5.
Many many thanks!
Laura