diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-26 13:51:09 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-26 13:51:09 -0500 |
commit | 43385a0ea7dcfb7e47c11065efcfd8788c08e7af (patch) | |
tree | 3516c8c6f38d2c045a6baaee728dd184639f0735 /poster | |
parent | 391e3613effd2a97d9d185758daaaee80ca57a11 (diff) |
realized I can use whitespace instead of \par
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} |