aboutsummaryrefslogtreecommitdiff
path: root/poster
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-01-26 13:51:09 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-01-26 13:51:09 -0500
commit43385a0ea7dcfb7e47c11065efcfd8788c08e7af (patch)
tree3516c8c6f38d2c045a6baaee728dd184639f0735 /poster
parent391e3613effd2a97d9d185758daaaee80ca57a11 (diff)
realized I can use whitespace instead of \par
Diffstat (limited to 'poster')
-rw-r--r--poster/format.tex2
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}