Tagged Questions
4
votes
1answer
163 views
Automatically scale an XY-Matrix in the Index of a math symbol
Consider the following code:
\documentclass[a4paper,12pt]{article}
\usepackage[all,2cell]{xy}
\UseAllTwocells
\newcommand{\partinto}[3][]{%
\xymatrix@C=.85em@1{%
*+{#2\,} ...
4
votes
3answers
3k views
Is there a way to resize a figure created with xymatrix?
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 ...