Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1638.lvt
blob9d732a0cfca4489009ecc935c0590fece841127b
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 #1638.
16 % Asterisks at the beginning of a line within the scope of \obeycr disappear.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{report}
23 %\usepackage{sda}
25 % Everything before this is ignored by the test system.
26 \START
28 \AUTHOR{Scott D. Anderson}
30 % Declare the format used on the original run, as printed by
31 % LaTeX.
33 \FORMAT{LaTeX2e<1994/12/01>}
34 % Article document style for this test. We need to have a
35 % minimal font setup, for the last few tests, otherwise we
36 % could have done this with no documentclass.
38 \CLASS{report}
40 \begin{document}
42 \showoutput
44 The following are Common Lisp global variables:
45 \begin{flushleft}\obeycr %
48 ***
49 *applyhook*
50 *break-on-signals*
51 *break-on-warnings*
52 *compile-file-pathname*
53 *compile-file-truename*
54 *compile-print*
55 *compile-verbose*
56 *debug-io*
57 *debugger-hook*
58 *default-pathname-defaults*
59 *error-output*
60 *evalhook*
61 *features*
62 *gensym-counter*
63 *load-pathname*
64 *load-print*
65 *load-truename*
66 *load-verbose*
67 *macroexpand-hook*
68 *modules*
69 *package*
70 \end{flushleft}
72 %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\
74 %% \obeycr modified from latex.ltx by Scott D. Anderson.  This prevents
75 %% problems with stars or brackets following the newline.
77 \makeatletter
78 {\catcode`\^^M=13 \gdef\Obeycr{\catcode`\^^M=13 \def^^M{\\[0pt]}\@gobblecr}}
79 \makeatother
81 The following are Common Lisp global variables:
82 \begin{flushleft}\Obeycr %
85 ***
86 *applyhook*
87 *break-on-signals*
88 *break-on-warnings*
89 *compile-file-pathname*
90 *compile-file-truename*
91 *compile-print*
92 *compile-verbose*
93 *debug-io*
94 *debugger-hook*
95 *default-pathname-defaults*
96 *error-output*
97 *evalhook*
98 *features*
99 *gensym-counter*
100 *load-pathname*
101 *load-print*
102 *load-truename*
103 *load-verbose*
104 *macroexpand-hook*
105 *modules*
106 *package*
107 \end{flushleft}
109 \end{document}