2024-12-17 02:19:16 -06:00
|
|
|
\documentclass{article}
|
2024-12-18 01:56:58 -06:00
|
|
|
\usepackage[fontsize=10pt]{fontsize} % will need adjusted if you change the paper size
|
|
|
|
\usepackage{parskip,tikz,lmodern,fontspec,lipsum,qrcode,hyperref}
|
2024-12-17 02:19:16 -06:00
|
|
|
\usepackage[%
|
2024-12-18 01:56:58 -06:00
|
|
|
papersize={5.5in,4.25in}, % this is a quarter of letter paper, half was too big
|
|
|
|
left=7.25em, right=7.25em, % this is adjusted to right inside the QR codes, use the option "showframe" to show the bounding box
|
|
|
|
bottom=2em
|
2024-12-17 02:19:16 -06:00
|
|
|
]{geometry}
|
|
|
|
|
2024-12-18 01:56:58 -06:00
|
|
|
\setlength{\headsep}{3em}
|
2024-12-17 02:19:16 -06:00
|
|
|
|
2024-12-18 01:56:58 -06:00
|
|
|
\pagestyle{empty}
|
2024-12-17 11:14:14 -06:00
|
|
|
|
2024-12-18 01:56:58 -06:00
|
|
|
\def\nl{\\\vspace{1.5em}}
|
|
|
|
|
|
|
|
\def\paste{%
|
|
|
|
{\Huge Robot Lander}\\
|
|
|
|
{\small Daily}\nl
|
|
|
|
{\large Model:} ZSA Moonlander\nl
|
|
|
|
{\large Layout:} Colemak {\footnotesize with \href{https://eurkey.steffen.bruentjen.eu/}{EurKEY}}\nl
|
|
|
|
{\large Switches:} MMK Shark {\footnotesize+ O-rings cause I slam them keys}\nl
|
|
|
|
{\large Keycaps:} Drop$\times$LotR Mordor ortho set\nl
|
|
|
|
I made this card, that's pretty neat!\\
|
|
|
|
\vfill
|
|
|
|
{\tiny\href{https://daviddaily.dev/david/Keeb-Plaque}{daviddaily.dev}}
|
2024-12-17 02:58:30 -06:00
|
|
|
\begin{tikzpicture}[remember picture, overlay]
|
|
|
|
\node [below left=0.6em](TR) at (current page.north east){\qrcode{https://daviddaily.dev/david/Keeb-Plaque}};
|
2024-12-17 02:35:16 -06:00
|
|
|
\node [below=.1em] at (TR.south){\footnotesize
|
2024-12-17 02:58:30 -06:00
|
|
|
My website
|
2024-12-17 02:35:16 -06:00
|
|
|
};
|
|
|
|
|
2024-12-17 02:58:30 -06:00
|
|
|
\node [above right=0.6em](BL) at (current page.south west){\qrcode{https://configure.zsa.io/moonlander/layouts/3yJ7D}};
|
2024-12-17 02:35:16 -06:00
|
|
|
\node [above=.1em] at (BL.north){\footnotesize
|
2024-12-17 02:58:30 -06:00
|
|
|
Layout
|
2024-12-17 02:35:16 -06:00
|
|
|
};
|
|
|
|
|
2024-12-17 02:58:30 -06:00
|
|
|
\node [above left=0.6em](BR) at (current page.south east){\qrcode{https://www.theremingoat.com/blog/momoka-shark-switch-review}};
|
2024-12-17 02:35:16 -06:00
|
|
|
\node [above=.1em] at (BR.north){\footnotesize
|
2024-12-17 02:58:30 -06:00
|
|
|
Switches
|
2024-12-17 02:35:16 -06:00
|
|
|
};
|
2024-12-18 01:56:58 -06:00
|
|
|
\end{tikzpicture}\newpage}
|
|
|
|
|
|
|
|
\begin{document}{\fontfamily{lmss}\selectfont\begin{center}
|
|
|
|
\paste
|
|
|
|
\setmainfont{[Hellvetica.ttf]}
|
|
|
|
\paste
|
|
|
|
\end{center}}\end{document}
|