I have a lot of BIG xypic-matrices in my LaTeX file for one of my papers, and it takes long/infinite time to compile. Is there a way to convert just the separate xypic-pieces to eps files, that I include in my main document?
I suppose I use LaTeX to compile the xypic part, but then I will get an entire document, right?
(Can someone add...
The below code almost works perfectly, however the child of 9, 7, hangs straight down instead of as a left-child. How can I correct this?
\usepackage{tikz}
\usepackage{xytree}
\begin{tikzpicture}[level/.style={sibling distance=60mm/#1}]
\node [circle,draw] {4}
child {
node [circle,draw] {2}
child {node [ci...
I have two xy-pic diagrams which are generated by a script. In a LaTeX equation environment, I would like to write something like
diagram1 = diagram2
where diagram1 and diagram2 are two separate xy-pic diagrams generated by this script, with the two centered vertically (as well as the = sign).
Is there an easy way to do this, without ...
Ever since I've updated to MiKTeX 2.8, xypic does not seem to work, to the point that, if I try build an output PDF with a latex file in which I use xymatrix, for example, I get a fatal error. I've been trying to fix this for several hours to no avail. I've gathered that this is a somewhat well-known bug having to do with the .enc files ...
I know a few tricks for passing arrows under other arrows in xymatrix such as:
\ar'[r][rr]
or
\ar[r]|{\hole}
But in a large diagram (many rows and columns) that has been shrunk down to a reasonable size, these spaces are all but invisible. (Though they can still be seen with a magnifying glass.) Is there any way to make the holes big...