updated
[latex2e.git] / testfiles / tlb1233.lvt
blob15381de01a23c26cccac67c6e38cbab0c4ceda1a
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
37 \showboxbreadth=99
38 \showboxdepth=99
40 Some ooaligns: \c{a} \textcircled{a} \copyright 
41 \fontencoding{T1} \selectfont 
42 \c{a} \textcircled{a} \copyright 
44 A table:
45 \begin{tabular}{c} a \\ b \end{tabular}
47 \end{document}