Monorepo for Aesthetic.Computer
aesthetic.computer
1% Generated KidLisp score card for $duv
2\documentclass[12pt]{article}
3\usepackage[
4 paperwidth=2.75in,
5 paperheight=4.75in,
6 top=0.3in,
7 bottom=0.3in,
8 left=0.3in,
9 right=0.3in,
10]{geometry}
11\usepackage{fontspec}
12\usepackage{xcolor}
13\usepackage{tikz}
14\usepackage{graphicx}
15
16\pagestyle{empty}
17
18\newfontfamily\cardcodefont[
19 Path=fonts/,
20 Extension=.ttf,
21 UprightFont=ComicRelief-Regular,
22 BoldFont=ComicRelief-Bold,
23]{ComicRelief-Regular}
24\newfontfamily\cardlabelfont[
25 Path=fonts/,
26 Extension=.ttf,
27 UprightFont=ComicRelief-Bold,
28 BoldFont=ComicRelief-Bold,
29 FakeBold=1.8,
30]{ComicRelief-Bold}
31
32\definecolor{ink}{RGB}{0,0,0}
33\newcommand{\safetyinset}{0.22in}
34\newcommand{\safewidth}{2.31in}
35
36\begin{document}
37
38\vspace*{-0.26in}
39
40\noindent\hspace*{-0.08in}%
41\begin{tikzpicture}
42 \clip (0,0) rectangle (\safewidth,\safewidth);
43 \node[anchor=south west, inner sep=0pt] at (0,0)
44 {\includegraphics[width=\safewidth, height=\safewidth]{duv-screenshot.png}};
45 \draw[black, line width=2.4pt] (0,0) rectangle (\safewidth,\safewidth);
46\end{tikzpicture}\par
47
48\vspace{0.03in}
49
50\begingroup\offinterlineskip
51\cardcodefont\bfseries\fontsize{9.5pt}{10.5pt}\selectfont\color{ink}
52\noindent\hspace*{-0.08in}\begin{tabular}{@{}l@{}}
53\rule{0pt}{11pt}black\\
54\rule{0pt}{11pt}ink zebra\\
55\rule{0pt}{11pt}point w/2 h/2\\
56\rule{0pt}{11pt}scroll (? -1 0 1) (? -1 0 1)\\
57\rule{0pt}{11pt}(2s (zoom 1.5))\\
58\end{tabular}
59\endgroup
60
61\vspace*{\fill}
62
63\begin{tikzpicture}[remember picture, overlay]
64 \node[anchor=south east, inner sep=0pt]
65 at ([xshift=-0.23in, yshift=0.75in]current page.south east)
66 {\colorbox{black}{%
67 \rule[-1pt]{0pt}{6.5pt}%
68 \kern-1pt{\cardlabelfont\bfseries\fontsize{8pt}{8pt}\selectfont\color{white}\$duv}\kern-0.5pt%
69 }};
70 \node[anchor=south east, inner sep=1pt, fill=black]
71 at ([xshift=-\safetyinset, yshift=\safetyinset]current page.south east)
72 {\rule{0.48in}{0.48in}};
73 \node[anchor=south east, inner sep=1pt, fill=white]
74 at ([xshift=-0.24in, yshift=0.24in]current page.south east)
75 {\includegraphics[width=0.48in]{qr-duv.png}};
76\end{tikzpicture}
77
78\end{document}