Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1521.lvt
blob1212058c72df93ef98073c47a508e22fe1e37618
1 %% Test file for graphics/1512 (as far as it affects the kernel
2 %% Leaving \leavevmode too late means that \everypar not run
3 %% and so \if@minipage incorrectly left true inside a box command.
5 \input{test2e}
8 \def\test#1#2{%
9 \begin{minipage}{3in}
10 #2{\typeout{(#1) \meaning\if@minipage}(#1)}%
11 \end{minipage}}
14 \documentclass{article}
16 % Dont test graphics packages in Mainz version.
17 %\usepackage[dvips]{graphics,color}
19 \begin{document}
21 a$b$% just to get the font loading out the way.
23 \START
25 \AUTHOR{David Carlisle}
26 \FORMAT{LaTeX2e<1995/06/01>}
28 \test{ 1}\fbox
30 \test{ 2}\mbox
32 \test{ 3}\framebox
34 \test{ 4}{\framebox[1in]}
36 \test{ 5}\makebox
38 \test{ 6}{\makebox[1in]} 
40 \test{ 7}{\makebox(2,3)}
42 \test{ 8}{\framebox(2,3)}
44 \test{ 9}\frame
46 \test{10}{\raisebox{1mm}}
48 \test{11}{\raisebox{1mm}[1mm]}
50 %% This one is still incorrect. But as it is not supposed to start
51 %% a paragraph, not much we can do (could try running \everypar by hand,
52 %%  but probably would break something.
53 \test{12}\centerline
55 % Dont test these at Mainz, as graphics not updated yet
56 %\test{13}{\rotatebox{90}}
58 %\test{14}{\rotatebox{90}}
60 %\test{15}{\scalebox{.2}}
62 %\test{16}{\resizebox{1in}{1in}}
64 %\test{17}{\colorbox{green}}
66 %\test{18}{\fcolorbox{green}{yellow}}
68 \END