From 6b81f29da9387a54b084d21b069364ca88587558 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sun, 26 Jan 2020 13:53:36 -0500
Subject: removed linebreak requirement in \include
---
poster/document.tex | 15 ---------------
poster/format.tex | 2 +-
2 files changed, 1 insertion(+), 16 deletions(-)
(limited to 'poster')
diff --git a/poster/document.tex b/poster/document.tex
index 7520e56..7e27dfb 100644
--- a/poster/document.tex
+++ b/poster/document.tex
@@ -37,39 +37,24 @@
\hfil
\colo{%
\include Essential Question and Hypothesis;hypothesis
-
\include Abstract;abstract
-
\image imagesone
-
\include Background Information;research
-
\image imagestwo
}\hfil\colo{
\include Materials;materials
-
\image imagesthree
-
\include Methods;methods
-
\include Voronoi Diagrams;voronoi
-
}\hfil\colo{
\include Results;results
-
\include Variables;vars
-
\image imagesfour
-
\include Experiment Notes;notes
-
}\hfil\colo{
\spacing=110\include Data Analysis;analysis
-
\image imagesfive
-
\include Conclusion;conclusion
-
}\hfil
}
}
diff --git a/poster/format.tex b/poster/format.tex
index 0564518..c43ac56 100644
--- a/poster/format.tex
+++ b/poster/format.tex
@@ -54,7 +54,7 @@
\bigbreak
}
-\def\include #1;#2\par{
+\def\include #1;#2 {
\section{#1}
{\leftskip=12pt\rightskip=\leftskip\input #2\par}
\bigbreak
--
cgit