Tagged Questions
7
votes
1answer
59 views
Hiding arrow in xymatrix?
I want to enlarge a xy-diagram. Using the \invisible command, I got some strange spacing. That's why I decided to redraw the complete diagram using the \only and the \phantom command. But there is an ...
1
vote
0answers
97 views
Thickness of frames in xymatrix (for a beamer presentation)
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 ...
2
votes
1answer
135 views
Use special objects of xy-pic with beamer
When I try to use the general format for labels (cf. xyguide, ยง2.2) together with beamer overlays, the part that should show up later isn't formatted properly. I guess, beamer doesn't convert the * ...
2
votes
0answers
226 views
Nested \xygraph in \xymatrix [closed]
I am nesting an \xygraph in an \xymatrix like so:
%\documentclass{article}
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{MnSymbol}
\usepackage{chemarr}
...
4
votes
2answers
432 views
Is there a way to uncover arrows in an xymatrix?
Is there a way to uncover arrows in an xymatrix? Usually when I have problems with \uncover I use multiple frames, but I would like to be able to do this on a single frame.
Here is a sample: I would ...
3
votes
1answer
915 views
Beamer overlays and XYpic
Let's suppose we have some really really trivial XY-pic drawing:
\xymatrix {
A & B \\
C & D
}
What I want to achieve would be something like:
Only B and D are visible on slide 1
On ...