From 6418cc3adc874312af5c575fb6291ff8045df96c Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sat, 25 Jan 2020 16:41:11 -0500
Subject: added example document
---
poster/document.tex | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
(limited to 'poster')
diff --git a/poster/document.tex b/poster/document.tex
index e3d1e4b..b6f1650 100644
--- a/poster/document.tex
+++ b/poster/document.tex
@@ -1,11 +1,21 @@
\input format
-\appendcontents{Test}
+\vbox{%
+ \vbox to 0pt{%
+ \hbox to \pdfpagewidth{%
+ \hfil
+ \title \color{white} Antlions%
+ \hfil
+ }%
+ \vss
+ }%
+ \vskip3in%
+ \hbox{%
+ \colo{%
+ \include Abstract;abstract
-\appendcontents{Test 2}
-
-\headline={\centerline{\title Antlions}}
-
-\colo{test}
+ }
+ }
+}
\bye
--
cgit