aboutsummaryrefslogtreecommitdiff
path: root/poster/format.tex
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-01-25 22:24:42 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-01-25 22:27:20 -0500
commit4add603a9a9e5c0030190e8c2eb684e3db6ea1a2 (patch)
tree4325c5532cab4a5d1f541fe60ae6582b2396ae02 /poster/format.tex
parent1f0e3e97780dfab270fea9ca9bde41f8f7b1ddeb (diff)
spacing, fonts, colors improved on format side
Diffstat (limited to 'poster/format.tex')
-rw-r--r--poster/format.tex13
1 files changed, 8 insertions, 5 deletions
diff --git a/poster/format.tex b/poster/format.tex
index 87771fb..1e62d3e 100644
--- a/poster/format.tex
+++ b/poster/format.tex
@@ -7,7 +7,7 @@
\pagecolor{page} %
\color{text} %text color
-\long\def\colo#1{\colorbox{white}{\vbox to 31in{#1\vfil}}}
+\long\def\colo#1{\colorbox{colo}{\vbox to 31in{#1\vfil}}}
\pdfpageheight=36in
\pdfpagewidth=48in
@@ -19,10 +19,12 @@
\nopagenumbers
%gives ''\newfont myfont=cmr10@14pt''
-\newcount\spacing
+\newcount\thespacing
\newdimen\size
+\def\spacing{
+ \afterassignment\adjs \thespacing}
\def\adjs{%adjust spacing
- \baselineskip=\size \multiply\baselineskip by \spacing \divide\baselineskip by 100 \multiply\baselineskip by 6 \divide\baselineskip by 5%6/5 = normal 1.2 addition for character depth
+ \baselineskip=\size \multiply\baselineskip by \thespacing \divide\baselineskip by 100
}
\def\newfont#1=#2@#3pt{%name, base, size
\expandafter\font\csname x#1\endcsname=#2 at #3pt
@@ -30,8 +32,9 @@
}
% font definitions
-\spacing=100
+\spacing=120
\newfont title=cmss10@72pt
+\newfont subtitle=cmss10@48pt
\newfont text=cmr10@18pt\text
\newfont bold=cmb10@18pt
\newfont ital=cmmi10@18pt
@@ -44,7 +47,7 @@
\noindent\colorbox{section}{%
\vbox{%
\vskip5pt%
- \centerline{\head #1}
+ \centerline{\head\color{sectiontext}#1}
\vskip10pt%
}%
}%