Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb2944.lvt
blob2acc05d9b69f0b54d7ac309fe5508d8f16a100cc
1 \iffalse
2 >Number:         2944
3 >Synopsis:       babel active chars at end of commands like \title
4 >Arrival-Date:   Sun Jan 17 22:21:08 1999
5 >Originator:     vvv@vvv.vsu.ru  ( Vladimir Volovich )
6 >Release:        LaTeX2e <1998/06/01>
7 >Environment:
8  Hyphenation: Babel <v3.6j> and hyphenation patterns for ruseng, german, loaded.
9  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
10  \@currdir: macro:->./
11  \input@path: undefined (Standard setting)
12 >Description:
13 Description of bug:
15 i'm sorry if this have already been reported, but here is one situation
16 which causes an error: if an active character like " appears to be the
17 last char in \title or similar command (\author, etc), then an error
18 occurs which is shown in the test file.
20 >How-To-Repeat:
21 Sample file which indicates the problem:
22 ========================================
23 It should run fine now with 3.6 upwards
25 \fi
26 \input{test2e}
27 \documentclass{article}
29 \START
30 \AUTHOR{Vladimir Volovich <vvv@vvv.vsu.ru>}
31 \FORMAT{LaTeX2e<1998/12/01>}
32 \CLASS{article}
33 \PACKAGE[german]{babel}
35 \OMIT
36 \usepackage[german]{babel}
38 \begin{document}
39 %% When using \today make the date fixed!!
40 \day=24\month=9\year=1999
41 \TIMO
43 \showboxdepth=40
44 \showboxbreadth=40
46 \setbox0=\vbox{%
47 \title{Test "abc def"}
48 \author{qwerty}
49 \maketitle
51 sdfsdfsdf
52 }\showbox0
54 \end{document}