diff options
Diffstat (limited to 'poster.orig.tex')
-rw-r--r-- | poster.orig.tex | 41 |
1 files changed, 32 insertions, 9 deletions
diff --git a/poster.orig.tex b/poster.orig.tex index b921be1..920a17f 100644 --- a/poster.orig.tex +++ b/poster.orig.tex @@ -1,22 +1,26 @@ \input color -\pagecolor{0,0.1,0} % -\color{0,0,0} %text color +\definecolor{darkgreen}{rgb}{0,0.8,0} +\definecolor{lightgreen}{rgb}{0.624,0.878,0.624} +\definecolor{green}{rgb}{0,0.5,0} -\def\colo{\vbox to \vsize\begingroup\fcolorbox{0.624.0.878,0.624}{0,0,0}} +\pagecolor{darkgreen} % +\color{black} %text color + +\def\colo{\vbox to \vsize\begingroup\fcolorbox{lightgreen}{black}} \def\endcolo{\endgroup} \newbox\contents \newbox\curbox \def\getcontents height #1 width #2{%#1 is height, #2 is width; returns that much of the \contents box - {% - \hsize=#2\relax - \setbox\curbox=\vsplit\contents to #1 - \curbox - } + {% + \hsize=#2\relax + \setbox\curbox=\vsplit\contents to #1 + \box\curbox + } } \def\appendcontents #1{%appends a vbox to contents - \setbox\contents={\box\contents\box#1} + \setbox\contents={\box\contents\box#1} } \pdfpageheight=36in \pdfpagewidth=48in @@ -34,3 +38,22 @@ \expandafter\font\csname x#1\endcsname=#2 at #3pt \expandafter\edef\csname #1\endcsname{\size=#3pt \adjs \csname x#1\endcsname} } + +% font definitions +\newfont title=cmb10@48pt +\newfont text=cmr10@12pt +\newfont head=cmb10@24pt +\spacing=120 + +% sectioning +\def\section#1{ + \centerline{ + \fcolorbox{green}{black}% + \head #1% + } +} + +\def\include#1;#2\par{ + \section{#1} + \input #2\relax +} |