Skip to content

Commit 6e6059e

Browse files
committed
Enhance xy testcase for baseline
1 parent 46bf92d commit 6e6059e

File tree

3 files changed

+112
-6
lines changed

3 files changed

+112
-6
lines changed

t/graphics/xytest.pdf

5.91 KB
Binary file not shown.

t/graphics/xytest.tex

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\documentclass{article}
22
\usepackage{xcolor}
3-
\usepackage[arrow,curve,matrix]{xy}
3+
\usepackage[arrow,curve,matrix,knot]{xy}
44
\begin{document}
55

66
\xy (3,0)*{A} ; (20,6)*+{B}*\cir{} **\dir{-} \endxy
@@ -11,4 +11,9 @@
1111
& X \ar[d]_f \\
1212
& Y \ar[r]^g & Z }
1313

14+
Before equation
15+
\[ x = \xymatrix{A \ar[r] \ar[d] \ar[rd] & B \\ C & D} \]
16+
And after it.
17+
18+
\[ [\raise5pt\xybox{0;/r1pc/:\htwist}] \]
1419
\end{document}

0 commit comments

Comments
 (0)