diff --git a/README.md b/README.md index 96513b0..bec29d0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Keeb-Plaque +A simple little tent to print off on half of a Letter paper sheet (or whatever you want) for Mechanical Keyboard Meetups \ No newline at end of file diff --git a/main.pdf b/main.pdf index 86e9fda..7d51e3d 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index 59c9a28..bce60cb 100644 --- a/main.tex +++ b/main.tex @@ -24,27 +24,29 @@ {\large Keycaps:} keycaps\nl {\large PCB:} PCB\nl {\large Notes:} notes\\ - \vfill{\LARGE \#EVENT-NAME} + \vfill + {\LARGE \#EVENT-NAME} +\end{center} % The QR codes in the 4 corners, pay attention to the labels. This whole section doesn't conform to the margins and stuff, so check yourself - \begin{tikzpicture}[remember picture, overlay] - \node [below right=0.6em](TL) at (current page.north west){\qrcode{https://daviddaily.dev}}; - \node [below=.1em] at (TL.south){\footnotesize - Top Left%your label here - }; - - \node [below left=0.6em](TR) at (current page.north east){\qrcode{https://daviddaily.dev}}; - \node [below=.1em] at (TR.south){\footnotesize - Top Right%your label here - }; - - \node [above right=0.6em](BL) at (current page.south west){\qrcode{https://daviddaily.dev}}; - \node [above=.1em] at (BL.north){\footnotesize - Bottom Left%your label here - }; - - \node [above left=0.6em](BR) at (current page.south east){\qrcode{https://daviddaily.dev}}; - \node [above=.1em] at (BR.north){\footnotesize - Bottom Right%your label here - }; - \end{tikzpicture} -\end{center}}\end{document} \ No newline at end of file +\begin{tikzpicture}[remember picture, overlay] + \node [below right=0.6em](TL) at (current page.north west){\qrcode{https://daviddaily.dev}}; + \node [below=.1em] at (TL.south){\footnotesize + Top Left%your label here + }; + + \node [below left=0.6em](TR) at (current page.north east){\qrcode{https://daviddaily.dev}}; + \node [below=.1em] at (TR.south){\footnotesize + Top Right%your label here + }; + + \node [above right=0.6em](BL) at (current page.south west){\qrcode{https://daviddaily.dev}}; + \node [above=.1em] at (BL.north){\footnotesize + Bottom Left%your label here + }; + + \node [above left=0.6em](BR) at (current page.south east){\qrcode{https://daviddaily.dev}}; + \node [above=.1em] at (BR.north){\footnotesize + Bottom Right%your label here + }; +\end{tikzpicture} +}\end{document} \ No newline at end of file