aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-01-26 13:53:36 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-01-26 13:53:36 -0500
commit6b81f29da9387a54b084d21b069364ca88587558 (patch)
treeade3293e95a2aa2ba05b9fe5fcc47f3e7a1c0347
parentf110d548f5c90ebf762015464a38739d7e3c86eb (diff)
removed linebreak requirement in \include
-rw-r--r--poster/document.tex15
-rw-r--r--poster/format.tex2
2 files changed, 1 insertions, 16 deletions
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