Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1184.lvt
blobbb9628966c77b8b5622d2a7daf6a06e10d65f4cd
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
46 \i\ \`i \`\i\ \'i \'\i
48 {\fontencoding{FOO}\selectfont  \i\ \`i \`\i\ \'i \'\i }
50 a \`a \`x \'a \'x
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 }
58 \end{document}