Templates / Whitepaper

Whitepaper PDF template — render it from Markdown

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.

Whitepaper
A
Before & after

Plain Markdown in. A whitepaper worth sending out.

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.

whitepaper.mdMD
# 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.
whitepaper.pdfPDF
Whitepaper
A
Render it your way

Three ways to render the whitepaper.

Dashboard

Paste your Markdown in the editor, pick Whitepaper, and download the PDF — no code involved.

REST API
curl https://inkrun.dev/api/v1/render \
  -H "Authorization: Bearer sk_..." \
  -H "Accept: application/pdf" \
  -d '{"template": "whitepaper", "markdown": "# ..."}' \
  --output whitepaper.pdf
MCP · your agent

Add the Inkrun MCP connector once, then ask your agent:

Assemble these research notes into a whitepaper and render it with the whitepaper template.
FAQ

Whitepaper template — common questions.

Does the typography hold up over 30+ pages?

Yes — heading scale, spacing and page numbering are theme-controlled, so page 34 is set exactly like page 3.

Can I include charts and figures?

Markdown images render inline at print resolution, and tables get the template's editorial styling; complex figures are best exported as images.

Can we brand a whitepaper series?

Duplicate the template with your accent and fonts once — every paper in the series then renders from the same locked design.

Related templates

If you render whitepapers, you probably ship these too.

Case Study
Section heading
Rendered with Inkrun
Case Study

Editorial slab headings with a warm, confident rust.

A4Slab headSerif body
Explore this template
Editorial Letter
A
Editorial Letter

A magazine feature look — drop-cap opener in a deep burgundy.

A4Playfair Display headLora body
Explore this template
Technical Manual
Section heading
Rendered with Inkrun
Technical Manual

Monospace headings for API references and developer docs.

A4Mono headSans body
Explore this template
Inkrun © 2026