From 391e3613effd2a97d9d185758daaaee80ca57a11 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 26 Jan 2020 12:26:58 -0500 Subject: image files have vert spacing (text goes to bottom) --- poster/document.tex | 10 +++++----- poster/format.tex | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'poster') diff --git a/poster/document.tex b/poster/document.tex index 19543d6..7520e56 100644 --- a/poster/document.tex +++ b/poster/document.tex @@ -40,15 +40,15 @@ \include Abstract;abstract - \input imagesone + \image imagesone \include Background Information;research - \input imagestwo + \image imagestwo }\hfil\colo{ \include Materials;materials - \input imagesthree + \image imagesthree \include Methods;methods @@ -59,14 +59,14 @@ \include Variables;vars - \input imagesfour + \image imagesfour \include Experiment Notes;notes }\hfil\colo{ \spacing=110\include Data Analysis;analysis - \input imagesfive + \image imagesfive \include Conclusion;conclusion diff --git a/poster/format.tex b/poster/format.tex index 30a6959..7241c22 100644 --- a/poster/format.tex +++ b/poster/format.tex @@ -69,3 +69,7 @@ %% the godly `pre` \def\pre#1{\par\leavevmode\llap{\hbox to \parindent{\hfil #1 \hfil}}} + +%% gives image files infinite stretch + +\def\image{\vfil\afterassignment\vfil\input} -- cgit