Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1893.lvt
blob292aa07515a5eeb53f978d09ae3f51de41188505
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 #1893.
16 % \sqrt is not robust (gives error in \caption).
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{Vassili Gelfreich}
28 % Declare the format used on the original run, as printed by
29 % LaTeX.
31 \FORMAT{LaTeX2e<1995/12/01>}
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 \typeout{***********************************************************}
40 \typeout{* This file tests the robustness of the \string\sqrt}
41 \typeout{* command in a figure caption.}
42 \typeout{***********************************************************}
44 \begin{document}
45 \begin{figure}
46 \caption{$\sqrt{1}$}
47 \end{figure}
48 \end{document}