Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb-xypic.lvt
blob46b80dcc3844231079e4319cc743952a802a0b51
1 \iffalse
2 >Originator: juan.soliveres@uv.es (Juan Soliveres)
3 >Description:
4 Description of bug:
5 In Xypic you can type inside an xymatrix a command of the form t="name".
6 If Babel is loaded, this feature does not work. I think that it is due to
7 the active character feature in Babel because if I comment
8 out the following lines in spanish.ldf
10 \initiate@active@char{"}
11 \initiate@active@char{~}
12 \addto\extrasspanish{%
13   \bbl@activate{"}%
14   \bbl@activate{~}}
15   
16 the previos example works well.
18 The .tlg file should almost be empty; one page should be generated
19 with a diagram on it.
20 \fi
22 \input{test2e}
24 \documentclass[11pt]{article}
26 \START
27 \FORMAT{LaTeX2e<1996/12/01>}
28 \CLASS[11pt]{article}
29 \AUTHOR{juan.soliveres@uv.es (Juan Soliveres)}
30 \PACKAGE[[english,spanish]{babel}
31 \PACKAGE{xy}
33 \OMIT
34 \usepackage[english,spanish]{babel}
35 \input{xy}
36 \xyoption{all}
38 \begin{document}
40 \TIMO
41 % This is the answer to exercise 18 in the user
42 % guide of Xy-pic
44 \shorthandoff"
45 \xymatrix{
46   A \ar[r] ^a="a" & B \ar[r] ^b="b" & C
47     \ar @/^/ "a";"b" }
49 \end{document}