Search found 3 matches

by RossMoore
Mon Jan 12, 2015 3:16 am
Forum: Graphics, Figures & Tables
Topic: xypic | Get rid of white Space in '\xygraph'
Replies: 3
Views: 3748

xypic | Get rid of white Space in '\xygraph'

Yes.
The line that causes the extra space at the left is this one:

[ldd][ldl(0.5)]!{\sbendh[0.5]@(0)}

Simplify it to become:

[d(2.5)ll] !{\sbendh[0.5]@(0)}

The reason is a subtlety that occurs when you use a factor to move to a new position,
when that factor has a value less than 1;
e.g. [l ...
by RossMoore
Mon Jan 12, 2015 1:01 am
Forum: Graphics, Figures & Tables
Topic: xypic | Reduce Gaps in Matrix
Replies: 2
Views: 2384

xypic | Reduce Gaps in Matrix

Easy:

Code: Select all

\xymatrix @C-10pt{   
by RossMoore
Mon Jan 12, 2015 12:59 am
Forum: Graphics, Figures & Tables
Topic: xypic xytree "fancy line"
Replies: 3
Views: 4614

xypic xytree "fancy line"

Using an "=" sign for the break is not really the best, as it relies on the font character, including its height, depth width, and thickness of its line strokes.
viz.
http://maths.mq.edu.au/~ross/images/break-equals.png
Notice the gap below, and how it is wider and clunkier than other elements in ...