I'm using the xy package. In the diagram
$$\xymatrix@R=8mm@C=8mm{ & 1\ar@{-}[ddl]\ar@{-}[dr] & \\
& & c\ar@{-}[dd]\\
a & & \\
& & b\\
& 0\ar@{-}[uul]\ar@{-}[ur] & \\}$$
,
how can I set the row height between c and a and between a and b to be smaller. I want to create this diagram:

\\[2mm] doesn't make any change, and \xymatrix@R=8mm@C=8mm{... only makes global changes.






tikzorpstricksan option for you? – Marco Daniel Oct 11 '11 at 18:21xy, then\usepackage{tikz}is certainly an option :) – Leon Lampret Oct 11 '11 at 18:24