<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make Tech Easier&#187; publishing</title>
	<atom:link href="http://maketecheasier.com/tag/publishing/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Easily Write and Publish eBooks With Sigil</title>
		<link>http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24</link>
		<comments>http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24#comments</comments>
		<pubDate>Fri, 24 Jun 2011 14:58:47 +0000</pubDate>
		<dc:creator>Scott Nesbitt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Ebook]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=34344</guid>
		<description><![CDATA[With the growing popularity of ebook readers like the Kindle and iPad, more and more people are reading on a screen rather than from printed books. And more and more authors are getting into the act. Why not you? Maybe you&#8217;re a budding author who wants to self publish. Or maybe you&#8217;re a software developer [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24&amp;title=How+to+Easily+Write+and+Publish+eBooks+With+Sigil&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24">How to Easily Write and Publish eBooks With Sigil</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-34345" title="ebook reader" src="http://imagecdn.maketecheasier.com/2011/06/ebook_reader.jpg" alt="ebook reader" width="160" height="120" align="left" /> With the growing popularity of ebook readers like the Kindle and iPad, more and more people are reading on a screen rather than from printed books. And more and more authors are getting into the act. Why not you?</p>
<p>Maybe you&#8217;re a budding author who wants to self publish. Or maybe you&#8217;re a software developer who wants to distribute documentation in a slightly different way. You could be a blogger who wants to collect a bunch of their best posts into an ebook.</p>
<p>There are several ways to do that. You could fire up your favorite word processor, start typing, and then create a PDF file. Or you could go straight to a format that just about every electronic device can handle. The easiest way to do that is to write an publish using <a href="http://code.google.com/p/sigil/">Sigil</a><br />
<span id="more-34344"></span><br />
Sigil is an Open Source WYSIWYG ebook editor that produces ebooks in the popular <em>epub</em> format. You can read books in epub format using just about any dedicated ebook reader, on most smartphones and tablets, and even on desktop or laptop computers.</p>
<p>Let&#8217;s take a look at how to use Sigil to write and publish an ebook.</p>
<h2>Installing the Software</h2>
<p>Sigil can run on Linux, Mac OS, and Windows. You can <a href="http://code.google.com/p/sigil/downloads/list">download installers</a> for each operating system from Sigil project&#8217;s website. If you&#8217;re in the mood to embrace your inner geek, you can also download the source code.</p>
<p>Once you&#8217;ve downloaded the installer, just run it. Sigil installs on your computer, and adds an icon to your Start or application menu. For example, you can launch Sigil under Ubuntu by selecting <em>Applications -&gt; Sigil -&gt; Sigil</em>.</p>
<p><img class="aligncenter size-full wp-image-34346" title="Main Sigil window" src="http://imagecdn.maketecheasier.com/2011/06/MTE_Sigil_main.png" alt="Main Sigil window" width="590" height="401" /></p>
<h2>Time to Get Writing</h2>
<p>Sigil is WYSIWYG, which means working in it is a lot like working in a word processor. To get going, just start typing.</p>
<p>The main difference between Sigil and a word processor is that you don&#8217;t get all that much formatting. You can add:</p>
<ul>
<li>Headings</li>
<li>Bold, italics, underline, and strikethrough</li>
<li>Bullets and numbers</li>
<li>Images</li>
</ul>
<p>You can also justify and indent text. All of that is literally a click away on the toolbar. To apply formatting, just highlight the text and click one of the buttons on the toolbar.</p>
<p><img class="aligncenter size-full wp-image-34347" title="Writing the ebook" src="http://imagecdn.maketecheasier.com/2011/06/MTE_Sigil_editing.png" alt="Writing the ebook" width="590" height="401" /></p>
<p>Chances are that you&#8217;ll have more than just a bit of text. And chances are that you&#8217;ll want to break that text up into chapters. To do that, click to the left of the heading that you want to make a chapter title and the select <em>Insert -&gt; Chapter Break</em>.</p>
<p>You&#8217;ll notice that something interesting happens in the left portion of the Sigil window. The new chapter is added to the <strong>Book Browser</strong>.</p>
<p><img class="aligncenter size-full wp-image-34348" title="Book Browser" src="http://imagecdn.maketecheasier.com/2011/06/MTE_Sigil_browser.png" alt="Book Browser" width="258" height="360" /></p>
<p>The Book Browser lists the chapters in your ebook. Out of the box, the chapters are named <strong>Section000x.xhtml</strong>, where <em>x</em> is a number starting at 1. You can change the name of the chapters by right clicking on them, selecting <em>Rename</em> from the menu that appears, and then typing a new name for the chapter.</p>
<p>You can also click and drag chapters in the Book Browser to rearrange them.</p>
<p>Once you&#8217;re finished, save the book. You can open the epub file whenever you want to edit it.</p>
<h2>What If I Already Have Content?</h2>
<p>A book in epub format is essentially a collection of XHTML files. So if you have content that&#8217;s already written in HTML or XHTML format, you can copy and paste that content into Sigil. To do that, open the HTML file in a text editor and copy it. Then, in Sigil, select <em>View -&gt; Code View</em>.</p>
<p><img class="aligncenter size-full wp-image-34349" title="Code view" src="http://imagecdn.maketecheasier.com/2011/06/MTE_Sigil_codeView.png" alt="Code view" width="590" height="392" /></p>
<p>Paste your HTML code into editing window then select <em>View -&gt; Book View</em> to return to WYSIWYG mode. You&#8217;ll probably have to add chapter breaks, which was explained a few paragraphs ago.</p>
<h2>Viewing Your ebook</h2>
<p>Once you&#8217;ve got a draft completed, you&#8217;ll probably want to see what the product looks like. Obviously, the best way to do that is to view the epub on as many ebook readers (and other devices) as you can. Unfortunately, that&#8217;s not always possible. The next best thing to do is use the <a href="http://calibre-ebook.com/">Calibre</a> ebook management software.</p>
<p>After downloading and installing Calibre, use it to open your epub file. Then, click <em>View</em> on the Calibre toolbar. In the viewer window that opens, you can navigate through your ebook, change the size of the fonts, and see any formatting problems.</p>
<p><img class="aligncenter size-full wp-image-34350" title="Viewing an ebook in Calibre" src="http://imagecdn.maketecheasier.com/2011/06/MTE_Sigil_view.png" alt="Viewing an ebook in Calibre" width="590" height="633" /></p>
<h2>Conclusion</h2>
<p>If you need a quick and easy way to write and publish an ebook, then you should give Sigil a look. It can actually do a bit more than what was described in this article, and once you get the hang of the software you&#8217;ll be able to create some very nice looking ebooks.</p>
<p>Photo credit: <a href="http://mrg.bz/RM6dmN" target="_blank" rel="nofollow">super</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24&amp;title=How+to+Easily+Write+and+Publish+eBooks+With+Sigil&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24">How to Easily Write and Publish eBooks With Sigil</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-write-and-publish-ebooks-with-sigil/2011/06/24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Layout a Book with OpenOffice.org: Part 3</title>
		<link>http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27</link>
		<comments>http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27#comments</comments>
		<pubDate>Mon, 27 Jul 2009 12:08:11 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6122</guid>
		<description><![CDATA[In this final part of our series on laying out a book with OpenOffice.org, you will learn how to position illustrations in your book, how to use paragraph styles, and how to export in different formats. What you will take away from this is one method that has worked for me and many other people. At [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27&amp;title=How+to+Layout+a+Book+with+OpenOffice.org%3A+Part+3&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27">How to Layout a Book with OpenOffice.org: Part 3</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6123" src="http://imagecdn.maketecheasier.com/2009/07/openoffice-images.jpg" alt="Inserting an image" width="250" height="265" />In this final part of our series on laying out a book with OpenOffice.org, you will learn how to position illustrations in your book, how to use paragraph styles, and how to export in different formats. What you will take away from this is one method that has worked for me and many other people. At the end of this post, I will provide links for further study on the subject.</p>
<h3>Illustrations</h3>
<p>To insert an image in OpenOffice Writer, simply click &#8220;<em>Insert-&gt;Picture-&gt;From File</em>&#8220;.  Then, select the image that you want, and click <em>OK</em>.</p>
<p>By default, the text will wrap around  your picture. If you do not want this or want a different type of wrapping, right click on the picture and choose the appropriate wrap method from the wrap menu.<br />
<span id="more-6122"></span><br />
The next thing to consider is anchoring. By default, your image will be anchored to the paragraph.  That means that if text is inserted or delete above or below your paragraph, that picture will stay with the paragraph as it moves, even to another page. If your image is page-specific, you should right click, move your arrow to &#8220;Anchor&#8221; and click &#8220;To Page&#8221;.  You can also do all of this from the Graphics toolbar, if you have it enabled.</p>
<p>One final point to note is that your printing company may have specific requirements for images. Many will require an image to be 300ppi (pixels per inch). It is beyond the scope of this article to teach you about photo management, but you can <a href="http://www.design215.com/toolbox/print_guide.php" target="_blank">read more</a> about this issue.</p>
<h3>Styles and Formatting</h3>
<p><img class="aligncenter size-full wp-image-6124" src="http://imagecdn.maketecheasier.com/2009/07/openoffice-style.jpg" alt="openoffice styles and formatting" width="500" height="229" /></p>
<p>For most books, you will want the same font and font size throughout the entire book. You will also want the same indentation, margins, and other formatting. To begin, do the following:</p>
<p>1. Click on the <em>Styles and Formatting</em> button in the toolbar.</p>
<p>2. Right click on &#8220;<em>First line indent</em>&#8221; and click &#8220;<em>New</em>&#8220;. (That will create a style with indentation already set).</p>
<p>3. Give your style a name.</p>
<p>4. Click the <em>Indents &amp; Spacing</em> tab. You can change the amount of indentation and line spacing (most books are single-spaced).</p>
<p>5. Click the Alignment tab. Most books have justified alignment.</p>
<p>6. Click the Text Flow tab.  Because your book will be justified, you will want hyphenation at the end to make the words flow nicely. <a href="http://en.wikipedia.org/wiki/Widows_and_orphans" target="_blank">Orphan and Widow</a> control will keep single lines from ending up by themselves.</p>
<p>7. Click the &#8220;<em>Font</em>&#8221; tab and select the font, typeface, and size that you prefer. You can also select your language here.</p>
<p>8. Click the &#8220;<em>Drop Caps</em>&#8221; tab. If you want to display drop caps at the beginning of a paragraph, you can set that here.</p>
<p>Once you have your style the way you want it, click OK.  You will now have a style that you can apply to any text in your document.  By default, each paragraph will start with the previous style that you were using. You can even tweak that setting in the Organizer tab.</p>
<h3>Exporting</h3>
<p><img class="alignnone size-full wp-image-6125" style="margin: 3px" src="http://imagecdn.maketecheasier.com/2009/07/openoffice-export.jpg" alt="export-pdf" width="460" height="544" /></p>
<p>Most professional printers will not accept Open Document Text (.odt) <a href="http://opendocument.xml.org/" target="_blank">format</a>. While that might change in the future, for now you will have to rely on other formats.  While some printers allow you to export to Microsoft Word document format, you should avoid this if you can.  Chances are, your styles and formatting will be altered in the conversion. The safest bet is to export in PDF or PS format.</p>
<p>OpenOffice.org has built-in support for PDF exporting.  Just follow these easy steps:</p>
<p>1. Click &#8220;File&#8221;</p>
<p>2. Click &#8220;Export as PDF&#8221;</p>
<p>3. Keep it on &#8220;Lossless compression&#8221;. You should leave the other settings as they are unless you have been specifically told to change something.</p>
<p>4. Click &#8220;Export&#8221;.</p>
<p>5. Choose a file name and location and click OK.</p>
<p>If you need to export a PostScript (PS) file, use this method:</p>
<p>1. Click &#8220;File&#8221; and &#8220;Print&#8221;</p>
<p>2. Check the &#8220;Print to file&#8221; box.</p>
<p>3. Click &#8220;Print&#8221;</p>
<p>4. Choose the location and file name.</p>
<p>5. Click OK.</p>
<p>With the skills you have learned in this series, you now have a basic understanding of book layout using OpenOffice.org.  There are other typsetting features, such as frames, that you may want to consider.  There are also typesetting applications like Scribus for more layout-intensive projects (such as magazines).  Depending on what you want to accomplish, there are free software tools available for your needs.  In the end you will have quality work at an affordable cost.</p>
<h3>Further reading:</h3>
<p><a href="http://wiki.services.openoffice.org/wiki/Documentation/OOoAuthors_User_Manual/Writer_Guide/Positioning_graphics_within_the_text" target="_blank">Positioning graphics within the text</a></p>
<p><a href="http://wiki.services.openoffice.org/wiki/Documentation/OOoAuthors_User_Manual/Writer_Guide/Using_frames_for_page_layout" target="_blank">Using frames for page layout</a></p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27&amp;title=How+to+Layout+a+Book+with+OpenOffice.org%3A+Part+3&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27">How to Layout a Book with OpenOffice.org: Part 3</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/layout-a-book-with-openoffice-org-part-3/2009/07/27/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Layout a Book with OpenOffice.org: Part 2</title>
		<link>http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20</link>
		<comments>http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20#comments</comments>
		<pubDate>Mon, 20 Jul 2009 12:00:58 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5976</guid>
		<description><![CDATA[In the first part of this series, I explained how to prepare an OpenOffice.org document for book layout. In this second part, I am going to highlight some key points raised by some of our readers and also how to properly align page numbers and format paragraphs. There are a couple of things you should [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20&amp;title=How+to+Layout+a+Book+with+OpenOffice.org%3A+Part+2&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20">How to Layout a Book with OpenOffice.org: Part 2</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5849" src="http://imagecdn.maketecheasier.com/2009/07/ooo_writer1.png" alt="ooo_writer" width="128" height="128" />In the <a href="http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13" target="_blank">first part</a> of this series, I explained how to prepare an OpenOffice.org document for book layout. In this second part, I am going to highlight some key points raised by some of our readers and also how to properly align page numbers and format paragraphs.</p>
<p>There are a couple of things you should consider before proceeding:</p>
<p><strong>1.</strong> If you are submitting your book to a publisher, they normally do not expect you to format the book or do any typesetting. That is their job. They just want the raw manuscript. In some cases, they may even insist that you use a particular generic font and not change default margins. Make sure you read their submission guidelines.</p>
<p><strong>2.</strong> One of our readers mentioned that he usually formats his books after he finishes writing. This is undoubtedly the best method in most cases. What we created in Part 1 was a basic template that you can use without any further formatting needed before you start writing. Furthermore, if you are working for the publisher or are the publisher, the author might be someone else. In that case, you will take his or her text and prepare it.<br />
<span id="more-5976"></span></p>
<h3>Page Numbers</h3>
<p>Basic page numbering is very easy in OpenOffice.org.  Just click <em>Insert-&gt;Footer</em>, and then click <em>Insert-&gt;Fields-&gt;Page Number</em>.  You can then left, center, or right align it. What that will give you is a page number at the bottom of every page (or at the top if you choose &#8220;Header&#8221; instead of footer).</p>
<p>In most non-fiction books, however, the page numbers are right aligned on the recto and left aligned on the verso. The result is that page numbers are always on the farthest ends of the pages away from the spine. The second problem to tackle is that page numbers normally start with the text, whereas the default numbering will start with your title page. This is where OpenOffice.org&#8217;s sophistication comes in handy. While it is easy to add page numbers, the available variations are extensive.</p>
<p>As I mentioned above, this particular part of layout is something that you must do after the book is completely finished, edited, reviewed, and ready for printing. Otherwise, you will most likely be wasting your time and will have to go back and make changes.</p>
<p><img class="alignleft size-full wp-image-5977" src="http://imagecdn.maketecheasier.com/2009/07/ooo-page-numbers1.png" alt="Page layout" width="86" height="79" />1. There are three page layout buttons at the bottom of your window. The first shows you one page at a time. The second shows you pages side-by-side, and the third specifically shows you mirrored pages like that of a book.  Click the third, and you should now have the title page by itself and then two pages mirrored throughout the rest of the document.</p>
<p>2. Count the pages preceding your first page of text. In my example, I have six.</p>
<p>3. Insert a header or footer. All of your page-number work will be performed there.</p>
<p>4. Go to your first page of text before proceeding so that you can see the results. Then,  click <em>Insert-&gt;Fields-&gt;Other</em>.</p>
<p>5. Under <em>Type</em>, select <em>Page</em>, leave it on <em>Page numbers</em>, and <em>As Page Style</em>.</p>
<p><img class="aligncenter size-full wp-image-5978" src="http://imagecdn.maketecheasier.com/2009/07/ooo-page-numbers.jpg" alt="Page number offset" width="239" height="267" /></p>
<p>6. This is the important part.  Under <em>Offset</em> enter the number of pages you just counted with a negative sign in front of it. In my example, I entered &#8220;-6&#8243;.</p>
<p>7. Click <em>Insert</em>. If your first page of text now has the number 1, you are good to go. If not, undo and recount until you are satisfied.</p>
<p>8. When you are satisfied, click <em>Close</em>.</p>
<p>9. Click on <em>Format-&gt;</em><em>Page</em>.</p>
<p>10. Choose the Header or Footer tab, and un-check &#8220;<em>Same content left/right</em>&#8220;.</p>
<p>11. Click &#8220;<em>OK</em>&#8221; and scroll down to pages 2 and 3.</p>
<p>12. Highlight the number &#8220;3&#8243; and right align it. Page 2 should still be left aligned.</p>
<p><img class="aligncenter size-full wp-image-5979" src="http://imagecdn.maketecheasier.com/2009/07/ooo-page-numbers4.jpg" alt="Alternating page numbers" width="570" height="198" /></p>
<p>Now all of your pages should alternate their page numbers properly. There is an alternative method of accomplishing this same task. You can read about both methods <a href="http://wiki.services.openoffice.org/wiki/Documentation/FAQ/Writer/FormattingPagesAndDocuments/How_do_I_make_page_numbers_alternate%3F" target="_blank">here</a>.</p>
<h3>Paragraph Styles</h3>
<p><img class="alignleft size-full wp-image-5980" src="http://imagecdn.maketecheasier.com/2009/07/ooo-page-numbers3.png" alt="Styles and formatting" width="198" height="177" />Another beautiful feature of OpenOffice.org is its extensive use of page and paragraph styles. You can even create styles for specific characters. Click on the &#8220;<em>Styles and Formatting</em>&#8221; button or simply press F11, and you will see a sidebar with all of the currently available paragraph styles. You can create a style and format it however you see fit. To begin with a style that is already created, right click on it and then click &#8220;New&#8221;. This will copy that style and allow you to build from it.</p>
<p>This is where you can control indentation, line spacing, alignment (which you will most like want to justify), text flow (books usually hyphenate at the end of lines), fonts, and much more. It is completely up to you or whoever is setting publication guidelines for you.</p>
<p>Give your style a name and select the &#8220;<em>Next Style</em>&#8221; drop-down menu. This allows you to identify which style the next paragraph will use. You could conceivably have two alternating styles or just the same style automatically applied whenever you start a new paragraph.</p>
<p>I have made a document with everything I have done <a href="http://www.lanterntorch.com/downloads/sample-book.odt">available for download</a> so that you can actually see and play with my changes. In Part 3, we will cover illustrations, more in-depth style techniques, and export formats.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20&amp;title=How+to+Layout+a+Book+with+OpenOffice.org%3A+Part+2&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20">How to Layout a Book with OpenOffice.org: Part 2</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/layout-a-book-with-openoffice-org-part-2/2009/07/20/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Layout a Book with OpenOffice.org: Part 1</title>
		<link>http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13</link>
		<comments>http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13#comments</comments>
		<pubDate>Mon, 13 Jul 2009 11:29:45 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[Ebook]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5847</guid>
		<description><![CDATA[It is all in your head: the plot, the characters, the locations, and even the scenes, but for some reason, staring at the blank page and blinking cursor makes you freeze. You like the idea of writing a book but cannot imagine actually completing it. If that feeling sounds familiar, then this might be the right [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13&amp;title=How+to+Layout+a+Book+with+OpenOffice.org%3A+Part+1&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13">How to Layout a Book with OpenOffice.org: Part 1</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5849" src="http://imagecdn.maketecheasier.com/2009/07/ooo_writer1.png" alt="ooo_writer" width="128" height="128" />It is all in your head: the plot, the characters, the locations, and even the scenes, but for some reason, staring at the blank page and blinking cursor makes you freeze. You like the idea of writing a book but cannot imagine actually completing it. If that feeling sounds familiar, then this might be the right article for you.  Even if you have written a book and have it all ready to go, you may intend to <a href="http://money.howstuffworks.com/self-publishing.htm" target="_blank">self-publish</a> it, start your own publishing company, send it to an editor, or just layout your book so you can see how it looks.</p>
<p>There is a long list of reasons why you might need to prepare an <a href="http://www.openoffice.org/" target="_blank">OpenOffice.org</a> document in book form, and once you have learned how to do it, you will have a useful skill that you or people you know may need in the future. You can use this method for both print publications and e-books.<br />
<span id="more-5847"></span><br />
<strong>1. Start OpenOffice.org Writer with a regular blank document template.</strong></p>
<p><img class="alignnone size-full wp-image-5851" src="http://imagecdn.maketecheasier.com/2009/07/ooo-page-format.jpg" alt="Page format" width="239" height="316" /></p>
<p>The first thing you will need to do is set the size of your book. In my personal experience, it helped me tremendously with writing to be able to see each page at a normal book size rather than the 8.5&#8243;x11&#8243; college essay size.  Suddenly, writing one hundred or two hundred pages will not take so long or seem so daunting.</p>
<p><strong>2. Click &#8220;Format&#8221; in the menu and then click &#8220;Page&#8230;&#8221;</strong></p>
<p><strong>3. Enter in your custom width and height.</strong></p>
<p>The current format will be &#8220;Letter&#8221;.  Many non-fiction paperbacks will be 6&#8243;x9&#8243;, while fiction paperbacks are often smaller sizes, such as 5.25&#8243;x7.5&#8243;. If you are doing this purely for effect, then it is entirely up to you. If you have to meet certain printing press specifications, follow them precisely.</p>
<p>There are lead  pages that always proceed the actual text of a book. If you are preparing a book for printing, they will be crucial. Bookstores rely on that information for stocking, and libraries rely on it for cataloging.</p>
<p><strong>4. Create a <a href="http://en.wikipedia.org/wiki/Title_page" target="_blank">title page</a>. </strong></p>
<p>There is no particular format set in stone, but a title page should include at least the title of the book and statement of responsibility (author&#8217;s name). If available, it should also include the publisher and place of publication. This is the place to be creative. You can use whatever font style and size you want. Create a manual page break at the end of the title page.</p>
<p><strong>5. Create the title page <a href="http://liswiki.org/wiki/Verso" target="_blank">verso</a>. </strong></p>
<p>This is the page directly on the other side of the title page and usually contains more detailed publication information, including copyright, <a href="http://www.isbn.org" target="_blank">ISBN</a>, and <a href="http://cip.loc.gov/cipfaq.html" target="_blank">CIP</a> (cataloging in publication) data.</p>
<p><img class="aligncenter size-full wp-image-5850" src="http://imagecdn.maketecheasier.com/2009/07/ooo-title-page-and-verso.jpg" alt="The verso will be on the left side in your book" width="575" height="401" /></p>
<p><strong>6. Click &#8220;Format&#8221; and &#8220;Paragraph&#8221;. </strong></p>
<p>Click on the &#8220;Alignment&#8221; tab, and change it to &#8220;Justified&#8221;. From this point on, you will want your text to be justified.</p>
<p><strong>7. Insert another page break, and you can enter any number of optional pages such as a dedication. </strong></p>
<p>This can include a <a href="http://www.thefreedictionary.com/half+title" target="_blank">half title</a> page with just the title or title and author&#8217;s name on the second to last page before the text. The final page before the text will be blank, and the text should begin on the <a href="http://liswiki.org/wiki/Recto" target="_blank">recto</a> or right-hand side.</p>
<p><strong>8. Insert a page break and begin your text. </strong></p>
<p>Most books will begin with a chapter number, chapter name, or both.</p>
<p>In part 2, you will learn how to properly align page numbers and format paragraphs. You are now well on your way to preparing your book for publication. Writing a book can be a very rewarding experience, even if you have no intentions of publishing. With OpenOffice.org, free and open source software, you have all the tools you need to make it happen. Happy writing!</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13&amp;title=How+to+Layout+a+Book+with+OpenOffice.org%3A+Part+1&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13">How to Layout a Book with OpenOffice.org: Part 1</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/layout-a-book-with-openoffice-org-part-1/2009/07/13/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

