Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0014.lvt
blobc7e4101c7f104552509d7a81e9eb98061c695374
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 #14.
16 % \pounds not coming out correctly, but as dollar sign.
18 \documentstyle[12pt]{letter}
20 % Input the test macros for LaTeX2e
21 \input{test2e}
23 % Everything before this is ignored by the test system.
24 \START
26 \AUTHOR{Phil Jamieson}
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 \STYLE{letter}
39 % Document style options for this test
41 \STYLEOPTIONS{12pt}
43 \OMIT
45 \setlength{\parindent}{0in}
46 \setlength{\textwidth}{6.1in}
47 \setlength{\oddsidemargin}{0in}
48 \setlength{\topmargin}{-1.0in}
49 \setlength{\textheight}{24cm}
50 \date{January 20, 1994}
52 \begin{document}
54 \TIMO
56 \showoutput
58 \begin{letter}{
59   Blah Blah
61 \address{
62   Blah2 Blah2
64 \signature{P.A.Jamieson}
66 \opening{Dear Sir,}
67 You get \pounds200 instead of {\it \pounds}200.
68 \closing{Thanks,}
69 \end{letter}
71 \end{document}