... more self publishing guides
When writing your book you should separate the writing from the formatting. Write first, format later. However, there are some steps you can make when writing that will make the job of formatting easier and help prevent errors in the formatting process.
Below are some of the most common issues I see in documents sent to me to be formatted.
Extra spaces or tabs used to create an indent for the first line of each paragraph
Two or more paragraph breaks between paragraphs
Two spaces between sentences instead of one
Manual line breaks at the end of each line of text in a paragraph
Two line breaks inserted at the end of a paragraph instead of a paragraph break
Using tabs at the end of a paragraph to create a new paragraph
Creating complex tables, charts, graphs at a page size larger than your book size
Using only a paragraph break to create a scene break between paragraphs
A series of paragraph breaks (created by
hitting the enter key) to force text onto the next page
You should also check with your book formatter to see if they have specific requirements as to how your document should be setup before sending to them.
If you have a document already written that has some of these issues that you would like to clean up you can use a series of find/replace searches which is discussed at the end of this article.
To view the formatting markup (as shown in the screenshots below) find and toggle on the Show/Hide icon in Microsoft Word.
The location for this in Word 2007 is shown below:

Do not use extra spaces or tabs to indent the first line of each paragraph. When formatting, the book formatter will use style settings to set the first line paragraph indent. If you used extra spaces or tabs to create a first line indent in your document the formatter will need to delete them from your document.
WRONG:

The reason many authors do this is that in Microsoft Word 2003 and below the default “Normal” style is set to not indent the first line of a paragraph so authors manually create an indent so they can distinguish paragraph breaks without realizing they should be modifying the style to do this automatically.
Instead of manually adding the indentation you should be changing the style settings for the style you are using for the main chapter text, if using Word’s defaults this would be “Normal”.
In Word 2003 select Format > Styles and Formatting from the menu. In the Styles and Formatting box that appears look for the “Normal” style. Click on the drop down arrow to the right of it and select Modify. In Word 2007 right click the Normal style in the Home /Styles ribbon. Click on Modify.
Click on the Format button at the bottom right of the box that appears. Select Paragraph…
Under Indentation enter 0.5 and check “Don’t add space between paragraphs of the same style”

Now when you type your text into Word using the “Normal” style and start a new paragraph it will be indented automatically and no extra spaces or tabs should be used. Now when you send your document to your formatter they will not need to remove any tabs or spaces which will speed up your job and reduce the possibility of errors.
CORRECT:

Another common mistake similar to the first is adding two or more paragraph breaks between paragraphs (hitting Enter more than once at the end of a paragraph). The reason is the same as above, Microsoft Word’s default style (in Word 2003 and below) is set to not add spacing between paragraphs by default so authors add them in manually with extra paragraph breaks instead of modifying the styling.
WRONG:

Your formatter will need to remove all of these extra paragraph breaks into order to format your book properly which can result in errors and take more time.
A single paragraph break should always be used between paragraphs, not two or more. If you find it easier to write with extra space between paragraphs then you can change the style of “Normal” (or whatever style you are using for your main text) to add the space for you automatically. Using the directions above Uncheck the “Don’t add space between paragraphs of the same style” and make sure Auto is selected for space above and below.
Then when you hit the enter key to start a new paragraph using the “Normal” style (or whatever style you modified) Word will automatically add extra spacing between the paragraphs.
When people used manual typewriters people were taught to hit the spacebar twice between two sentences. However, with modern word processors and fonts only a single space should be inserted between sentences. If you place two between sentences it will throw of justification and the formatter will need to remove the extra spaces.
This is also commonly done by people who learned to type on a manual typewriter. You should not create a line break at the end of each line of text but instead let the text wrap naturally to the next line.
Do not use a line break or multiple line breaks (pressing Ctrl + Enter) and the end of a paragraph. Instead hit the enter key once to create a paragraph break.
WRONG:

CORRECT:

When you reach the end of a paragraph do not hit the tab key to move your cursor to the next line to start a new paragraph. Instead hit the Enter key once to start a new paragraph.
WRONG:

CORRECT:

Usually you will write your book in a typical 8 ˝ x 11 page size. However, if you will be creating tables, charts, graphs or other similar items you should consider setting your page size to the size you plan on printing your book. If you create it for a full size sheet and your book is 5 x 8, they will likely have to be redone to fit within the smaller size.
It is common when writing to create a visual break when there is a scene change in a book. Often this is done by simply inserting a few extra paragraph breaks before the new scene. The problem occurs when your book is sent to your formatter as one of the first things they will usually do is a find and replace to replace two paragraph breaks with a single one as placing two paragraph breaks between paragraphs is a common mistake they correct for (see #2). If you only use paragraph breaks to create the scene breaks they can be lost in the formatting process.
Instead I suggest inserting a few asterisks (***) between scene breaks then instructing the formatter on how you want them to appear visually. This way they will not accidently be lost and it will be clear to the formatter where the scene break is so they can format it accordingly.
Do not use a series of paragraph breaks, created by hitting the enter key, to force a page break.
WRONG:

Instead, insert a hard page break (Insert > Page break) to start a new page. Also, only place a page break in places such as between chapters, after title pages, etc., not between pages within a chapter.
CORRECT:

If you have a document already written that contains any of these mistakes you can do some find and replaces to correct for some of them which I will describe below.
Formatters will often expect to see a few of these mistakes when they receive your document and will often fix them for you as part of your service. However, it is possible that in the process of fixing the mistakes that an unintended error in your text or format will be introduced (for example losing a scene break as a result of fixing two paragraph breaks between paragraphs). You will also want to check with them to see if they charge extra for fixing any of these issues or if it will increase the turnaround time. Providing your formatter with a clean document to begin with is the best way to make sure your book format is done on time, is error free and does not result in extra costs. If you are using our Book Design Wizard cleaning up your original document first will provide the best results.
The methods below use Microsoft Word’s Find/Replace feature. To access this feature in Word 2003 click on Edit, Replace in the menu bar. In Word 2007 click on the Home tab then Replace to the far right.

WARNING: these methods will replace ALL instances in your document. If there are places in your document that the item you are doing a find/replace with is actually used correctly such as tabs to create a column of figures, running these commands may have unintended results. You should be aware of what formatting markup is being used in your document in the various areas before you do any of these find and replaces and ALWAYS save a backup copy of your document before they are applied.
Many of these find and replaces use the Special Formatting options in the find/replace dialogue. To access this click on the More… button then the Special… button. This will allow you to find and replace items such as page breaks, paragraph breaks, etc. The code shown below is what will appear when you select the appropriate item from the Special drop down and can be typed as they are shown or you can use the Special.. drop down to insert them.

FIND: ^p (space*)
REPLACE: ^p
* do not type "(space)" but rather insert a space by hitting the spacebar after the ^p.
There will be no markup visible when you enter a space but you will be able to “see” it if you place your cursor in the Find text field.
Run this multiple times until the message returns 0 replacements made.
To replace tabs used to create a first line indent you can either do...
FIND: ^p^t
REPLACE: ^p
...search for a paragraph break followed by a tab or just replace all tabs with nothing as below.
FIND: ^t
REPLACE:
If you use tabs elsewhere in the document such as columns of text or tables, use the first option.
FIND: ^p^p
REPLACE: ^p
FIND: (place your cursor in the Find field and hit the spacebar twice)
REPLACE: (place your cursor in the Replace field and hit the spacebar once)
FIND: ^l
REPLACE: (space*)
* do not type "(space)" but rather insert a space by hitting the spacebar after the ^p.
There will be no markup visible when you enter a space but you will be able to “see” it if you place your cursor in the Find text field.
Since there may not be a space between the end of the line and the next, removing the line break could result in losing a space between words. To prevent this replace the line breaks with a space, then run another command to replace two spaces with a single space (see #3 above)
FIND: ^l^l
REPLACE: ^p
* Note if you have a document with a line break at the end of each line AND two line breaks to create a new paragraph, run this find/replace first then do the one to replace a single line break with a space.
FIND: ^t^t
REPLACE: ^t
Run this multiple times until 0 are found.
What you are doing is reducing the string of multiple tabs at
the end of a paragraph to a single tab.
Once you have reduced it to a single tab at the end of a
paragraph you can now replace that tab with a single paragraph
break.
FIND: ^t
REPLACE ^p
Article copyright 2009 by Kimberly Martin
All Rights Reserved