Difference between revisions of "Mano a Mano:print Mano a Mano as a book"

From RPGnet
Jump to: navigation, search
Line 1: Line 1:
# Go to the [[Mano a Mano:Book]] page.
+
==From Wiki to Word Processor==
# Click on ''Printable Version'' in the toolbox beneath the navigation options and search form in the left column of the page.
+
 
# Import the contents of the page into your favorite word processor
+
# Go to the [[Mano a Mano:Book]] page, and save the complete page (with images) on your computer.
#* Option A: (the easy and clean way)
+
# Open your saved copy of the page with a plain text editor (like notepad.)
#*# Save the page (save the complete page with images if your browser has that option)
+
# Replace everything up to <code><nowiki><!-- begin content --></nowiki></code> with <code><nowiki><html><body></nowiki></code>
#*# Edit the html source with a plain text editor (like notepad)
+
# Replace everything starting from <code><nowiki><div class="printfooter"></nowiki></code> with <code><nowiki></body></html></nowiki></code>
#*# Replace everything up to <code><nowiki><!-- begin content --></nowiki></code> with <code><nowiki><html><body></nowiki></code>
+
# If you will be using Microsoft Word, use the text editor's "Replace All" feature to change every <code><nowiki><dt></nowiki><code> to <code><nowiki><dt><b></nowiki><code> and every <code><nowiki></dt></nowiki><code> to <code><nowiki></b></dt></nowiki><code>
#*# Replace everything starting from <code><nowiki><!-- Saved in parser cache</nowiki></code> with <code><nowiki></body></html></nowiki></code>
+
# Save the changes and close the text editor
#*# Save the changes, close the text editor and open the html document with your word processor
+
# Open the modified copy of the page with your favorite word processor
#* Option B: save the the page, open it in your word processor and delete the heading and footer in the word processor.
+
# If you are using OpenOffice.org, export the document as an OpenOffice.org text file (.odt).
#* Option C: select everything on the page except the header and footer, copy and paste it into the word processor.
+
# If you are using Microsoft Word, save the document as a Word document (.doc).
# Adjust the settings in the word processor for the book format you want.
+
 
# Remove the borders from the pictures
+
==Picture Border==
#* To remove borders from pictures in OpenOffice.org:
+
 
#*# Right-click on the picture and select Picture...
+
 
#*# Click on the Borders tab in the Picture dialog box
+
 
#*# Change the Style to -None- and click OK.
+
==Give it some Style==
# Modify styles. (This is easier than selecting and changing the font settings of individual page elements.)
+
 
#* To change a style in OpenOffice.org press F11, right click the style and select Modify.
+
To change a style in OpenOffice.org:
#*# Make the "List Heading" style '''bold''' so definition titles are bold.
+
 
#*# Change the spacing below paragraphs to 0 for the "Table Contents" style.
+
# Press F11 to bring up the Styles palette
#*# Make the "Internet Link" style ''italic'', change the Underlining to (Without) and the Font color to Automatic.
+
# Click on the paragraph symbol to select a paragraph style or the 'A' to select a character style.
# Fix formatting in tables
+
# Right-click the style and select the Modify option
#* Adjust the width of the tables where appropriate
+
 
#* Center cells where the data should be centered
+
To change a style in Microsoft Word:
#* If the bottom row of data in a table is taller than the others, top-align the data in that row.
+
 
# Paginate the document
+
# Open the Format menu and click Style... to bring up the Style dialog box
#* In OpenOffice.org:
+
# Select the style and click on the Modify... button to bring up the Modify Style dialog box
#*# Open the View menu and select Print layout.
+
# Use the Format button at the bottom of this dialog to change the style.
#*# Press Ctrl+Enter wherever you want to start a new page.
+
 
# Create a Table of Contents
+
Important Styles:
#* In OpenOffice.org:
+
 
#*# Export the document to OpenOffice.org text (.odt) format, close the html page and open the .odt file.
+
;image borders:
#*# Open the Insert Menu, select the Indexes and Tables menu, click on Indexes and Tables... in that menu
+
:If you use OpenOffice.org, there is a blue border around linked images. There is no style for this, so we have to change each image separately.  Right-click on the picture, select Picture..., click on the Borders tab, change the Style to -None- and click OK.
#*# Change the "Evaluate up to level" option to 2 and then click OK.
+
 
# Now you have the whole system ready for printing, exporting to PDF, etc.
+
;cross-references
 +
:Make the "Internet Link" (OpenOffice.org) or "Hyperlink" (Microsoft Word) style ''italic'', change the Underlining to (Without) or (none) and change the Font color to Automatic.
 +
 
 +
;definition terms (like this)
 +
:In OpenOffice.org, make the "List Heading" style '''bold''' so definition terms are bold. Microsoft Word does not seem to have a style for definition terms (which is why we made them all bold using "Replace All" in the text editor.)
 +
 
 +
;tables
 +
:In OpenOffice.org, change the spacing below paragraphs to 0 for the "Table Contents" style. Some cells should be centered and others should be left-aligned, so the rest of the table formatting needs to be done one-table-at-a-time.  Sometimes you will need to top-align data in the bottom row of a table because it gets stretched by text to the left.
 +
 
 +
;font size
 +
:Use the "Default" (OpenOffice.org) or "Normal" (Microsoft Word) style to resize most of the text.  The Header styles may need resizing too.
 +
 
 +
 
 +
==Page Setup==
 +
 
 +
*In OpenOffice.org, open the Format menu and select Page...
 +
*In Microsoft Word, open the File menu and select Page Setup...
 +
*Adjust the width of the tables where appropriate
 +
 
 +
==Pagination==
 +
 
 +
* Open the View menu and select Print layout.
 +
* Press Ctrl+Enter wherever you want to start a new page.
 +
 
 +
==Table of Contents==
 +
 
 +
# Click the place where you want to insert the Table of Contents to move the cursor there.
 +
# Open the Insert menu and click on Indexes and Tables... (In OpenOffice.org you actually open a submenu of the Insert menu - which is also named Indexes and Tables - and click on Indexes and Tables... in there.)
 +
# Click on the Table of Contents tab.
 +
# Change the "Evaluate up to level" (OpenOffice.org) or "Show levels" (Microsoft Office) option to 2 and then click OK.

Revision as of 13:24, 17 August 2007

From Wiki to Word Processor

  1. Go to the Mano a Mano:Book page, and save the complete page (with images) on your computer.
  2. Open your saved copy of the page with a plain text editor (like notepad.)
  3. Replace everything up to <!-- begin content --> with <html><body>
  4. Replace everything starting from <div class="printfooter"> with </body></html>
  5. If you will be using Microsoft Word, use the text editor's "Replace All" feature to change every <dt> to <dt><b> and every </dt> to </b></dt>
  6. Save the changes and close the text editor
  7. Open the modified copy of the page with your favorite word processor
  8. If you are using OpenOffice.org, export the document as an OpenOffice.org text file (.odt).
  9. If you are using Microsoft Word, save the document as a Word document (.doc).

Picture Border

Give it some Style

To change a style in OpenOffice.org:

  1. Press F11 to bring up the Styles palette
  2. Click on the paragraph symbol to select a paragraph style or the 'A' to select a character style.
  3. Right-click the style and select the Modify option

To change a style in Microsoft Word:

  1. Open the Format menu and click Style... to bring up the Style dialog box
  2. Select the style and click on the Modify... button to bring up the Modify Style dialog box
  3. Use the Format button at the bottom of this dialog to change the style.

Important Styles:

image borders
If you use OpenOffice.org, there is a blue border around linked images. There is no style for this, so we have to change each image separately. Right-click on the picture, select Picture..., click on the Borders tab, change the Style to -None- and click OK.
cross-references
Make the "Internet Link" (OpenOffice.org) or "Hyperlink" (Microsoft Word) style italic, change the Underlining to (Without) or (none) and change the Font color to Automatic.
definition terms (like this)
In OpenOffice.org, make the "List Heading" style bold so definition terms are bold. Microsoft Word does not seem to have a style for definition terms (which is why we made them all bold using "Replace All" in the text editor.)
tables
In OpenOffice.org, change the spacing below paragraphs to 0 for the "Table Contents" style. Some cells should be centered and others should be left-aligned, so the rest of the table formatting needs to be done one-table-at-a-time. Sometimes you will need to top-align data in the bottom row of a table because it gets stretched by text to the left.
font size
Use the "Default" (OpenOffice.org) or "Normal" (Microsoft Word) style to resize most of the text. The Header styles may need resizing too.


Page Setup

  • In OpenOffice.org, open the Format menu and select Page...
  • In Microsoft Word, open the File menu and select Page Setup...
  • Adjust the width of the tables where appropriate

Pagination

  • Open the View menu and select Print layout.
  • Press Ctrl+Enter wherever you want to start a new page.

Table of Contents

  1. Click the place where you want to insert the Table of Contents to move the cursor there.
  2. Open the Insert menu and click on Indexes and Tables... (In OpenOffice.org you actually open a submenu of the Insert menu - which is also named Indexes and Tables - and click on Indexes and Tables... in there.)
  3. Click on the Table of Contents tab.
  4. Change the "Evaluate up to level" (OpenOffice.org) or "Show levels" (Microsoft Office) option to 2 and then click OK.