From 59f4347bc232a1d31560afa7b085261df1037ede Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sat, 25 Jan 2020 23:41:31 -0500
Subject: added source code qr code
---
make | 1 +
poster/document.tex | 14 +++++++++++++-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/make b/make
index ef16f69..5a91e84 100755
--- a/make
+++ b/make
@@ -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}}%
--
cgit