# Quotes Vendor quotes issued under **Aesthetic Inc.** Source of truth for what was billed, to whom, and for what scope. Each quote lives in its own directory named `-/`; the source and built PDF are both named after the quote ID (`.tex` / `.pdf`). ## Quote ID Format: `AE--` — `AE` for Aesthetic (Inc.), four-digit year, three-digit sequence resetting each year. Set once per quote via `\newcommand{\quoteid}{...}` at the top of the `.tex` source (and used as the filename itself). ## Ledger | Quote ID | Date | Recipient | Scope | Amount | Status | |----------|------|-----------|-------|--------|--------| | [AE-2026-001](AE-2026-001-ucla-social-software/AE-2026-001.pdf) | 2026-04-22 | UCLA Design Media Arts — Social Software (Jinwoo Park; program co-directed by Casey Reas and Lauren Lee McCarthy) | Technical documentation of Social Software runtime/language/tools, analysis of software in production across UCLA DMA, survey of open-source and proprietary stacks; hosted at [sosoft.arts.ucla.edu](https://sosoft.arts.ucla.edu/) | $1,200.00 | Issued | ## Building Each quote builds independently with tectonic: ```bash cd quotes/AE-2026-001-ucla-social-software tectonic -X compile AE-2026-001.tex ``` Relative paths in the source: - Fonts: `../../system/public/type/webfonts/` (YWFT Processing) - Logo: `../../papers/arxiv-ac/figures/pals.pdf` ## Starting a new quote 1. Pick the next sequence number (look at the ledger, increment). 2. `cp -R AE-YYYY-NNN-/ AE-YYYY-NNN+1-/` (or start from a blank fork of an existing one). 3. Rename the `.tex` inside to match the new quote ID. 4. Update `\newcommand{\quoteid}{...}` and the `\permalink` / `\permalinkdisplay` macros to reference the new filename. 5. Update recipient, subject, scope, amount. 6. Build, commit, add a row to the ledger above.