From 43385a0ea7dcfb7e47c11065efcfd8788c08e7af Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sun, 26 Jan 2020 13:51:09 -0500
Subject: realized I can use whitespace instead of \par
---
poster/format.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'poster')
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}
--
cgit