Reading arXiv papers: formulas, figures and references
When a paper has an official HTML edition we take the author's original LaTeX, so formulas are never guessed. Otherwise we read the PDF text layer — and scanned papers get an honest error instead of garbled output.
Papers are the content most worth reading closely and the hardest to get through quickly: dense terminology, formulas carrying the load, and figures that often are the argument.
PandaRead has a dedicated path for them. Here is what it does — and what it refuses to do.
arXiv: the official HTML edition first
Paste arxiv.org/abs/…, /pdf/… or /html/… — it makes no difference. We always try the official HTML edition first.
There is exactly one reason: formulas. In arXiv's HTML edition every formula carries an alttext attribute containing the author's original LaTeX. We lift it out verbatim and render it, so formulas involve zero guessing.
Read the same formula out of a PDF and it degrades into scrambled characters — integrals become letters, sub- and superscripts vanish entirely. Any "smart reconstruction" from there is guesswork, and one wrong symbol changes what the equation means. That is not an acceptable error margin.
Only when a paper is too old to have an HTML edition do we fall back to the PDF text layer.
Non-arXiv PDFs
Any direct .pdf link works too, through a two-stage funnel:
- A dedicated PDF parsing service reads it first;
- If that fails, a local text-layer extractor takes over.
The limits, stated plainly: 25 MB and 120,000 characters.
Scanned papers: we say we can't
If the PDF has no text layer at all — the whole thing is images — we tell you we cannot read it. We do not hand you garbled OCR output, and we certainly do not let a model "infer the content from the title".
This is a matter of principle: a summary that looks complete but was invented is far more harmful than an honest failure.
Formulas survive into the cards
Formulas in the body are rendered with KaTeX, equation numbers (\tag{n}) included. The same holds inside knowledge cards: if a stat card's value is a formula, the type size shrinks to fit rather than bursting the card.
Worth knowing: the translation layer has a hard rule about formulas — preserve exactly, never fabricate. Every symbol you see in the translation came from the source.
Which papers suit this best
- Surveys — outline and timeline cards lay out how a field developed;
- Empirical work — comparison tables flatten the differences between baselines;
- Theory — honestly, the least benefit. Cards cannot replace reading a derivation line by line.
The boundary is worth stating up front: this helps you decide whether a paper deserves close reading, and keeps terminology from stopping you once you start. Understanding the key derivations is still your job.