example post
This commit is contained in:
parent
6ee74dc696
commit
fa8a1e3b7b
65
main.tex
65
main.tex
@ -17,36 +17,63 @@
|
||||
\begin{document}{\fontfamily{lmss}\selectfont\begin{center}
|
||||
% this is VERY SIMPLE, and on purpose. You don't want something? comment that biznatch out. Everything else should shuffle around just fine.
|
||||
%\setmainfont{[Hellvetica.ttf]} % uncomment if you want a better font
|
||||
{\LARGE Title}\\
|
||||
{\small subtitle}\nl % you might need to mess with the spacing here to make it look even better
|
||||
{\large Model:} model\nl
|
||||
{\large Layout:} layout\nl
|
||||
{\large Keycaps:} keycaps\nl
|
||||
{\large PCB:} PCB\nl
|
||||
{\large Notes:} notes\\
|
||||
{\LARGE Robot Lander}\\
|
||||
{\small David Daily, aka Daily the Noob}\nl % you might need to mess with the spacing here to make it look even better
|
||||
{\large Model:} Moonlander MkI\nl
|
||||
{\large Layout:} Colemak\nl
|
||||
{\large Switches:} MMK Shark {\footnotesize+ O-rings cause I slam them keys}\nl
|
||||
{\large Keycaps:} Drop x LotR Mordor ortho set\nl
|
||||
%{\large PCB:} PCB\nl
|
||||
{\large Notes:} I made this card, isn't it neat!\\
|
||||
\vfill
|
||||
{\LARGE \#EVENT-NAME}
|
||||
%{\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 left=0.6em](TR) at (current page.north east){\qrcode{https://daviddaily.dev/david/Keeb-Plaque}};
|
||||
\node [below=.1em] at (TR.south){\footnotesize
|
||||
Top Right%your label here
|
||||
My website
|
||||
};
|
||||
|
||||
\node [above right=0.6em](BL) at (current page.south west){\qrcode{https://daviddaily.dev}};
|
||||
\node [above right=0.6em](BL) at (current page.south west){\qrcode{https://configure.zsa.io/moonlander/layouts/3yJ7D}};
|
||||
\node [above=.1em] at (BL.north){\footnotesize
|
||||
Bottom Left%your label here
|
||||
Layout
|
||||
};
|
||||
|
||||
\node [above left=0.6em](BR) at (current page.south east){\qrcode{https://daviddaily.dev}};
|
||||
\node [above left=0.6em](BR) at (current page.south east){\qrcode{https://www.theremingoat.com/blog/momoka-shark-switch-review}};
|
||||
\node [above=.1em] at (BR.north){\footnotesize
|
||||
Bottom Right%your label here
|
||||
Switches
|
||||
};
|
||||
\end{tikzpicture}\\\pagebreak % fight me, I'm not figuring out some wierd shit just to duplicate a page.
|
||||
\begin{center}
|
||||
% this is VERY SIMPLE, and on purpose. You don't want something? comment that biznatch out. Everything else should shuffle around just fine.
|
||||
\setmainfont{[Hellvetica.ttf]} % uncomment if you want a better font
|
||||
{\LARGE Robot Lander}\\
|
||||
{\small David Daily, aka Daily the Noob}\nl % you might need to mess with the spacing here to make it look even better
|
||||
{\large Model:} Moonlander MkI\nl
|
||||
{\large Layout:} Colemak\nl
|
||||
{\large Switches:} MMK Shark {\footnotesize+ O-rings cause I slam them keys}\nl
|
||||
{\large Keycaps:} Drop x LotR Mordor ortho set\nl
|
||||
%{\large PCB:} PCB\nl
|
||||
{\large Notes:} I made this card, isn't it neat!\\
|
||||
\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 left=0.6em](TR) at (current page.north east){\qrcode{https://daviddaily.dev/david/Keeb-Plaque}};
|
||||
\node [below=.1em] at (TR.south){\footnotesize
|
||||
My website
|
||||
};
|
||||
|
||||
\node [above right=0.6em](BL) at (current page.south west){\qrcode{https://configure.zsa.io/moonlander/layouts/3yJ7D}};
|
||||
\node [above=.1em] at (BL.north){\footnotesize
|
||||
Layout
|
||||
};
|
||||
|
||||
\node [above left=0.6em](BR) at (current page.south east){\qrcode{https://www.theremingoat.com/blog/momoka-shark-switch-review}};
|
||||
\node [above=.1em] at (BR.north){\footnotesize
|
||||
Switches
|
||||
};
|
||||
\end{tikzpicture}
|
||||
}\end{document}
|
Loading…
Reference in New Issue
Block a user