Keeb-Plaque/main.tex

37 lines
936 B
TeX
Raw Permalink Normal View History

2024-12-17 02:19:16 -06:00
\documentclass{article}
2024-12-18 02:18:36 -06:00
\usepackage[fontsize=12pt]{fontsize} % will need adjusted if you change the paper size
2024-12-18 00:55:42 -06:00
\usepackage{lmodern,fontspec,lipsum,tabularray,qrcode,tikz,parskip,hyperref}
2024-12-17 02:19:16 -06:00
\usepackage[%
2024-12-18 02:18:36 -06:00
papersize={5.5in,4.25in},
2024-12-18 00:55:42 -06:00
bottom=2mm
2024-12-17 02:19:16 -06:00
]{geometry}
2024-12-18 00:55:42 -06:00
\setlength{\headsep}{2em}
\pagestyle{empty}
2024-12-17 02:19:16 -06:00
2024-12-18 02:18:36 -06:00
\def\paste{%
2024-12-18 00:55:42 -06:00
\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},
2024-12-18 02:18:36 -06:00
row{2-Z}={abovesep=1.5em}}
2024-12-18 00:55:42 -06:00
{\LARGE Title}&\\
2024-12-18 02:18:36 -06:00
Owner&\\
2024-12-18 00:55:42 -06:00
Model&\\
Layout&\\
Switches&\\
Keycaps&\\
PCB&\\
\end{tblr}\\{\tiny\href{https://daviddaily.dev/david/Keeb-Plaque}{daviddaily.dev}}
\newpage
}
\begin{document}
2024-12-18 00:55:42 -06:00
{\fontfamily{lmss}\selectfont\begin{center}
% \setmainfont{[Hellvetica.ttf]} % uncomment if you want a better font
2024-12-18 02:18:36 -06:00
\paste
\paste
\paste
\paste
2024-12-18 00:55:42 -06:00
\end{center}
}\end{document}