Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Refine sosoft card layout

+31 -25
sosoft/card.pdf

This is a binary file and will not be displayed.

sosoft/card.png

This is a binary file and will not be displayed.

+31 -25
sosoft/card.tex
··· 31 31 Path=../system/public/type/webfonts/, 32 32 Extension=.ttf 33 33 ] 34 - \setmonofont{Nimbus Mono PS} 34 + \setmonofont[ 35 + UprightFont={Nimbus Mono PS:style=Regular}, 36 + ItalicFont={Nimbus Mono PS:style=Italic}, 37 + BoldFont={Nimbus Mono PS:style=Bold}, 38 + BoldItalicFont={Nimbus Mono PS:style=Bold Italic}, 39 + ]{Nimbus Mono PS} 35 40 36 41 \definecolor{ink}{RGB}{0,0,0} 37 42 \definecolor{faint}{RGB}{120,120,120} 43 + \newcommand{\safetyinset}{0.22in} 44 + \newcommand{\safewidth}{2.31in} 38 45 39 46 \lstdefinestyle{kidlisp-card}{ 40 47 basicstyle=\ttfamily\fontsize{7.5pt}{12pt}\selectfont\color{ink}, ··· 53 60 % === Safety margin guide === 54 61 \begin{tikzpicture}[remember picture, overlay] 55 62 \draw[red, line width=0.3pt, opacity=0.4] 56 - ([xshift=0.22in, yshift=-0.22in]current page.north west) 63 + ([xshift=\safetyinset, yshift=-\safetyinset]current page.north west) 57 64 rectangle 58 - ([xshift=-0.22in, yshift=0.22in]current page.south east); 65 + ([xshift=-\safetyinset, yshift=\safetyinset]current page.south east); 59 66 \end{tikzpicture} 60 67 61 - \vspace*{-0.3in} 68 + \vspace*{-0.26in} 62 69 63 70 % === $berz screenshot with rounded corners === 64 - \begin{center} 65 - \begin{tikzpicture} 66 - \clip[rounded corners=5pt] (0,0) rectangle (2.15in,2.15in); 67 - \node[anchor=south west, inner sep=0pt] at (0,0) 68 - {\includegraphics[width=2.15in, height=2.15in]{berz-screenshot.png}}; 69 - \draw[black, line width=1.2pt, rounded corners=5pt] (0,0) rectangle (2.15in,2.15in); 70 - \end{tikzpicture} 71 - \end{center} 71 + \noindent\hspace*{-0.08in}% 72 + \begin{tikzpicture} 73 + \clip[rounded corners=5pt] (0,0) rectangle (\safewidth,\safewidth); 74 + \node[anchor=south west, inner sep=0pt] at (0,0) 75 + {\includegraphics[width=\safewidth, height=\safewidth]{berz-screenshot.png}}; 76 + \draw[black, line width=1.2pt, rounded corners=5pt] (0,0) rectangle (\safewidth,\safewidth); 77 + \end{tikzpicture}\par 72 78 73 - \vspace{-0.05in} 79 + \vspace{0.03in} 74 80 75 81 % === Source code === 76 82 \begingroup\offinterlineskip 77 - \ttfamily\fontsize{7.5pt}{7.5pt}\selectfont 78 - \noindent\begin{tabular}{@{}l@{}} 79 - \rule{0pt}{9pt}black\\ 80 - \rule{0pt}{9pt}ink (? white black)\\ 81 - \rule{0pt}{9pt}repeat 100 line\\ 82 - \rule{0pt}{9pt}spin 1\\ 83 - \rule{0pt}{9pt}(zoom 1.05)\\ 84 - \rule{0pt}{9pt}(blur 1)\\ 83 + \ttfamily\bfseries\fontsize{8pt}{8pt}\selectfont 84 + \noindent\hspace*{-0.08in}\begin{tabular}{@{}l@{}} 85 + \rule{0pt}{8.75pt}black\\ 86 + \rule{0pt}{8.75pt}ink (? white black)\\ 87 + \rule{0pt}{8.75pt}repeat 100 line\\ 88 + \rule{0pt}{8.75pt}spin 1\\ 89 + \rule{0pt}{8.75pt}(zoom 1.05)\\ 90 + \rule{0pt}{8.75pt}(blur 1)\\ 85 91 \end{tabular} 86 92 \endgroup 87 93 ··· 90 96 % === QR code + label in bottom-right corner === 91 97 \begin{tikzpicture}[remember picture, overlay] 92 98 \node[anchor=south east, inner sep=0pt] 93 - at ([xshift=-0.3in, yshift=0.8in]current page.south east) 99 + at ([xshift=-0.23in, yshift=0.75in]current page.south east) 94 100 {\colorbox{black}{% 95 101 \rule[-1pt]{0pt}{6.5pt}% 96 102 \kern-1pt{\ttfamily\fontsize{7.5pt}{7.5pt}\selectfont\color{white}\$berz}\kern-0.5pt% 97 103 }}; 98 - \node[anchor=south east, inner sep=1pt, fill=black!60] 99 - at ([xshift=-0.28in, yshift=0.28in]current page.south east) 104 + \node[anchor=south east, inner sep=1pt, fill=black] 105 + at ([xshift=-\safetyinset, yshift=\safetyinset]current page.south east) 100 106 {\rule{0.48in}{0.48in}}; 101 107 \node[anchor=south east, inner sep=1pt, fill=white] 102 - at ([xshift=-0.3in, yshift=0.3in]current page.south east) 108 + at ([xshift=-0.24in, yshift=0.24in]current page.south east) 103 109 {\includegraphics[width=0.48in]{qr-berz.eps}}; 104 110 \end{tikzpicture} 105 111