Manuscript Format for Ebooks

Ebook manuscript format is different from the traditional double-spaced format used for literary agent submissions. The goal here is a Word document that converts cleanly to EPUB — with proper chapter structure, correct paragraph indentation, and no formatting artifacts that break e-reader rendering. These are the standards for KDP, Apple Books, Kobo, and IngramSpark.

Ebook manuscript formatting standards

ElementStandardWhy it matters
Chapter titlesHeading 1 style in WordHeading 1 is how EPUB formatters detect chapter breaks and generate the nav table of contents. Bold body text looks identical on screen but creates no chapter structure in the EPUB.
Body textNormal style, no direct formattingApply the Normal paragraph style consistently throughout. Don't manually override font size, family, or spacing at the paragraph level — these become inline CSS in the EPUB and break e-reader rendering.
Paragraph indentationFirst-line indent 0.3–0.5 inch via paragraph settingsTab characters convert to literal tab elements in EPUB HTML. Use Word's First Line Indent setting — it exports as a CSS text-indent value that e-readers understand.
Line spacingSingle or 1.15Double-spaced documents introduce extra vertical space between paragraphs in the converted EPUB, since the line height is applied to empty paragraph elements that Word uses for spacing.
Between-paragraph spacingNone (0pt Space Before / After)EPUB prose uses first-line indentation, not space between paragraphs. Extra Space After settings become padding on each paragraph element — the spacing adds up visually on long chapters.
Scene breaksSingle line with * or ***A centered row of asterisks on its own line converts cleanly. Multiple blank lines used as visual spacers become a run of empty elements that some validators flag.
Bold and italicWord's bold/italic (Ctrl+B / Ctrl+I)These export as <strong> and <em> elements — correct semantic HTML that e-readers render properly. Decorative fonts or manual weight changes don't convert.
Em dashesProper em dash character (—)Word's autocorrect sometimes produces double hyphens (--) instead of em dashes. These appear as -- in the EPUB. Check with the Manuscript Cleanup Checker before converting.

How to prepare your manuscript for EPUB conversion

Apply these in order before uploading to the EPUB Formatter.

1. Apply Heading 1 to every chapter title

In Word: select each chapter title, click Heading 1 in the Styles panel. Don't just make text bold and larger — apply the Heading 1 style. This is the signal the EPUB Formatter uses to generate chapter breaks and nav entries.

2. Convert tab indents to paragraph indents

Find and replace all tab characters (^t in Word's Find & Replace) with nothing, then set a First Line Indent of 0.3 inches on your Normal paragraph style. Tab characters produce literal tab elements in EPUB HTML.

3. Remove extra blank lines

Use Find & Replace with two paragraph marks (^p^p in the Find box) to locate and remove runs of blank lines used for visual spacing. A single blank line for scene breaks is fine; multiples become empty EPUB elements.

4. Run Manuscript Cleanup Checker

The free checker flags double spaces, straight quotes, broken em dashes, and other artifacts that produce visible errors in the converted EPUB. Fix them in Word before uploading.

5. Upload to EPUB Formatter

Upload the .docx file. The formatter converts to EPUB 3.0, maps Heading styles to chapters, generates the nav document, and outputs a file that passes epubcheck.

A note on "book format spacing"

For ebooks, spacing is controlled by the CSS in the EPUB file — not by the spacing settings in your Word document. The EPUB Formatter applies standard ebook CSS: no space before paragraphs, a text-indent for first lines, and a line-height appropriate for body text. What matters in your manuscript is that you haven't used manual spacing (tab indents, blank-line gaps, Space After settings) that would create artifacts in the converted file. Get the structure right in Word; let the formatter handle the final spacing.

Frequently asked questions

What's the difference between traditional manuscript format and ebook manuscript format?

Traditional manuscript format (Courier 12pt, double-spaced, 1-inch margins, header with name/title/page number) is designed for literary agents and editors reading printed pages. Ebook manuscript format is designed for conversion to EPUB — Heading styles for chapter breaks, paragraph-style indents rather than tab indents, no manual spacing, and a single consistent body font. The two formats have almost nothing in common because they serve different purposes.

Do I need to format my manuscript before converting to EPUB?

Yes, in the sense that how your Word document is structured determines the quality of the EPUB output. A document with Heading 1 on chapter titles, consistent Normal-style body text, and paragraph-style indentation converts cleanly. A document with manually bolded chapter titles, tab indents, and multiple blank lines for spacing produces a messy EPUB with no chapter structure.

What font should I use in a manuscript for ebook?

Font choice in your Word file doesn't carry into the EPUB the way print fonts do. Most EPUB files specify a generic font stack (serif for body, sans-serif for headings) and let the e-reader apply the reader's preferred font. The important thing is consistency — use one body font throughout, apply it via the Normal paragraph style, and don't mix font families within the manuscript. The formatting tool handles the final font definition.

What line spacing should I use for an ebook manuscript?

Single or 1.15 spacing in Word for ebook manuscripts. The EPUB renderer applies its own line height based on the CSS and the reader's font size preference — the line spacing in your Word document doesn't transfer directly to the EPUB. What matters is avoiding double-spacing or 2.0 spacing, which produces extra blank paragraph artifacts in the converted file.

Should I use tab indents or paragraph indentation?

Paragraph-style indentation only. Tab characters ( ) become literal tab elements in EPUB HTML and render inconsistently across e-readers — some show them as large gaps, others ignore them entirely. Use Word's paragraph First Line Indent setting (Format → Paragraph → Indentation → Special → First line) to set a 0.3–0.5 inch first-line indent. This converts cleanly.

What spacing should I use between paragraphs in an ebook?

No extra spacing between paragraphs. Ebook fiction uses first-line indentation to signal paragraph breaks — not the space-between-paragraphs style common in web writing. Extra blank paragraphs or Space After settings in Word become empty elements in the EPUB that can trigger validation warnings. The exception is scene breaks, which use a single centered asterisk or three asterisks on their own line.

Can BookKraft AI fix manuscript formatting issues automatically?

The Manuscript Cleanup Checker catches and flags the most common formatting artifacts — double spaces, straight quotes where smart quotes should be, tab indents, multiple consecutive blank lines, and broken em dashes. It identifies what needs fixing so you can correct it in Word before converting. The EPUB Formatter then handles the structural conversion from a clean .docx to a valid EPUB 3.0 file.

Ready to convert? See the Word to EPUB guide for the full conversion walkthrough. For EPUB errors that appear after conversion, see the EPUB error reference. Full EPUB formatting workflow including metadata and TOC is in the EPUB formatting guide.

Check your manuscript before converting — free.

Catch formatting artifacts that cause EPUB errors. No account required.

Open Manuscript Cleanup Checker →