Enable building TDS zip files
[latex2e.git] / base / testfiles / tlb0327.lvt
blob95eca4d5317acefc6568034afb5bc751205ec6e0
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 #327
16 % \oval not working correctly in slides class
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \AUTHOR{Frank Mittelbach}
23 % Declare the format used on the original run, as printed by
24 % LaTeX.
26 \FORMAT{LaTeX2e<1994/03/08>}
28 % Article document style for this test.
30 \CLASS{slides}
32 \documentclass{slides}
34 \begin{document}
36 % Everything before this is ignored by the test system.
37 \START
39 \showoutput
41 \begin{center}
42 \begin{picture}(200,300)
43 \put(100,150){\oval(100,30)}
44 \put(100,150){\oval(60,10)}
45 \end{picture}
46 \end{center}
48 \end{document}