Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / XY-pic-problem.lvt
blob0d0590ffe3d18c79fe5330d1e4cef74d2b3cf112
1 % small test file to test compatibility with XY-pic
2 \input{test2e}
3 \documentclass[german]{article}
5 \START
6 \FORMAT{LaTeX2e<2001/06/01>}
7 \AUTHOR{Johannes Braams <johannes@braams.cistron.nl>}
8 \CLASS[german]{article}
9 \PACKAGE{babel}
10 \PACKAGE[all]{xy}
11 \showboxbreadth=50
12 \showboxdepth=50
13 \def\testit#1{%
14   \setbox0=\vbox{#1}\showbox0}
15 \OMIT
17 \usepackage{babel}
18 \usepackage[all]{xy}
19 \begin{document}
20 \TIMO
21 \shorthandoff"
22 \testit{\begin{xy}
23   *{*}="A"!DR++*{+}
24 \end{xy}}
25 \end{document}