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 have an xymatrix that looks like this:

xymatrix{
A & B & C & D \\
  & A & B & C }

I would like to put a red frame around the second column. I've been able to accomplish this using the following code:

xymatrix{
A & B & C & D \\
  & A & B & C  
\save "1,2"."2,2"*[F:red]\frm{}\restore }

What I'd like to do is make the frame thicker. Any pointers on how to do this? Sorry if the above code is sloppy or inefficient; I'm pretty new to this.

share|improve this question
I don't know if you have solved by now your problem; I stumped on it just today. If so, you can add your answer, or add some more information. I'm not able to build a minimal example in which the second \xymatrix works. – egreg Jan 5 at 22:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.