STOC has no supplementary-upload channel, no ZIP, and no page cap. One PDF carries everything, and the 2026 CFP draws the line inside that PDF: the abstract, the table of contents, and the first twelve pages are read; material beyond that is read at the committee's discretion (checked 2026-07-08). So "supplementary material" at STOC means the discretionary region of your own submission — and designing it is a first-class writing task, because reviewers enter it selectively, through the pointers you leave.
Uniquely among major venues, STOC names the ToC as guaranteed-read material. Treat it as the map reviewers use to decide which discretionary pages to open:
\tableofcontents % after the abstract, before Section 1
% Section titles should narrate the argument, not label boilerplate:
% 4 Reducing multi-commodity routing to tree embeddings
% 5 The potential-function analysis (proof of Theorem 1.2)
% A Deferred proofs from Section 4
% B The lower-bound construction (proof of Theorem 1.4)
% C Extension to weighted instances
A ToC whose appendix entries name the theorem each section proves lets a reviewer verify exactly the claim they doubt. "Appendix A: Omitted proofs" is a map with no street names.
| Content | First 12 pages | Discretionary appendix | Full version only |
|---|---|---|---|
| Every theorem/corollary statement | Required | Restated with proof | Mirror |
| Technical overview of the main proof | Required | — | Mirror |
| Complete proof of the main theorem | Idea + hardest step | Yes, in full | Yes |
| Routine lemma proofs | No | Yes | Yes |
| Secondary results and extensions | One-sentence pointers | Statements + proofs | Yes |
| Long definitions/preliminaries variants | Compressed | Full generality | Full generality |
| Illustration figures, search procedures | No | Brief procedure note | Complete detail |
| Anything the paper's acceptance depends on | Must be at least stated here | Cannot live only here | Cannot live only here |
The invariant behind every row: a committee member who stops at page twelve must still be able to state your contribution correctly and believe it is probably true; a reviewer who continues must find every belief redeemable.
Deferred proofs are only as good as their forward and backward links:
\emph{Proof in Appendix~\ref{app:lb}.} — one
pointer, exact target, never "proofs appear in the appendix" globally.thmtools/\restatable mechanism keeps restatements literally identical),
so the discretionary reader does not page-flip to reconstruct the claim.\restatable or shared
statement files — never retype (stoc-reproducibility).\refcheck or grepping
every Appendix~\ref target.The submission appendix and the eventual arXiv/ECCC full version usually share
sources but serve different masters: the appendix is optimized for selective
verification during review; the full version for linear reading forever.
Before camera-ready, the full version typically re-expands what the appendix
compressed, restores the general statements, and becomes the canonical document
(stoc-camera-ready and stoc-reproducibility handle that transition and its
drift risks). During review, though, the single submitted PDF must stand alone:
STOC 2026 was double-blind, and a reviewer following an external link to your
named preprint is an anonymity event you caused.
[Appendix architecture] navigable / needs restructuring
[ToC audit] narrates argument / boilerplate labels <- rewrite
[Placement violations] <decision-critical content outside guaranteed pages>
[Pointer check] statement->proof links complete? restatements identical?
[Deferral plan] <what moves to full version entirely>