Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

quotes: AE-2026-001 — QR code to permalink, simplify footer

Add a QR code to the canonical tangled.org PDF URL in the signature
block, drop the verbose "Canonical PDF:" line + page counter, and
leave the footer as just the quote ID for a clean one-pager.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+16 -9
quotes/AE-2026-001-ucla-social-software/quote.pdf

This is a binary file and will not be displayed.

+16 -9
quotes/AE-2026-001-ucla-social-software/quote.tex
··· 54 54 \usepackage{fancyhdr} 55 55 \usepackage{tikz} 56 56 \usepackage{eso-pic} 57 + \usepackage{qrcode} 57 58 58 59 % === COLORS (AC palette) === 59 60 \definecolor{acpink}{RGB}{180,72,135} ··· 75 76 \pagestyle{fancy} 76 77 \fancyhf{} 77 78 \renewcommand{\headrulewidth}{0pt} 78 - \fancyfoot[C]{\footnotesize\color{acgray} 79 - {\acregular Quote \#\quoteid} \; \textperiodcentered \; 80 - Page \thepage 81 - } 79 + \fancyfoot[C]{\footnotesize\color{acgray}\acregular Quote \#\quoteid} 82 80 83 81 \setlength{\parindent}{0pt} 84 82 \setlength{\parskip}{0.45em} ··· 160 158 161 159 Thank you for the opportunity to support the Social Software program. 162 160 163 - \vspace{0.8em} 161 + \vspace{0.3em} 164 162 165 - {\color{acgray}\rule{0.35\linewidth}{0.4pt}}\\[0.2em] 166 - {\acbold\fontsize{13pt}{15pt}\selectfont\color{acdark} Aesthetic Inc}{\color{acpink}\fontsize{13pt}{15pt}\selectfont .} \; 167 - {\small\color{acgray} Issued for vendor onboarding --- \today}\\[0.25em] 168 - {\footnotesize\color{acgray} Canonical PDF: \href{\permalink}{\permalinkdisplay}} 163 + \noindent 164 + \begin{minipage}[b]{0.78\linewidth} 165 + {\color{acgray}\rule{0.42\linewidth}{0.4pt}}\\[0.15em] 166 + {\acbold\fontsize{12pt}{14pt}\selectfont\color{acdark} Aesthetic Inc}{\color{acpink}\fontsize{12pt}{14pt}\selectfont .} \; 167 + {\small\color{acgray} Issued for vendor onboarding --- \today} 168 + \end{minipage}% 169 + \hfill 170 + \begin{minipage}[b]{0.20\linewidth} 171 + \begin{flushright} 172 + {\color{acdark}\qrcode[height=1.5cm, padding]{\permalink}}\\[0.1em] 173 + {\fontsize{6pt}{7pt}\selectfont\color{acgray} Scan: canonical PDF} 174 + \end{flushright} 175 + \end{minipage} 169 176 170 177 \end{document}