diff options
Diffstat (limited to 'poster')
-rw-r--r-- | poster/format.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poster/format.tex b/poster/format.tex index 7241c22..0564518 100644 --- a/poster/format.tex +++ b/poster/format.tex @@ -72,4 +72,4 @@ %% gives image files infinite stretch -\def\image{\vfil\afterassignment\vfil\input} +\def\image #1 {\vfil\input #1\vfil} |