I've drawn some figures using xymatrix, but they're much larger than I'd like them to be. Is there a way to resize them? I'd be happy to cut them down to a fixed percentage of the original or to a given size. I know how to change the size of the entries using the standard font size changing commands, but I really want to make the arrows shorter as well.
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.
|
If you're using @=dimen set spacing @C=dimen set column spacing @R=dimen set row spacing
|
|||
|
|
|
I think you can use
If you want to specify only the width, write
wight or height can be any length like 3cm, 4em or 1\textwidth |
|||
|
|
|
To change the distance between the entries using xy-pic, you need to define \xymatrixrowsep and \xymatrixcolsep to change the distance between rows and columns. That is, the following code
gives a square with A and B separated by 2 inches, and A and C separated by 1 inch. |
|||
|
|
