Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb0613.lvt
blobca3f1d94ec381b01c29f0ec9cb0a06766f52e50b
1 % Test file for LaTeX2e PR/613
3 \documentclass{article}
5 % Input the test macros for latex 2e
6 \input{test2e}
8 \AUTHOR{Frank Mittelbach}
10 % Declare the format used on the original run, as printed by
11 % LaTeX.
13 \FORMAT{LaTeX2e<1995/12/01>}
16 % Everything before this is ignored by the test system.
17 \START
19 \newenvironment{film}[3]{\filmline{#1}{#2}{#3}}{}
21 \def\gobble#1{}
23 \newcommand\filmline[3]{\gobble{#3}}
25 % comment this line out and it will work
26 \renewcommand\filmline[3]{\emph{#3}}
29 \begin{document}
31 \filmline{arg1}{arg2}{arg3}
33 \begin{film}{arg1}{arg2}{}
34 Some text
35 \end{film}
37 \END