Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb2608.lvt
blob8a9acd55b0073606bff64d485a440fbce6622c41
1 % \iffalse meta-comment
3 % Copyright (C) 2004 Frank Mittelbach
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % \inputencoding in horizontal mode generated spaces. this test file
16 % checks for  them
19 % Input the test macros for LaTeX2e
20 \input{test2e}
22 \CLASS{article}
23 \PACKAGE{inputenc}
25 \documentclass{article}
27 \usepackage{inputenc} % We want to use several incodings
28                       % in a one document, so we do not
29                       % specify the encoding as an option
30                       % (like \usepackage[cp437,cp850]{inputenc}).
31                       % We will use commands \inputencoding{...}
32                       % to select the desired encoding.
34 \begin{document}
36 \START
38 \showboxdepth\maxdimen   % Increase the verbosity in a
39 \showboxbreadth\maxdimen % \showbox commands.
41 \setbox0=\hbox{\inputencoding{cp850}} % Switch to (say) cp866
42                                       % in a *horizontal* mode.
43                                       % The bug does not appear
44                                       % if we use \vbox.
46 \showbox0 % This produces a number of glue elements
47           % which came from end of line tokens
48           % while reading the cp850.def file.
50 \setbox0=\hbox{\inputencoding{latin2}} % Switch to (say) cp866
51                                       % in a *horizontal* mode.
52                                       % The bug does not appear
53                                       % if we use \vbox.
55 \showbox0 % This produces a number of glue elements
56           % which came from end of line tokens
57           % while reading the latin2.def file.
59 \setbox0=\hbox{\inputencoding{cp1250}} % Switch to (say) cp866
60                                       % in a *horizontal* mode.
61                                       % The bug does not appear
62                                       % if we use \vbox.
64 \showbox0 % This produces a number of glue elements
65           % which came from end of line tokens
66           % while reading the cp1250.def file.
68 \END