Compare commits
11 Commits
hell
...
blank-mode
Author | SHA1 | Date | |
---|---|---|---|
367497aa79 | |||
52cc2c3656 | |||
0cfaaf67da | |||
08bb6d945e | |||
48461bb653 | |||
27bfeced23 | |||
9974587697 | |||
e4e2950ae6 | |||
d07513c7b1 | |||
e8e3ae4510 | |||
66fef9e5ae |
@ -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.
|
||||
|
||||

|
||||
|
||||
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
BIN
example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
66
main.tex
66
main.tex
@ -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}
|
Reference in New Issue
Block a user