Part Five — Document Projects Chapter Twenty-three

Designing an Academic Document

Academic documents have the most demanding readers and the most neglected typography. Working within strict conventions still leaves room for craft — and craft makes a measurable difference to how a paper is received.

Academic typography is the most constrained of all the document types in this part. A journal has a house style. A thesis has university regulations. A conference paper has a submission template. The designer — if the word even applies in most cases, since most academics typeset their own work — operates within a set of requirements that have been decided by editors, examiners, and committees who are thinking about consistency and archival standards, not about typographic quality. And yet, within these constraints, there is more latitude than most academics realise, and the decisions that fill that latitude make a genuine difference: not to whether the paper is published, but to whether it is read with the same trust and ease that a well-made text produces in any reader, in any medium.

This chapter takes a different approach from the previous two. Rather than building a layout from scratch, it asks a more practical question: given a set of constraints — a required format, a house typeface, specific margin requirements — how do you make the best possible typographic decisions within them? The answer involves the same principles that have run through this entire book. It also involves knowing which constraints are real and which are merely habitual.

· · ·

Conventions and why they exist Understanding the rules before working within them

The conventions of academic typography are not arbitrary, even when they feel that way. Most of them exist for good reasons — reasons related to the specific needs of academic reading, the requirements of archival reproduction, and the conventions of citation and cross-reference that make scholarship cumulative rather than isolated.

Double spacing, for instance — required by most journal submission guidelines and many thesis regulations — exists not because it looks good (it does not) but because it provides space for copyeditors and reviewers to write corrections between lines. It is a working document convention, not a reading convention. A submitted manuscript in double-space is expected to be typeset by the journal's own design team before publication. The typeset version you are likely producing with Paged.js is a different thing: a camera-ready submission, or a thesis in its final form, or a preprint. These are final documents, and they should be set with single spacing at an appropriate line-height — exactly as the chapters on typography specified.

Similarly, the requirement for large margins in thesis regulations often exists to accommodate institutional binding — a thick margin on the inner edge allows text to remain readable after the gutter is swallowed by the binding mechanism. This is a legitimate physical requirement. But the specification of 25mm or 30mm as the outer, head, and foot margins is typically an administrative choice, not a typographic one. If the regulations specify minimum margins rather than exact margins, you have room to apply the classical proportions from Chapter 14 while still meeting the requirement.

The general principle is: understand why each constraint exists before deciding how much it binds you. Constraints that exist for physical or functional reasons — binding margins, submission formats, citation conventions — should be respected. Constraints that exist purely by inertia — Times New Roman because it was the default font in 1995, double-spacing because that was the instruction before camera-ready became standard — can often be adapted within the spirit of the requirement without violating the letter of it.

CONVENTION REASON LATITUDE IN FINAL DOCUMENT Double spacing Space for editorial corrections Single space at 1.6–1.8 lh in camera-ready / final docs Large inner margin Binding allowance Must meet minimum; classical proportions usually satisfy it Times New Roman 12pt Inertia / default setting Any equivalent serif is usually acceptable if not specified Numbered references Cross-reference efficiency Fixed — implement it well; cannot change citation style Section numbering Navigation in long documents Typography of the numbers is your choice — make them clear Abstract on title page Discoverability / indexing Layout within the abstract box is yours to determine Some latitude available Fixed — implement correctly

Figure 23.1 — Academic conventions mapped to their reasons. Six common academic typography conventions, the functional reason behind each, and the degree of latitude available when producing a final document. Double spacing and Times New Roman are largely habitual and carry significant latitude in camera-ready work. Large inner margins, section numbering, abstract placement, and numbered references are functionally motivated — but even within these constraints, the typographic execution remains the designer's responsibility.

· · ·

Title block, abstract, and keywords The front page as first impression

The title page of an academic paper is the first page a reader sees, and frequently the last they look at carefully before going directly to the abstract and the figures. Its job is to establish authorship, identify the paper's location in the scholarly conversation (journal, conference, volume, issue, DOI), and set the tone for what follows. It should do all of this without fuss — a well-made title page is not noticed, but a poorly made one (crowded, misaligned, typographically inconsistent) signals carelessness before the first word of the paper has been read.

The standard academic title page has three zones: the title itself (large, centred, given generous space), the author block (names, affiliations, contact information), and the paper metadata (journal name, submission date, DOI, keywords). These zones are separated by whitespace and occasional horizontal rules, and are typically centred horizontally to signal symmetry and formality. In a preprint or thesis, the date and institutional details replace the journal metadata.

The abstract is the most read section of any academic paper, and frequently the only section read by many researchers who are assessing relevance before committing to the full text. It should be typeset with slightly more care than the body text — often at a slightly smaller size in a shaded panel, to visually distinguish it from the paper's main argument. The visual distinction matters because it signals to the reader that this is a summary and not the beginning of the argument; reading the abstract is a different reading task from reading the paper.

Keywords follow the abstract in most citation standards. They serve a machine-readable function — facilitating indexing and search — but their visual presentation matters to the human reader too. A keyword list that is set identically to body text is easy to overlook; a keyword list with a clear label and slightly differentiated type (smaller, in the UI typeface) is easy to locate and easy to skip when the reader decides it does not apply to them.

Academic paper title block text-align: center · abstract tint

Urban Canopy Loss and Heat Island Amplification in Mid-Sized European Cities, 2005–2023

Marta Jelínková1, Pieter Van den Berg2, Sigrid Halvorsen1

1 Urban Ecology Institute, Masaryk University, Brno, Czech Republic

2 Department of Environmental Planning, KU Leuven, Belgium

Journal of Urban Ecology · Submitted 14 March 2024 · Accepted 28 April 2024

doi: 10.1093/jue/2024.0312

Abstract

We analyse satellite-derived tree cover data for 47 mid-sized European cities between 2005 and 2023, finding a median decline of 3.3 percentage points in urban canopy cover across the study sample. Losses are concentrated in rapidly developing peripheral districts and correlate strongly with increased land surface temperatures during summer months. Cities with tree-protection ordinances requiring canopy replacement at a 3:1 ratio experienced significantly smaller losses, with a median decline of 0.8 percentage points compared to 4.7 points for cities without such regulations.

We estimate that the observed canopy loss is associated with additional peak summer temperatures of approximately 2.1°C in affected districts, with disproportionate impacts on elderly populations and residents of affordable housing stock. Three intervention scenarios — conservative, moderate, and ambitious — are modelled for projected cost and benefit over a 20-year horizon. The moderate scenario, requiring initial investment of approximately €340 million across the study cities, is projected to generate net economic benefits of €1.2 billion through energy savings, reduced hospitalisation, and increased property values.

Keywords: urban forestry · heat island · canopy cover · tree protection ordinances · urban planning · climate adaptation

Figure 23.2 — Academic paper title block and abstract. Centred title in body typeface at display size; author names with affiliation superscripts; affiliations and journal metadata in the UI typeface at secondary size; DOI in monospace. Abstract in a tinted panel at slightly smaller size, visually distinguished from the paper body to signal its function as a summary. Keywords follow in the UI typeface with a bold label, clearly separated from the abstract prose.

/* ── Academic title block ───────────────────────── */
.paper-title-block {
  text-align:     center;
  padding-bottom: var(--space-lg);
  border-bottom:  1px solid var(--rule);
  margin-bottom:  var(--space-lg);
}

.paper-title {
  font-family:    var(--font-body);
  font-size:      var(--text-xl);
  font-weight:    400;
  line-height:    1.2;
  margin-bottom:  var(--space-md);
}

/* ── Abstract panel ──────────────────────────────── */
.paper-abstract {
  background:     var(--highlight);
  padding:        1.25rem 1.5rem;
  break-inside:   avoid;
  break-after:    page; /* body text begins fresh page */
}

.paper-abstract-body {
  font-size:      var(--text-sm);
  line-height:    1.7;
  color:          var(--ink-mid);
}

.paper-keywords {
  margin-top:     var(--space-sm);
  font-family:    var(--font-ui);
  font-size:      var(--text-xs);
  color:          var(--ink-faint);
}
· · ·

Citation styles and reference lists The typography of scholarly apparatus

Citations and references are where most academic documents fail typographically, and not because the formatting is wrong. The content is usually formatted correctly according to the citation style. The failure is in the visual presentation: reference lists rendered as undifferentiated walls of text, in-text citations in a typeface and size identical to the surrounding prose, footnote references that are too small to read without squinting. The scholarly apparatus is as much a part of the document as the argument — in a literature-heavy field, the references may occupy a third of the page count — and it deserves the same typographic attention.

The three most common citation systems in academic publishing — author-date (Chicago/APA), numbered (Vancouver/IEEE), and footnote/endnote (classical humanities) — each have specific typographic implications. Author-date citations in the text (Jelínková et al., 2024) are minimally disruptive to reading because they are brief. Numbered citations ([14]) are the least disruptive of all: a single character that the reader can ignore or follow at will. Footnote citations interrupt the reading flow most significantly — the reader's eye must travel to the bottom of the page and back — and therefore benefit most from the visual refinements possible with Paged.js's footnote support.

For the reference list itself, three typographic decisions have the greatest impact on legibility. First, hanging indent: each reference is set with the first line at the full column width and subsequent lines indented, so that the author names — the primary navigation point in an alphabetical reference list — are always at the left margin and easily scanned. Second, author names in small capitals: this distinguishes author names from titles at a glance without the visual disruption of bold weight. Third, consistent separation between entries: a half-line of space between entries, and a clear visual separation between the entry number or author and the reference text.

Default — undifferentiated

1. Jelínková M, Van den Berg P, Halvorsen S. Urban canopy loss and heat island amplification in mid-sized European cities, 2005–2023. J Urban Ecol. 2024;12(3):45–68. doi:10.1093/jue/2024.0312

2. Nowak D, Crane D. Carbon storage and sequestration by urban trees in the USA. Environ Pollut. 2002;116(3):381–389.

3. Kovats RS, Hajat S. Heat stress and public health: a critical review. Annu Rev Public Health. 2008;29:41–55.

4. European Environment Agency. Urban green infrastructure: linking concepts, practices and people. Copenhagen: EEA; 2020. Report No.: 6/2020.

Author names, titles, and journal names visually indistinct. Numbers crowd against text. Entries run together.
Typographically considered
1.
Jelínková M, Van den Berg P, Halvorsen S. Urban canopy loss and heat island amplification in mid-sized European cities, 2005–2023. J Urban Ecol. 2024;12(3):45–68. doi:10.1093/jue/2024.0312
2.
Nowak D, Crane D. Carbon storage and sequestration by urban trees in the USA. Environ Pollut. 2002;116(3):381–389.
3.
Kovats RS, Hajat S. Heat stress and public health: a critical review. Annu Rev Public Health. 2008;29:41–55.
4.
European Environment Agency. Urban green infrastructure: linking concepts, practices and people. Copenhagen: EEA; 2020. Report No. 6/2020. doi:10.2800/123456
Numbers in accent color with CSS Grid alignment. Author names in small caps — scannable at a glance. DOIs in secondary typeface. Tabular lining numerals for volume and page numbers.

Figure 23.3 — Reference list, before and after typographic treatment. Left: the default presentation — every element at the same weight and size, entries not visually separated, reference numbers crowding the text. Right: typographically considered — CSS Grid places numbers cleanly in a fixed-width column; author names are in small capitals for quick scanning; DOIs are set in the secondary typeface at a smaller size; tabular lining numerals are used for volume and page numbers. The content is identical; the legibility difference is significant.

/* ── Reference list entries ────────────────────── */
.ref-list {
  font-size:    var(--text-sm);
  line-height:  1.65;
  counter-reset: ref;
}

.ref-entry {
  display:              grid;
  grid-template-columns: 1.5rem 1fr;
  gap:                  0.5rem;
  margin-bottom:        0.75rem;
  counter-increment:    ref;
  break-inside:         avoid;
}

.ref-entry::before {
  content:    counter(ref) ".";
  font-family: var(--font-ui);
  font-size:   var(--text-xs);
  color:       var(--accent);
  padding-top: 0.1rem;
}

/* Author names in small caps for scannability   */
.ref-author {
  font-variant-caps:  all-small-caps;
  letter-spacing:     0.04em;
  color:              var(--ink);
}

/* DOI: monospace or secondary typeface           */
.ref-doi {
  font-family:   var(--font-ui);
  font-size:     var(--text-xs);
  color:         var(--ink-faint);
}

/* Volume and page numbers: tabular lining       */
.ref-nums {
  font-variant-numeric: lining-nums tabular-nums;
}
· · ·

Making a constrained document excellent The choices that remain when the rules are fixed

Once the mandatory elements are settled — the citation style, the heading structure, the margin requirements — the latitude remaining is concentrated in a handful of decisions that have disproportionate impact on how the document reads. These are the decisions that most academics, working in Word or LaTeX with default settings, never make at all. Making them deliberately, within the constraints of the required format, is what the craft of academic typography consists of.

Line-height. Most academic documents are set at double spacing (manuscript format) or at a word-processor default of 1.15 or 1.0 — all of which are either too open or too tight for comfortable sustained reading. A line-height of 1.6 to 1.8 for body text at 11–12pt is correct and satisfies most "appropriate spacing" requirements. If the requirement is specifically for double spacing (2.0), this is almost always a manuscript submission requirement, not a final document requirement.

Paragraph treatment. Academic word processors default to paragraph spacing (a blank line between paragraphs). For a literary or humanities paper, paragraph indentation produces a more professional result. For a scientific paper with many short sections, paragraph spacing is more conventional and appropriate. Either way, the choice should be made deliberately rather than accepted as the default.

Heading hierarchy. The heading system in most academic documents is underdesigned. Levels are distinguished by bold and italic in the same typeface at the same size, which produces a visual hierarchy that is technically present but perceptually weak. Using size differences from the type scale — even modest ones — in combination with weight and style creates a more legible hierarchy without departing from academic convention.

Figure captions and table titles. These are among the most-read elements in a scientific paper, after the abstract and the headings. They should be typeset clearly, in a slightly smaller size than the body text, with the figure number or table number in a visually distinct treatment (the accent color, or the UI typeface) so that cross-references within the text can be resolved at a glance.

On the expectations of academic readers

Academic readers are among the most demanding of any audience. They read critically, they notice inconsistency, and they have spent years reading documents in the same format, which means any departure from convention is immediately visible. This is not a reason to accept poor typography — it is a reason to be precise about which conventions you follow and which you improve upon.

The most useful question to ask of any academic typography decision is: does this make the argument easier to follow? A clear heading hierarchy that reflects the logical structure of the paper makes it easier to follow. A reference list in which author names can be scanned quickly makes it easier to assess the depth of the literature review. Paragraph indentation that keeps the text flowing as continuous prose makes a theoretical argument easier to sustain. None of these improvements violates academic convention. All of them make the paper more likely to be read with the attention it deserves.

· · ·

Academic typography is, in the end, an argument that the work has been taken seriously — that the author cared enough about the reader's experience to do more than apply default settings. This care does not guarantee a good paper. But it produces a document in which a good paper is easier to find, easier to read, and easier to trust. And that, at the level of craft, is what typography has always been for.

With Chapter 23, Part Five — and the document projects section of the book — is complete. Part Six turns to the question of workflow: how to maintain, update, and distribute documents produced with Paged.js, how to integrate the work into larger toolchains, and how to think about versioning, collaboration, and the long-term sustainability of HTML-based document production.