guess we don't want the build dir
[latex2e.git] / trunk / required / babel / testfiles / tlb1119.lvt
blob1b4e120b29dd59389b9723a191a24a8fa529dba6
1 % Test file for LateX2e/Babel bug report # 1119
2 % The active double quote `ate' spaces and couldn't be followed by 
3 % a closing brace.
4 % the .tlg file should be empty.
5 \input{test2e}
6 \documentclass{article} 
7 \START
8 \AUTHOR{}
9 \FORMAT{LaTeX2e<1995/12/01>}
10 \CLASS{article}
11 \PACKAGE[english,germanb]{babel}
12 \PACKAGE{shortvrb}
14 \OMIT
15 \usepackage[english,germanb]{babel} 
16 \usepackage{shortvrb} 
17 \MakeShortVerb{\|} 
19 \begin{document} 
20 \TIMO
22 |\selectlanguage{german}|\selectlanguage{german}
23 |\the\catcode`"|=\the\catcode`"\\ 
24 Notice that the |"| character as well as the |\dq| command grab 
25 space after them:\\ 
26 |"   @, \dq  @| $=>$ "   @, \dq  @. 
28 \medskip 
29 |\selectlanguage{english}|\selectlanguage{english}
30 |\the\catcode`"|=\the\catcode`"\\ 
31 This time the |"| character does \emph{not} grab space after it:\\ 
32 |"   @, \dq  @| $=>$ "   @, \dq  @.\\ 
33 That is what it is reasonable to get from \verb*+" + if |"| is active. 
36 \bigskip 
37 |\selectlanguage{german}|\selectlanguage{german}
38 |\the\catcode`"|=\the\catcode`"\\ 
39 At last, notice that the structure |{Volume "17"{}}| used, for example, 
40 in bibliography database produces an error message:\\ 
41 |{"{}}| $=>$ {"{}}. 
43 \medskip 
44 |\selectlanguage{english}|\selectlanguage{english}
45 |\the\catcode`"|=\the\catcode`"\\ 
46 Now this structure does \emph{not} produce any error message:\\ 
47 |{"{}}| $=>$ {"{}}. 
49 \end{document}