Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb1184.lvt
blob7e0ce5395ebfb94fbe6f7cfe7f6ef574a01d9cce
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Bernd Raichle and Alan Jeffrey.
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 % Test file for LaTeX2e bug report #1184.
16 % Accents and default definitions.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{article}
23 \START
25 \AUTHOR{Bernd Raichle}
27 \STYLE{article}
29 \DeclareFontEncoding{FOO}{}{}
30 \DeclareFontFamily{FOO}{cmr}{}
31 %% font "cmbx" for family "cmr" => different output
32 \DeclareFontShape{FOO}{cmr}{m}{n}{ <5-30> cmbx10 }{}
33 \DeclareTextAccent{\`}{FOO}{18}
35 \DeclareTextCompositeCommand{\`}{T1}{x}{A}
36 \DeclareTextCompositeCommand{\'}{OT1}{x}{B}
38 \OMIT
40 \begin{document}
42 \TIMO
44 \tracingoutput=1
45 \showboxbreadth=99
46 \showboxdepth=99
48 \i\ \`i \`\i\ \'i \'\i
50 {\fontencoding{FOO}\selectfont  \i\ \`i \`\i\ \'i \'\i }
52 a \`a \`x \'a \'x
54 {\fontencoding{U}\selectfont   a \`a \`x \'a \'x }
56 {\fontencoding{FOO}\selectfont   a \`a \`x \'a \'x }
58 {\fontencoding{T1}\selectfont   a \`a \`x \'a \'x }
60 \end{document}