diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-07-06 17:20:35 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-07-06 18:42:06 -0400 |
commit | 4bf2ebe4e1223de884e1aa41007274ad73c49cc6 (patch) | |
tree | a5bcae280a5179b59b0428130f077fa6e5570467 | |
parent | 3a92cd0f46c98cc8e9d80d4f7383c9fc66a281f6 (diff) |
fixed glues and prevented overfull/underfull hboxes
-rw-r--r-- | poster.tex | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -70,23 +70,22 @@ %% Document %% \headline={% - \hbox to 0pt{\widthline{% + \widthline{% \pdfximage height \vskp{qr/git.png}\pdfrefximage\pdflastximage \hfil \pdfximage height \vskp{qr/pdf.png}\pdfrefximage\pdflastximage - }\hss} - \widthline{\vbox{\vskip 1in% + }\hss + \vbox to \vskp{\vskip1in% \color{title} \fullcenter{% \title Antlions' Group Distribution and Behavior under - Varying Spatial Constraints} + Varying Spatial Constraints}% \vskip.5in - \fullcenter{\sub Holden Rohrer and Radeen Dixon} - \fullline{\sub\hskip0pt plus .2fil + \fullcenter{\sub Holden Rohrer and Radeen Dixon}% + \fullline{\sub\hskip0pt plus .2fil% Source Code\hfil Report Full Text - \hskip0pt plus .2fil} - \vss - }} + \hskip0pt plus .2fil}% + \vfil}\hskip1in% } \incl{Essential Question and Hypothesis}{src/hypo.i} \incl{Abstract}{src/abstr.i} |