1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Bernd Raichle and Alan Jeffrey.
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 % Test file for LaTeX2e bug report #1184.
16 % Accents and default definitions.
18 % Input the test macros for LaTeX2e
21 \documentclass{article}
25 \AUTHOR{Bernd Raichle}
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}
46 \i\ \`i \`\i\ \'i \'\i
48 {\fontencoding{FOO}\selectfont \i\ \`i \`\i\ \'i \'\i }
52 {\fontencoding{U}\selectfont a \`a \`x \'a \'x }
54 {\fontencoding{FOO}\selectfont a \`a \`x \'a \'x }
56 {\fontencoding{T1}\selectfont a \`a \`x \'a \'x }