Typo
[latex2e.git] / latex2e-20150101 / required / babel / testfiles / tlb3329.lvt
blob8e52f7f783cac61e6e94ad050fcb8c22edac3d02
1 \iffalse
2 >Number:         3329
3 >Synopsis:       bad error message when no language is specified
4 >Arrival-Date:   Wed Apr 25 01:21:08 2001
5 >Originator:     was@VR-Web.de (Walter Schmidt)
6 >Release:        LaTeX2e <2000/06/01>
7 >Environment:
8  Hyphenation: standard
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 Loading babel without specifying any language option results in
16 a misleading error message, if the format file was NOT created
17 using Babel's pattern loader.  The message says
19   You haven't defined the language english yet.
20   
21 However, my hyphen.cfg does indeed define that language:
23   % british english
24   \newlanguage\l@english \language=\l@english
25   \input ukhyphen
26   
27 When I use a format file, that was created using Babel's 
28 hyphen.cfg, the correct error message is issued in the above
29 case:
31   You haven't specified a language option.
32   
34 >How-To-Repeat:
35 \fi
36 \input{test2e}
37 \documentclass[a4paper]{article}
39 \START
40 \FORMAT{LaTeX2e<2000/06/01>}
41 \AUTHOR{as@VR-Web.de (Walter Schmidt)}
42 \CLASS[a4paper]{article}
43 \PACKAGE{babel}
44 \OMIT
45 \usepackage{babel}
46 \title{Sample doc}
47 \begin{document}
48 \TIMO
49 \section{Introduction}
50 blah
51 \end{document}
53 \endinput