Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1233.lvt
blobd54a3e39e43abc81b693bc2deef12050f7c36479
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 #1233.
16 % Commands using \ooalign need braced if they're not going to clobber
17 % arrays. 
19 % Input the test macros for LaTeX2e
20 \input{test2e}
22 \documentclass{article}
24 \START
26 \AUTHOR{Alan Jeffrey}
28 \STYLE{article}
30 \OMIT
32 \begin{document}
34 \TIMO
36 \tracingoutput=1
38 Some ooaligns: \c{a} \textcircled{a} \copyright 
39 \fontencoding{T1} \selectfont 
40 \c{a} \textcircled{a} \copyright 
42 A table:
43 \begin{tabular}{c} a \\ b \end{tabular}
45 \end{document}