Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb2138.lvt
blobbf7e2c6bd1f1ea1984ea4adee5075f2296e52a9c
1 % \iffalse meta-comment
3 % Copyright (C) 1996 by Bernard Gaulle and 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 #2138.
16 % \@noligs isn't at the good place in verbatim and \verb
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{article}
23 \usepackage[T1]{fontenc}
25 \AUTHOR{Bernard Gaulle}
27 % Declare the format used on the original run, as printed by
28 % LaTeX.
30 \FORMAT{LaTeX2e<1996/06/01>}
32 % Article document style for this test. We need to have a
33 % minimal font setup, for the last few tests, otherwise we
34 % could have done this with no documentclass.
36 \CLASS{article}
38 \showoutput
40 % Everything before this is ignored by the test system.
41 \START
43 % we need a special "<":
44 \def\dospecials{\do\<}
46 \begin{document}
47 LaTeX don't nullify the ligs at the appropriate location, as shown
48 here when "<" is a special character:
49 \verb|<<|
50 \end{document}