Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm trying to draw a frame using xy-pic and give that frame a different line width and color. The situation looks exactly like this:

\xy 
(0,0)*++={};(90, 28)*++={} **\frm<8pt>{-}
\endxy

I would have expected to be able to add to color using

**[Red]\frm<8pt>{-}

However, this one does not work as expected. Any ideas?

share|improve this question
Please, make the code snippet into a MWE. – egreg Jun 23 '12 at 20:00

closed as too localized by percusse, Tom Bombadil, Marco Daniel, lockstep, diabonas Sep 29 '12 at 9:50

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.