Published June 3, 2026
| Version 1.0.0
Journal article
Open
The Triplicate: A Data-Driven Large-Format Newspaper Layout Engine
Description
Abstract
We present template_newspaper, a pure-Python engine that renders a complete
twelve-page, large-format newspaper to a print-ready PDF from structured YAML
content. The exemplar edition is The Triplicate, a homage to the historic
newspaper of Crescent City, California (founded 1879). The engine demonstrates
designed multi-column page layout — nameplate and ears, spanning headlines,
flowing column frames with an optional rail, drop caps, pull quotes, ruled
modular boxes, data tables, halftone "engraving" figures and running folios —
while keeping a strict separation between content (data) and engine (code):
a new title is a data edit, never a code change. The layout strategy is a hybrid
in which fixed furniture is drawn directly on the canvas to establish where
the column grid begins, after which body copy flows through ReportLab frames
that split paragraphs across columns automatically. The project obeys the
research-template monorepo contract and is discovered and executed by the same
orchestration pipeline as its code- and prose-focused siblings.
---
Associated artifacts
GitHub release: v1.0.0 (https://github.com/docxology/template_newspaper/releases/tag/v1.0.0)
PDF SHA-256: 5c991b5c4c7bb59fd7d7253d7293ec3c3ba2f6262a9e3ba8f1fc224b1c276f03
Files
Friedman_2026_Triplicate_5c991b5c.pdf
Files
(54.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:1ba04485bd6cadfb6ae5a8b9e8e4ac7f
|
54.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/docxology/template_newspaper/releases/tag/v1.0.0 (URL)