diff options
-rwxr-xr-x | make | 1 | ||||
-rw-r--r-- | poster/document.tex | 14 |
2 files changed, 14 insertions, 1 deletions
@@ -30,6 +30,7 @@ rm *.log rm document/report.log cp assets/* outputs/ qrencode https://hrhr.dev/r -o outputs/qr.png || echo "For QR code, install \`qrencode\`" +qrencode https://git.hrhr.dev/scifair -o outputs/qr-source.png cd poster pdftex document.tex mv document.pdf ../outputs/posterboard.pdf diff --git a/poster/document.tex b/poster/document.tex index 20ded9e..4479268 100644 --- a/poster/document.tex +++ b/poster/document.tex @@ -2,7 +2,11 @@ \vbox{% \noindent\colorbox{head}{\vbox{ - \fullline{\hfil\vbox to 0pt{\pdfximage height 4.3in{../outputs/qr.png}\pdfrefximage\pdflastximage\vss}} + \fullline{% + \vbox to 0pt{\pdfximage height 4.3in{../outputs/qr-source.png}\pdfrefximage\pdflastximage\vss}% + \hfil + \vbox to 0pt{\pdfximage height 4.3in{../outputs/qr.png}\pdfrefximage\pdflastximage\vss}% + }% \vskip1in \vbox to 0pt{% \color{title} @@ -17,6 +21,14 @@ \subtitle Holden Rohrer and Radeen Dixon \hfil } + \fullline{ + \subtitle + \hskip0pt plus .2fil + Source Code + \hfil + Report Full Text + \hskip0pt plus .2fil + } \vss }% \vskip3in}}% |