1 % Test file for LaTeX2e PR/613
3 \documentclass{article}
5 % Input the test macros for latex 2e
8 \AUTHOR{Frank Mittelbach}
10 % Declare the format used on the original run, as printed by
13 \FORMAT{LaTeX2e<1995/12/01>}
16 % Everything before this is ignored by the test system.
19 \newenvironment{film}[3]{\filmline{#1}{#2}{#3}}{}
23 \newcommand\filmline[3]{\gobble{#3}}
25 % comment this line out and it will work
26 \renewcommand\filmline[3]{\emph{#3}}
31 \filmline{arg1}{arg2}{arg3}
33 \begin{film}{arg1}{arg2}{}