Johnathan Burchill wrote: > This works, it's based on \includegraphics[draft] from > graphics/graphics.sty: > > <preamble> > > \def\stripprefix#1>{} > \newcommand*{\xfiginput}[1]{% > \edef\tempfilename{#1}% > \InputIfFileExists{#1}{}{% > \fbox{Could not find file > \ttfamily\expandafter\stripprefix\meaning\tempfilename > !}}} > > </preamble> > > That was fun.
Thanks, Johnathan! I've committed it. Your name is now up in lights in lib/ChangeLog! -- Angus