Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1816.lvt
blob6884b38e64e26dd291546ec756f14064c48f05e3
1 % \iffalse meta-comment
3 % Copyright (C) 1995 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 #1647.
16 % Long abstracts have page breaks after abstract heading.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{article}
23 \usepackage{t1enc}
25 % Everything before this is ignored by the test system.
26 \START
28 \AUTHOR{Andreas Amann}
30 % Declare the format used on the original run, as printed by
31 % LaTeX.
33 \FORMAT{LaTeX2e<1995/12/01>}
35 % Article document class for this test. We need to have a
36 % minimal font setup, for the last few tests, otherwise we
37 % could have done this with no documentclass.
39 \CLASS{article}
41 \PACKAGE{t1enc}
43 \showoutput
45 \begin{document}
47 Text commands in math mode:
48 $\ell=5\,\mathrm{\AA},\quad d=10\,\AA$
50 Text commands at the beginning of an halign:
51 $\begin{array}{c} \AA \\ \item \end{array}$
53 \end{document}