1 % \iffalse meta-comment
3 % Copyright (C) 2004 Frank Mittelbach
6 % This file is part of the validate package.
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.
15 % \inputencoding in horizontal mode generated spaces. this test file
19 % Input the test macros for LaTeX2e
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.
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
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
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
64 \showbox0 % This produces a number of glue elements
65 % which came from end of line tokens
66 % while reading the cp1250.def file.