Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

fix: force code line wrapping in cards template + rebuild identity cards

Added lstset override in ac-paper-cards.sty for narrow cards: breaklines, breakatwhitespace=false, columns=fullflexible, footnotesize, hookrightarrow continuation marks. Fixes code/URL overflow on 3.2" cards.

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

+15
+15
papers/ac-paper-cards.sty
··· 211 211 \hyphenpenalty=50 % encourage hyphenation (default 50, lower = more) 212 212 \exhyphenpenalty=50 % also break at explicit hyphens in compounds 213 213 214 + % === LISTINGS OVERFLOW PREVENTION === 215 + % Force line breaking in code listings on narrow cards. 216 + \AtBeginDocument{% 217 + \lstset{ 218 + breaklines=true, 219 + breakatwhitespace=false, 220 + breakautoindent=true, 221 + postbreak=\mbox{\textcolor{acgray}{$\hookrightarrow$}\space}, 222 + basicstyle=\ttfamily\footnotesize, 223 + columns=fullflexible, 224 + xleftmargin=0.3em, 225 + xrightmargin=0.3em, 226 + }% 227 + } 228 + 214 229 % === TABLE OVERFLOW PREVENTION === 215 230 % Cards are only ~3.2in wide — tables must never exceed column width. 216 231 \RequirePackage{tabularx} % auto-stretching X columns
system/public/papers.aesthetic.computer/handle-identity-atproto-26-arxiv-cards.pdf

This is a binary file and will not be displayed.