Tagged Questions
4
votes
1answer
27 views
XyPic xymatrix not showing arrow labels with TeX Live-2012
Recently I have upgraded my TeX installation to TeX Live-2012 from TeX Live-2009. Now \xymatrix is misbehaving. The behavior affects both Mac OS X and Ubuntu Linux 12.04 installations.
For example, ...
7
votes
1answer
64 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 ...
6
votes
1answer
184 views
How to draw arrow between two text lines?
I want to draw this figure. Is it possible ?
I have written the following code to draw that figure :
\documentclass[11pt,twoside,a4paper]{book}
\usepackage{xypic,wrapfig}
\begin{document}
...
2
votes
0answers
56 views
xypic: custom arrow shaft(stem)
I've noted that xy-pic have predefined some dir's. The tail and head (tip) are easy to custom (one can learn by xyrefer.pdf), but I find it hard to implement my own shaft types.
Because the dash stem ...
3
votes
1answer
135 views
Shorten or extend xypic arrows
In an xypic or xymatrix diagram, is it possible to specify that an arrow should only cover part of the distance it normally would? In other words, for an arrow \xymatrix{ A \ar[r] & B }, or ...
6
votes
1answer
187 views
Bold arrows in xymatrix
How can I produce a bold arrow in the package \xymatrix? I've tried with \ar@{\bf{->}}[r] and similar alternatives without success.
2
votes
2answers
277 views
Changing length of an arrows from a vertex to itself
I'm working with LyX.
I would like to change the length of an arrow from a vertex to itself. I would like to make the arrow stretch longer up before returning down to the encircled vertex. The code I ...
6
votes
1answer
179 views
How does one typeset a pretty, squiggly arrow in xymatrix
I am LaTeX-ing some diagrams in rewriting theory where the rules are modulo a set of equations. Canonically, a ~-like symbol is used to denote equivalence. I have been using \ar@{~}. Here is an ...
1
vote
1answer
177 views
How to make self-refering arrow with xydigram in a box
I'm trying to make a nice state diagram with some arrows
I cannot find a way to make the arrows pointing to the same state: in my case, I would like a self-refering arrow to altcache
I'm not fixed ...
1
vote
1answer
116 views
Larger arrows in xy
I'm trying to make a poster, and have managed to enlarge math symbols in XY for my diagrams, but the arrows are too thin and unless you're right up against the poster, the arrow heads are almost ...
2
votes
1answer
185 views
Distributive arrows in xypic
I am trying to draw "distributive arrows" in xypic, but I can't make it look nice. Here is a MWE:
\xymatrix{a\ar @/^1.4pc/[r] \ar @/^1.4pc/[rrr] &( b &+& c)}
Does anyone know how to ...
4
votes
1answer
292 views
TikZ arrowheads to match xy-pic?
I’d like to make arrow tips in TikZ that match with xy-pic’s standard arrowheads. The methods from this similar question look appropriate, but I thought I’d check first: has anyone else already ...
6
votes
1answer
350 views
How to redraw a previous arrow?
I'm trying to write a macro \mappingto which, basically, called after an arrow has been drawn, should add another one below clarifying what elements are mapped to.
e.g. in an easy situation, I'd like
...
1
vote
1answer
265 views
Moving the position of an arrow in XY-pic
Any arrow in XY-pic is on a line which goes through the CENTER of a box, and points to the CENTER of another one. Is it possible to change SEPARETELY (the problem lies here!) the starting position and ...
2
votes
2answers
215 views
Multiple holes in arrows in xypic
I am trying to make a diagram where two arrows will be crossing one arrow. I have the current code for putting in one hole:
\Omega \ar[r]|(.35)\hole^-{d} \ar[d]^-{e_*}
which seems to work just ...
1
vote
0answers
208 views
Using \usepackage[all]{xy} and \xymatrix{} the arrowheads are not printing or viewing correctly [closed]
When I use \usepackage[all]{xy} and \xymatrix{} the arrowheads are not printing or viewing correctly. I have typeset for years and this problem only popped up when I changed operating systems a few ...
4
votes
2answers
554 views
Better arrowheads in commutative diagrams
The Fourier package gives a different look for the arrowheads, which looks nice to me. I also want to use this arrowhead in the commutative diagrams. I have tried Taylor's diagrams package, xy-matrix, ...
2
votes
3answers
920 views
Adding arrows to each term of an equation
\documentclass{beamer}
\usepackage[all]{xy}
\begin{document}
\section{Introduction}
\xymatrix{
&*+{\sum_{i=n}^m {i^2}} &*+{+}&*+{p} \\
& {\bullet} & D \ar[ul] && f \ar[ul]
...
4
votes
3answers
951 views
4
votes
1answer
333 views
Fatter arrowheads in xy-pic
I am formatting some diagrams using arrows in xy-pic. The "standard" arrow head that xy-pic produces with the command \ar is quite different (much smaller, thinner) than that produced by using the ...
7
votes
2answers
637 views
Showing arrows crossing over or under other arrows in xy-pic without knots
I have an xymatrix in which two arrows cross each other, say
\xymatrix{ \ar[dr] & \\ \ar[ur] & }
and I would like one arrow to cross over the other. I also want to to be able to do this ...
2
votes
1answer
248 views
Utterly stumped by xypic \newdir — just combining examples from xyguide!
I want to use arrows whose heads and/or tails can be almost-triangles: roughly, something like A ———▷ B or A ▷——> B. For the heads, there’s a good solution in xyguide:
...
6
votes
1answer
2k views
Coloring arrows in \xymatrix
Is there a way to color certain (but not all) arrows using \xymatrix? I wish the following ignorant attempt would work!!
\usepackage{xypic,color}
\begin{document}
\[
\xymatrix
{
...