Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb2157.lvt
blob4fee48398c2ee3bfab84bb477771ed5d53e424c4
1 % \iffalse meta-comment
3 % Copyright (C) 1997 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 #2157.
16 % More than one paragraph in \textbf gives error message.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{article}
23 \AUTHOR{noack@physik.uni-bremen.de (Cornelius C. Noack)}
25 % Declare the format used on the original run, as printed by
26 % LaTeX.
28 \FORMAT{LaTeX2e<1997/12/01>}
30 \CLASS{article}
32 \START
34 \begin{document}
35  \textbf{
36    \begin{center}
37      this is \emph{emphasized} text.
38    \end{center}
39         }
40 \end{document}