Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb1144.lvt
blobdd5595caa06b4901a4c5f6452b85f24bffaadd05
1 % Test file for LaTeX2e PR/1144
3 \documentclass{article}
5 \usepackage[debugshow]{tracefnt}
7 % Input the test macros for latex 2e
8 \input{test2e}
10 \AUTHOR{Alan + Frank}
12 % Declare the format used on the original run, as printed by
13 % LaTeX.
15 \FORMAT{LaTeX2e<1994/12/01>}
17 \DeclareFontEncoding{FOO}{}{}
18 \DeclareFontFamily{FOO}{cmr}{}
19 %% font "cmbx" for family "cmr" => different output
20 \DeclareFontShape{FOO}{cmr}{m}{n}{ <5-30> cmbx10 }{}
21 \DeclareTextAccent{\`}{FOO}{18}
23 \DeclareTextCompositeCommand{\`}{T1}{x}{A}
24 \DeclareTextCompositeCommand{\'}{OT1}{x}{B}
26 \begin{document}
29 % Everything before this is ignored by the test system.
30 \START
32 \tableofcontents
34 \typeout{\i\ \`i \`\i\ \'i \'\i}
36 \section{\i\ \`i \`\i\ \'i \'\i}
38 \i\ \`i \`\i\ \'i \'\i\footnote{\i\ \`i \`\i\ \'i \'\i}
40 {\renewcommand{\encodingdefault}{FOO}\normalfont
41 \i\ \`i \`\i\ \'i \'\i\footnote{\i\ \`i \`\i\ \'i \'\i}}
43 {\renewcommand{\encodingdefault}{T1}\normalfont
44 \i\ \`i \`\i\ \'i \'\i\footnote{\i\ \`i \`\i\ \'i \'\i}}
46 a \`a \`x \'a \'x
48 {\fontencoding{U}\selectfont   a \`a \`x \'a \'x }
50 {\fontencoding{FOO}\selectfont   a \`a \`x \'a \'x }
52 {\fontencoding{T1}\selectfont   a \`a \`x \'a \'x }
54 \fontencoding{T1}\selectfont
56 A kerning test:
58 \Huge 
59 Pa 
61 P\~a 
63 P\relax a 
65 P\relax\~a 
67 P^^e3 
69 \showoutput
72 \end{document}