11 Commits

Author SHA1 Message Date
367497aa79 fix paper size 2024-12-18 02:18:36 -06:00
52cc2c3656 minor fixes 2024-12-18 01:04:30 -06:00
0cfaaf67da initial commit 2024-12-18 00:55:42 -06:00
08bb6d945e update screenshot 2024-12-17 11:23:06 -06:00
48461bb653 minor fixes 2024-12-17 11:20:24 -06:00
27bfeced23 Title was too close to the top 2024-12-17 11:08:53 -06:00
9974587697 make smaller and easily to make duplicate pages 2024-12-17 10:59:06 -06:00
e4e2950ae6 Update README.md 2024-12-17 03:19:03 -06:00
d07513c7b1 woops 2024-12-17 03:13:14 -06:00
e8e3ae4510 add pic 2024-12-17 03:11:58 -06:00
66fef9e5ae forgot the switch type... 2024-12-17 03:00:50 -06:00
4 changed files with 33 additions and 39 deletions

View File

@ -1,3 +1,7 @@
# Keeb-Plaque
A simple little tent to print off on half of a Letter paper sheet (or whatever you want) for Mechanical Keyboard Meetups
A simple little tent to print off on a quarter of a Letter paper sheet for Mechanical Keyboard Meetups.
![example](example.png)
Some printing programs don't play nice and have to have all 4 pages to make it a quarter sheet sized thing. Just repeat the `\table` command as many times as needed to do that.

BIN
example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
main.pdf

Binary file not shown.

View File

@ -1,47 +1,37 @@
\documentclass{article}
\usepackage[fontsize=10pt]{fontsize} % will need adjusted if you change the paper size
\usepackage{parskip,tikz,lmodern,fontspec,lipsum,qrcode,hyperref}
\usepackage[fontsize=12pt]{fontsize} % will need adjusted if you change the paper size
\usepackage{lmodern,fontspec,lipsum,tabularray,qrcode,tikz,parskip,hyperref}
\usepackage[%
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
papersize={5.5in,4.25in},
bottom=2mm
]{geometry}
\setlength{\headsep}{3em}
\setlength{\headsep}{2em}
\pagestyle{empty}
\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}}
\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}\newpage}
\begin{tblr}{%
column{1}={halign=r},
column{2}={halign=l,wd=15em}, % set the width of the writing line here
vline{2}={text=:},
hline{2-Z}={2}{dotted},
row{2-Z}={abovesep=1.5em}}
{\LARGE Title}&\\
Owner&\\
Model&\\
Layout&\\
Switches&\\
Keycaps&\\
PCB&\\
\end{tblr}\\{\tiny\href{https://daviddaily.dev/david/Keeb-Plaque}{daviddaily.dev}}
\newpage
}
\begin{document}{\fontfamily{lmss}\selectfont\begin{center}
\begin{document}
{\fontfamily{lmss}\selectfont\begin{center}
% \setmainfont{[Hellvetica.ttf]} % uncomment if you want a better font
\paste
\setmainfont{[Hellvetica.ttf]}
\paste
\end{center}}\end{document}
\paste
\paste
\end{center}
}\end{document}