Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0438.lvt
blob7773971df5baea6366c33b2a9e2f930c4bc3e248
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Rainer Schoepf.
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 #438.
16 % Package exscale should scale \big delimiters.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{article}
23 % Everything before this is ignored by the test system.
24 \START
26 \AUTHOR{Rainer Schoepf}
28 % Declare the format used on the original run, as printed by
29 % LaTeX.
31 \FORMAT{LaTeX2e<1993/12/24>}
33 % Article document style for this test. We need to have a
34 % minimal font setup, for the last few tests, otherwise we
35 % could have done this with no documentclass.
37 \CLASS{article}
39 \PACKAGE{exscale}
41 \usepackage{exscale}
43 \OMIT
45 \begin{document}
47 \TIMO
49 \scrollmode
50 1. Text:
51 $\bigl( 1 2 3 \bigr)$
52 $\Bigl( 1 2 3 \Bigr)$
53 $\biggl( 1 2 3 \biggr)$
54 $\Biggl( 1 2 3 \Biggr)$
55 \expandafter\showthe\csname big@size\endcsname
58 \large
59 2. Text:
60 $\bigl( 1 2 3 \bigr)$
61 $\Bigl( 1 2 3 \Bigr)$
62 $\biggl( 1 2 3 \biggr)$
63 $\Biggl( 1 2 3 \Biggr)$
64 \expandafter\showthe\csname big@size\endcsname
68 3. Text:
69 $\bigl( 1 2 3 \bigr)$
70 $\Bigl( 1 2 3 \Bigr)$
71 $\biggl( 1 2 3 \biggr)$
72 $\Biggl( 1 2 3 \Biggr)$
73 \expandafter\showthe\csname big@size\endcsname
75 \showoutput
77 \end{document}