Skip to main content

Reviewing the Galley

Proofreading is not re-editing the manuscript โ€” your goal is to catch errors that were introduced during typesetting, not to suggest new wording. This page describes what to look for in each galley format and how to keep track of the corrections you find.

General Approachโ€‹

Before diving into format-specific checks, read through the galley once in full without marking anything. This gives you a sense of the article's structure and makes it easier to spot inconsistencies on your focused second pass.

Read the copyedited manuscript first

If the Layout Editor has made the copyedited manuscript available in Production Ready Files, skim it before reviewing the galley. This helps you distinguish typesetting errors from issues that were already present in the manuscript.


Checking PDF Galleysโ€‹

Typographyโ€‹

ItemWhat to look for
FontsConsistent font family and size throughout body text, headings, captions, and footnotes
SpacingNo double spaces, irregular line spacing, or unexpected blank lines
HyphenationHyphenated words split correctly across lines; no incorrect breaks mid-word
Special charactersAccented letters, Greek symbols, mathematical operators, and em-dashes rendered correctly
Quotation marksCurly (typographic) quotes used consistently; no stray straight quotes

Formattingโ€‹

  • Headings: Check that Heading 1, 2, and 3 styles are applied consistently and match the journal's style guide.
  • Bold and italic: Confirm emphasis is applied only where the manuscript intends it.
  • Lists: Bulleted and numbered lists are indented and punctuated consistently.
  • Footnotes/endnotes: Numbered correctly and placed on the correct page.

Tablesโ€‹

ItemWhat to check
Column alignmentNumbers right-aligned; text left- or centre-aligned per journal style
BordersLines present where expected; no extra or missing borders
Header rowBold or shaded header row clearly distinguishes column labels from data
CaptionTable number and caption appear above the table (per most style guides)
Continued tablesMulti-page tables labelled "continued" on subsequent pages

Figures and Imagesโ€‹

  • Figure numbers and captions appear below the figure.
  • Images are sharp and not pixelated or stretched.
  • Captions match the figure described.
  • Colour figures reproduce acceptably in greyscale if the journal publishes print copies.

Page Flowโ€‹

  • No widows (a single line at the top of a page) or orphans (a single line at the bottom).
  • Section headings are not stranded at the bottom of a page without at least two lines of body text following them.
  • Page numbers are present, correctly sequenced, and positioned consistently.

Metadata on the First Pageโ€‹

The first page (or header/footer) typically includes:

ElementCheck
Article titleMatches the accepted manuscript exactly
Author namesCorrect spelling, correct order, affiliations accurate
DOI / journal nameFormatted correctly; DOI is not broken across a line
Volume, issue, yearCorrect values supplied by the editor
Received / accepted datesPresent if required by journal style
info

If any metadata is wrong, note it in your corrections list with the exact text that should appear. Do not assume the Layout Editor will notice โ€” metadata errors can persist to the published record.

Referencesโ€‹

  • Reference list style matches the journal's citation style (APA, Chicago, Vancouver, etc.).
  • Author names, titles, volume/issue numbers, and page ranges are correct.
  • DOIs in the reference list are live (where possible, copy-paste a sample into your browser to verify).

Checking HTML Galleysโ€‹

  1. Click every hyperlink in the article body, including DOIs in the reference list.
  2. Confirm the link opens the correct resource and does not return a 404 or redirect to an unrelated page.
  3. Report broken links with the anchor text and expected URL.

Heading Hierarchyโ€‹

HTML heading levels convey document structure to screen readers and search engines.

Expected hierarchyIssue to flag
<h1> โ€” article titleMissing or used for a sub-section
<h2> โ€” major sectionsSkipped from <h1> directly to <h3>
<h3> โ€” sub-sections<h3> used before any <h2> is established

Use your browser's developer tools (F12 โ†’ Elements) or an accessibility checker to inspect heading structure quickly.

Responsive Displayโ€‹

Resize your browser window to simulate mobile and tablet screen sizes:

  • Tables should scroll horizontally on narrow screens rather than overflowing out of view.
  • Images should scale down proportionally.
  • No text should overlap or be clipped.
Browser device emulation

In Chrome or Firefox, press F12, then click the Toggle Device Toolbar icon (Ctrl+Shift+M / Cmd+Shift+M) to simulate phone or tablet widths without needing a physical device.

Other HTML Checksโ€‹

ItemWhat to verify
Special charactersMathematical symbols, Greek letters, and diacritics display correctly
TablesColumns aligned; no merged cells misaligned; header row visually distinct
Figure alt textImages have descriptive alt text (check via Inspect Element)
FootnotesBack-links from footnote to the in-text superscript work

Checking XML Galleysโ€‹

XML galleys (e.g., JATS XML) are primarily machine-readable, but Proofreaders may still be asked to review them for accuracy.

AreaWhat to check
Article metadataTitle, author names, affiliations, and abstract match the accepted manuscript
Section taggingBody sections correctly tagged as <sec>, figures as <fig>, tables as <table-wrap>
Reference listEach reference has a complete <mixed-citation> or <element-citation> entry
Special charactersUnicode characters or XML entities render as the intended glyph when the XML is opened in a browser
note

If you are not familiar with XML, you can open the file in a browser โ€” it will render the raw markup. Focus on whether text content (titles, author names, abstract) looks correct rather than on the XML tags themselves. Flag anything that looks out of place.


Using Annotation Toolsโ€‹

Adobe Acrobat Reader / Preview (PDF)โ€‹

  1. Open the PDF in your annotation-capable viewer.
  2. Use Highlight to mark the location of an error.
  3. Use Sticky Note (Comment) to describe the error and your suggested correction.
  4. Use Strikethrough for text that should be deleted.
  5. Save the annotated PDF โ€” you will attach it to the OJS discussion thread.

Browser Annotation (HTML)โ€‹

Tools such as Hypothesis allow you to annotate HTML pages in the browser. Alternatively, take labelled screenshots of problem areas and attach them to the discussion thread.


Preparing a Corrections Listโ€‹

As you review, compile corrections in a structured list. A clear list makes it much easier for the Layout Editor to locate and fix each issue quickly.

For each error, record:

FieldExample
FormatPDF
Page / LocationPage 4, paragraph 2
ElementBody text
Error"recieve" (misspelling)
Suggested fixChange to "receive"

You can keep this list in a plain-text file, a word-processing document, or directly as a structured OJS discussion message. See Reporting Corrections for guidance on submitting it.


Further Readingโ€‹