Long-form arguments deserve book-grade typesetting. The Whitepaper template pairs Playfair Display headings with a Merriweather body in sepia ink on A4 — a measured reading rhythm, footnote-friendly density, and figure and table styling that keeps a 20-page argument feeling composed rather than assembled.
Write the research in Markdown — sections, evidence tables, block-quoted sources. Inkrun typesets it: consistent heading scale across every chapter, tables that break cleanly, running page numbers. The design holds whether the paper is six pages or forty, and the next paper in the series matches this one exactly.
# The Economics of Deterministic Rendering **Northwind Research** · Whitepaper · July 2026 ## Abstract Organizations producing documents at scale pay twice for non-determinism: once in review cycles, once in brand drift. This paper quantifies both costs across 1,400 rendered documents and proposes a template-locked pipeline as remedy. ## 1. The hidden cost of "looks about right" Document review in the surveyed teams spent **31%** of cycle time on formatting rather than content. Each manual fix introduced a new variant of the house style. > Formatting is a distributed system problem: every editor is > a node applying its own patch. ## 2. Method We instrumented three document pipelines over 90 days: | Pipeline | Docs | Format defects | Review hrs | | --------------- | ---- | -------------- | ---------- | | Manual (docs) | 512 | 214 | 388 | | Scripted HTML | 430 | 77 | 191 | | Template-locked | 458 | 3 | 62 | ## 3. Findings Template-locked rendering removed 98.6% of format defects and cut review time 84% against the manual baseline. ## 4. Conclusion Content and design separate cleanly when the design cannot be edited from inside the document. The economics follow.
Paste your Markdown in the editor, pick Whitepaper, and download the PDF — no code involved.
curl https://inkrun.dev/api/v1/render \
-H "Authorization: Bearer sk_..." \
-H "Accept: application/pdf" \
-d '{"template": "whitepaper", "markdown": "# ..."}' \
--output whitepaper.pdfAdd the Inkrun MCP connector once, then ask your agent:
“Assemble these research notes into a whitepaper and render it with the whitepaper template.”
Yes — heading scale, spacing and page numbering are theme-controlled, so page 34 is set exactly like page 3.
Markdown images render inline at print resolution, and tables get the template's editorial styling; complex figures are best exported as images.
Duplicate the template with your accent and fonts once — every paper in the series then renders from the same locked design.
Editorial slab headings with a warm, confident rust.
A magazine feature look — drop-cap opener in a deep burgundy.
Monospace headings for API references and developer docs.