Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1915.lvt
blob7256c10085dae90c5c601dd523c41471b2a57498
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 #1915
16 % \textnormal{ text} misses the space at the beginning.
18 % Input the test macros for latex
19 \input{test2e}
21 \documentclass[12pt]{article}
23 \showoutput
25 \START
27 \AUTHOR{Mike Piff}
29 % Declare the format used on the original run, as printed by
30 % LaTeX.
32 \FORMAT{LaTeX2e<1995/12/01>}
34 % Article document class for this test.
36 \CLASS[12pt]{article}
38 \OMIT
40 \begin{document}
42 \TIMO
44 \[ a\textnormal{ some text }\]
46 \end{document}