Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb3756.lvt
blobb7d779ea6d7ee906b19dc304ea76e91b2efff563
1 \iffalse
2 >Number:         3756
3 >Category:       amslatex
4 >Synopsis:       amsart.cls v.2.20 conflicts with babel
5 >Arrival-Date:   Tue Jan 18 12:11:00 CET 2005
6 >Originator:     daniel.flipo@univ-lille1.fr (Daniel Flipo)
7 >Release:        LaTeX2e <2003/12/01>
8 >Environment:
9  Hyphenation: Babel <v3.8d> and hyphenation patterns for english, french, german, ngerman, spanish, catalan, british, italian, portuguese, greek, russian, ukrainian, nohyphenation, loaded.
10  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
11  \@currdir: macro:->./
12  \input@path: undefined (Standard setting)
13 >Description:
14 Description of bug:
15 The name of Babel's current language is added in headers
16 by amsart.cls 2004/08/06 v2.20;
17 (no problem with amsart 2000/10/26 v2.08).
18 No error message shows up in the .log file though.
19 \fi
21 \input{test2e}
23 \documentclass{amsart}
25 \START
26 \FORMAT{LaTeX2e<2003/12/01>}
27 \CLASS{amsart}
28 \AUTHOR{daniel.flipo@univ-lille1.fr (Daniel Flipo)}
29 \PACKAGE[english]{babel}
31 \OMIT
32 \usepackage[english]{babel} % The bug occurs with any other language
34 \title{Zur Elektrodynamik\dots}
35 \author{Albert}
36 \date{1905}
38 \begin{document}
39 \TIMO
40 \maketitle
42 See the headers of pages 2 and 3 for the problem.
43 \tracingoutput=2\showboxbreadth=90\showboxdepth=90
45 \clearpage
46 \tracingoutput=0\relax
48 See the header of this page for the problem (string 'english' added).
50 \clearpage
52 Something is wrong with the header (string 'english' added)..
54 \end{document}